#DC99CC

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

Shades of Plum #DC99CC

Tints of Plum #DC99CC

Color information

#DC99CC (or 0xDC99CC) is unknown color: approx Plum. HEX triplet: DC, 99 and CC. RGB value is (220,153,204). Sum of RGB (Red+Green+Blue) = 220+153+204=577 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.13% from 577); Green value is 153 (60.16% from 255 or 26.52% from 577); Blue value is 204 (80.08% from 255 or 35.36% from 577); Max value from RGB is 220 - color contains mainly: red. Hex color #DC99CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC99CC is #236633. Grayscale: #B2B2B2. Windows color (decimal): -2319924 or 13408732. OLE color: 13408732.

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

Color convert

RGB220153204-
CMYK00.300.070.14
HSL314.33º48.91%73.14%-
HSV(B)314.33º30.45%86.27%-
XYZ51.8142.3662.57-
YUV178.85142.2157.35-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.13%
GREEN value IS 153 (60.16% from 255) = 26.52%
BLUE value IS 204 (80.08% from 255) = 35.36%
R=38.13%
G=26.52%
B=35.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.07
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22015320400.300.070.14314.3348.9173.14
HexDC99CC01E7E13a3149
Octal33423131403671647261111
Binary11011100100110011100110001111011111101001110101100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC99CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC99CC; }

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

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

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

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

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

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

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

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