#DB99CC

Color #DB99CC Plum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Plum #DB99CC

Tints of Plum #DB99CC

Color information

#DB99CC (or 0xDB99CC) is unknown color: approx Plum. HEX triplet: DB, 99 and CC. RGB value is (219,153,204). Sum of RGB (Red+Green+Blue) = 219+153+204=576 (76% of max value = 765). Red value is 219 (85.94% from 255 or 38.02% from 576); Green value is 153 (60.16% from 255 or 26.56% from 576); Blue value is 204 (80.08% from 255 or 35.42% from 576); Max value from RGB is 219 - color contains mainly: red. Hex color #DB99CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB99CC is #246633. Grayscale: #B2B2B2. Windows color (decimal): -2385460 or 13408731. OLE color: 13408731.

HSL color Cylindrical-coordinate representation of color #DB99CC: hue angle of 313.64º degrees, saturation: 0.48, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DB99CC is Cyan = 0, Magento = 0.30, Yellow = 0.07 and Black (K on CMYK) = 0.14.

Color convert

RGB219153204-
CMYK00.300.070.14
HSL313.64º47.83%72.94%-
HSV(B)313.64º30.14%85.88%-
XYZ51.542.262.56-
YUV178.55142.37156.85-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 219 (85.94% from 255) = 38.02%
GREEN value IS 153 (60.16% from 255) = 26.56%
BLUE value IS 204 (80.08% from 255) = 35.42%
R=38.02%
G=26.56%
B=35.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.07
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21915320400.300.070.14313.6447.8372.94
HexDB99CC01E7E13a3049
Octal33323131403671647260111
Binary11011011100110011100110001111011111101001110101100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB99CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB99CC; }

 p { color: rgb(219,153,204); }

 H1.HeaderClassName
 {
   color: #DB99CC;
 }
 .AnyTagClassName
 {
   color: #DB99CC;
 }
</style>
background-color css

<style>
 a { background-color: #DB99CC; }

 a { background-color: rgb(219,153,204); }

 div.DivClassName
 {
   background-color: #DB99CC;
 }
 .BgClassName
 {
   background-color: #DB99CC;
 }
</style>
border-color css

<style>
 span { border-color: #DB99CC; }

 span { border-color: rgb(219,153,204); }

 td.TdClassName
 {
   border-color: #DB99CC;
 }
 .TagClassName
 {
   border-color: #DB99CC;
 }
</style>