Shades of Plum #DC99CF
Tints of Plum #DC99CF
RGB
CMYK
RGB Variations
Color information
#DC99CF (or 0xDC99CF) is known color: Plum. HEX triplet: DC, 99 and CF. RGB value is (220,153,207). Sum of RGB (Red+Green+Blue) = 220+153+207=580 (76% of max value = 765). Red value is 220 (86.33% from 255 or 37.93% from 580); Green value is 153 (60.16% from 255 or 26.38% from 580); Blue value is 207 (81.25% from 255 or 35.69% from 580); Max value from RGB is 220 - color contains mainly: red. Hex color #DC99CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC99CF is #236630. Grayscale: #B3B3B3. Windows color (decimal): -2319921 or 13605340. OLE color: 13605340.
HSL color Cylindrical-coordinate representation of color #DC99CF: hue angle of 311.64º 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 #DC99CF is Cyan = 0, Magento = 0.30, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 153 | 207 | - |
| CMYK | 0 | 0.30 | 0.06 | 0.14 |
| HSL | 311.64º | 0.49% | 0.73% | - |
| HSV(B) | 311.64º | 0.3% | 0.86% | - |
| XYZ | 52.17 | 42.5 | 64.49 | - |
| YUV | 179.19 | 143.7 | 157.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 153 | 207 | 0 | 0.30 | 0.06 | 0.14 | 311.64 | 0.49 | 0.73 |
| Hex | DC | 99 | CF | 0 | 1E | 6 | E | 138 | 31 | 49 |
| Octal | 334 | 231 | 317 | 0 | 36 | 6 | 16 | 470 | 61 | 111 |
| Binary | 11011100 | 10011001 | 11001111 | 0 | 11110 | 110 | 1110 | 100111000 | 110001 | 1001001 |
Color Harmonies of #DC99CF
Complementary color
Monochromatic Colors of #DC99CF
Black with #DC99CF
Text Example
Text Example
White with #DC99CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC99CF; }
p { color: rgb(220,153,207); }
H1.HeaderClassName
{
color: #DC99CF;
}
.AnyTagClassName
{
color: #DC99CF;
}
</style>
background-color css
<style>
a { background-color: #DC99CF; }
a { background-color: rgb(220,153,207); }
div.DivClassName
{
background-color: #DC99CF;
}
.BgClassName
{
background-color: #DC99CF;
}
</style>
border-color css
<style>
span { border-color: #DC99CF; }
span { border-color: rgb(220,153,207); }
td.TdClassName
{
border-color: #DC99CF;
}
.TagClassName
{
border-color: #DC99CF;
}
</style>