#DD99CE

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

Shades of Plum #DD99CE

Tints of Plum #DD99CE

Color information

#DD99CE (or 0xDD99CE) is unknown color: approx Plum. HEX triplet: DD, 99 and CE. RGB value is (221,153,206). Sum of RGB (Red+Green+Blue) = 221+153+206=580 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.10% from 580); Green value is 153 (60.16% from 255 or 26.38% from 580); Blue value is 206 (80.86% from 255 or 35.52% from 580); Max value from RGB is 221 - color contains mainly: red. Hex color #DD99CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD99CE is #226631. Grayscale: #B3B3B3. Windows color (decimal): -2254386 or 13539805. OLE color: 13539805.

HSL color Cylindrical-coordinate representation of color #DD99CE: hue angle of 313.24º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DD99CE is Cyan = 0, Magento = 0.31, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB221153206-
CMYK00.310.070.13
HSL313.24º50%73.33%-
HSV(B)313.24º30.77%86.67%-
XYZ52.3542.6163.86-
YUV179.37143.03157.69-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.10%
GREEN value IS 153 (60.16% from 255) = 26.38%
BLUE value IS 206 (80.86% from 255) = 35.52%
R=38.10%
G=26.38%
B=35.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22115320600.310.070.13313.245073.33
HexDD99CE01F7D1393249
Octal33523131603771547162111
Binary11011101100110011100111001111111111011001110011100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD99CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD99CE; }

 p { color: rgb(221,153,206); }

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

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

 a { background-color: rgb(221,153,206); }

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

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

 span { border-color: rgb(221,153,206); }

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