#DC99D1

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

Shades of Plum #DC99D1

Tints of Plum #DC99D1

Color information

#DC99D1 (or 0xDC99D1) is unknown color: approx Plum. HEX triplet: DC, 99 and D1. RGB value is (220,153,209). Sum of RGB (Red+Green+Blue) = 220+153+209=582 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.80% from 582); Green value is 153 (60.16% from 255 or 26.29% from 582); Blue value is 209 (82.03% from 255 or 35.91% from 582); Max value from RGB is 220 - color contains mainly: red. Hex color #DC99D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC99D1 is #23662E. Grayscale: #B3B3B3. Windows color (decimal): -2319919 or 13736412. OLE color: 13736412.

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

Color convert

RGB220153209-
CMYK00.300.050.14
HSL309.85º48.91%73.14%-
HSV(B)309.85º30.45%86.27%-
XYZ52.4242.665.78-
YUV179.42144.7156.95-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.80%
GREEN value IS 153 (60.16% from 255) = 26.29%
BLUE value IS 209 (82.03% from 255) = 35.91%
R=37.80%
G=26.29%
B=35.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.05
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22015320900.300.050.14309.8548.9173.14
HexDC99D101E5E1363149
Octal33423132103651646661111
Binary11011100100110011101000101111010111101001101101100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC99D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC99D1; }

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

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

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

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

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

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

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

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