#DC99CE

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

Shades of Plum #DC99CE

Tints of Plum #DC99CE

Color information

#DC99CE (or 0xDC99CE) is unknown color: approx Plum. HEX triplet: DC, 99 and CE. RGB value is (220,153,206). Sum of RGB (Red+Green+Blue) = 220+153+206=579 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.00% from 579); Green value is 153 (60.16% from 255 or 26.42% from 579); Blue value is 206 (80.86% from 255 or 35.58% from 579); Max value from RGB is 220 - color contains mainly: red. Hex color #DC99CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC99CE is #236631. Grayscale: #B2B2B2. Windows color (decimal): -2319922 or 13539804. OLE color: 13539804.

HSL color Cylindrical-coordinate representation of color #DC99CE: hue angle of 312.54º degrees, saturation: 0.49, 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 #DC99CE is Cyan = 0, Magento = 0.30, Yellow = 0.06 and Black (K on CMYK) = 0.14.

Color convert

RGB220153206-
CMYK00.300.060.14
HSL312.54º48.91%73.14%-
HSV(B)312.54º30.45%86.27%-
XYZ52.0542.4563.84-
YUV179.08143.2157.19-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.00%
GREEN value IS 153 (60.16% from 255) = 26.42%
BLUE value IS 206 (80.86% from 255) = 35.58%
R=38.00%
G=26.42%
B=35.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.06
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22015320600.300.060.14312.5448.9173.14
HexDC99CE01E6E1393149
Octal33423131603661647161111
Binary11011100100110011100111001111011011101001110011100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC99CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC99CE; }

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

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

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

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

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

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

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

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