#DC99DF

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

Shades of Plum #DC99DF

Tints of Plum #DC99DF

Color information

#DC99DF (or 0xDC99DF) is unknown color: approx Plum. HEX triplet: DC, 99 and DF. RGB value is (220,153,223). Sum of RGB (Red+Green+Blue) = 220+153+223=596 (78% of max value = 765). Red value is 220 (86.33% from 255 or 36.91% from 596); Green value is 153 (60.16% from 255 or 25.67% from 596); Blue value is 223 (87.5% from 255 or 37.42% from 596); Max value from RGB is 223 - color contains mainly: blue. Hex color #DC99DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC99DF is #236620. Grayscale: #B4B4B4. Windows color (decimal): -2319905 or 14653916. OLE color: 14653916.

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

Color convert

RGB220153223-
CMYK0.010.3100.13
HSL297.43º52.24%73.73%-
HSV(B)297.43º31.39%87.45%-
XYZ54.2343.3375.32-
YUV181.01151.7155.81-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.91%
GREEN value IS 153 (60.16% from 255) = 25.67%
BLUE value IS 223 (87.5% from 255) = 37.42%
R=36.91%
G=25.67%
B=37.42%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2201532230.010.3100.13297.4352.2473.73
HexDC99DF11F0D129344a
Octal33423133713701545164112
Binary110111001001100111011111111111011011001010011101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC99DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC99DF; }

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

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

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

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

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

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

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

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