#DC99D7

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

Shades of Plum #DC99D7

Tints of Plum #DC99D7

Color information

#DC99D7 (or 0xDC99D7) is unknown color: approx Plum. HEX triplet: DC, 99 and D7. RGB value is (220,153,215). Sum of RGB (Red+Green+Blue) = 220+153+215=588 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.41% from 588); Green value is 153 (60.16% from 255 or 26.02% from 588); Blue value is 215 (84.38% from 255 or 36.56% from 588); Max value from RGB is 220 - color contains mainly: red. Hex color #DC99D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC99D7 is #236628. Grayscale: #B3B3B3. Windows color (decimal): -2319913 or 14129628. OLE color: 14129628.

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

Color convert

RGB220153215-
CMYK00.300.020.14
HSL304.48º48.91%73.14%-
HSV(B)304.48º30.45%86.27%-
XYZ53.1742.969.77-
YUV180.1147.7156.46-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.41%
GREEN value IS 153 (60.16% from 255) = 26.02%
BLUE value IS 215 (84.38% from 255) = 36.56%
R=37.41%
G=26.02%
B=36.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.02
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22015321500.300.020.14304.4848.9173.14
HexDC99D701E2E1303149
Octal33423132703621646061111
Binary1101110010011001110101110111101011101001100001100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC99D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC99D7; }

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

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

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

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

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

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

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

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