Shades of Plum #DC99CC
Tints of Plum #DC99CC
RGB
CMYK
RGB Variations
Color information
#DC99CC (or 0xDC99CC) is known color: 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
| RGB | 220 | 153 | 204 | - |
| CMYK | 0 | 0.30 | 0.07 | 0.14 |
| HSL | 314.33º | 0.49% | 0.73% | - |
| HSV(B) | 314.33º | 0.3% | 0.86% | - |
| XYZ | 51.81 | 42.36 | 62.57 | - |
| YUV | 178.85 | 142.2 | 157.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 153 | 204 | 0 | 0.30 | 0.07 | 0.14 | 314.33 | 0.49 | 0.73 |
| Hex | DC | 99 | CC | 0 | 1E | 7 | E | 13A | 31 | 49 |
| Octal | 334 | 231 | 314 | 0 | 36 | 7 | 16 | 472 | 61 | 111 |
| Binary | 11011100 | 10011001 | 11001100 | 0 | 11110 | 111 | 1110 | 100111010 | 110001 | 1001001 |
Color Harmonies of #DC99CC
Complementary color
Monochromatic Colors of #DC99CC
Black with #DC99CC
Text Example
Text Example
White with #DC99CC
Text Example
Text Example
HTML Codes & Css Web 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>