Shades of Plum #DC9CCF
Tints of Plum #DC9CCF
RGB
CMYK
RGB Variations
Color information
#DC9CCF (or 0xDC9CCF) is known color: Plum. HEX triplet: DC, 9C and CF. RGB value is (220,156,207). Sum of RGB (Red+Green+Blue) = 220+156+207=583 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.74% from 583); Green value is 156 (61.33% from 255 or 26.76% from 583); Blue value is 207 (81.25% from 255 or 35.51% from 583); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9CCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC9CCF is #236330. Grayscale: #B4B4B4. Windows color (decimal): -2319153 or 13606108. OLE color: 13606108.
HSL color Cylindrical-coordinate representation of color #DC9CCF: hue angle of 312.19º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DC9CCF is Cyan = 0, Magento = 0.29, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 156 | 207 | - |
| CMYK | 0 | 0.29 | 0.06 | 0.14 |
| HSL | 312.19º | 0.48% | 0.74% | - |
| HSV(B) | 312.19º | 0.29% | 0.86% | - |
| XYZ | 52.67 | 43.5 | 64.65 | - |
| YUV | 180.95 | 142.7 | 155.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 156 | 207 | 0 | 0.29 | 0.06 | 0.14 | 312.19 | 0.48 | 0.74 |
| Hex | DC | 9C | CF | 0 | 1D | 6 | E | 138 | 30 | 4A |
| Octal | 334 | 234 | 317 | 0 | 35 | 6 | 16 | 470 | 60 | 112 |
| Binary | 11011100 | 10011100 | 11001111 | 0 | 11101 | 110 | 1110 | 100111000 | 110000 | 1001010 |
Color Harmonies of #DC9CCF
Complementary color
Monochromatic Colors of #DC9CCF
Black with #DC9CCF
Text Example
Text Example
White with #DC9CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9CCF; }
p { color: rgb(220,156,207); }
H1.HeaderClassName
{
color: #DC9CCF;
}
.AnyTagClassName
{
color: #DC9CCF;
}
</style>
background-color css
<style>
a { background-color: #DC9CCF; }
a { background-color: rgb(220,156,207); }
div.DivClassName
{
background-color: #DC9CCF;
}
.BgClassName
{
background-color: #DC9CCF;
}
</style>
border-color css
<style>
span { border-color: #DC9CCF; }
span { border-color: rgb(220,156,207); }
td.TdClassName
{
border-color: #DC9CCF;
}
.TagClassName
{
border-color: #DC9CCF;
}
</style>