#DC99D9

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

Shades of Plum #DC99D9

Tints of Plum #DC99D9

Color information

#DC99D9 (or 0xDC99D9) is unknown color: approx Plum. HEX triplet: DC, 99 and D9. RGB value is (220,153,217). Sum of RGB (Red+Green+Blue) = 220+153+217=590 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.29% from 590); Green value is 153 (60.16% from 255 or 25.93% from 590); Blue value is 217 (85.16% from 255 or 36.78% from 590); Max value from RGB is 220 - color contains mainly: red. Hex color #DC99D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC99D9 is #236626. Grayscale: #B4B4B4. Windows color (decimal): -2319911 or 14260700. OLE color: 14260700.

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

Color convert

RGB220153217-
CMYK00.300.010.14
HSL302.69º48.91%73.14%-
HSV(B)302.69º30.45%86.27%-
XYZ53.4343.0171.13-
YUV180.33148.7156.3-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.29%
GREEN value IS 153 (60.16% from 255) = 25.93%
BLUE value IS 217 (85.16% from 255) = 36.78%
R=37.29%
G=25.93%
B=36.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.01
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22015321700.300.010.14302.6948.9173.14
HexDC99D901E1E12f3149
Octal33423133103611645761111
Binary110111001001100111011001011110111101001011111100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC99D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC99D9; }

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

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

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

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

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

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

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

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