Shades of Plum #DC8BCF
Tints of Plum #DC8BCF
RGB
CMYK
RGB Variations
Color information
#DC8BCF (or 0xDC8BCF) is known color: Plum. HEX triplet: DC, 8B and CF. RGB value is (220,139,207). Sum of RGB (Red+Green+Blue) = 220+139+207=566 (74% of max value = 765). Red value is 220 (86.33% from 255 or 38.87% from 566); Green value is 139 (54.69% from 255 or 24.56% from 566); Blue value is 207 (81.25% from 255 or 36.57% from 566); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8BCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC8BCF is #237430. Grayscale: #AAAAAA. Windows color (decimal): -2323505 or 13601756. OLE color: 13601756.
HSL color Cylindrical-coordinate representation of color #DC8BCF: hue angle of 309.63º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DC8BCF is Cyan = 0, Magento = 0.37, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 139 | 207 | - |
| CMYK | 0 | 0.37 | 0.06 | 0.14 |
| HSL | 309.63º | 0.54% | 0.7% | - |
| HSV(B) | 309.63º | 0.37% | 0.86% | - |
| XYZ | 50.01 | 38.19 | 63.77 | - |
| YUV | 170.97 | 148.34 | 162.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 139 | 207 | 0 | 0.37 | 0.06 | 0.14 | 309.63 | 0.54 | 0.7 |
| Hex | DC | 8B | CF | 0 | 25 | 6 | E | 136 | 36 | 46 |
| Octal | 334 | 213 | 317 | 0 | 45 | 6 | 16 | 466 | 66 | 106 |
| Binary | 11011100 | 10001011 | 11001111 | 0 | 100101 | 110 | 1110 | 100110110 | 110110 | 1000110 |
Color Harmonies of #DC8BCF
Complementary color
Monochromatic Colors of #DC8BCF
Black with #DC8BCF
Text Example
Text Example
White with #DC8BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8BCF; }
p { color: rgb(220,139,207); }
H1.HeaderClassName
{
color: #DC8BCF;
}
.AnyTagClassName
{
color: #DC8BCF;
}
</style>
background-color css
<style>
a { background-color: #DC8BCF; }
a { background-color: rgb(220,139,207); }
div.DivClassName
{
background-color: #DC8BCF;
}
.BgClassName
{
background-color: #DC8BCF;
}
</style>
border-color css
<style>
span { border-color: #DC8BCF; }
span { border-color: rgb(220,139,207); }
td.TdClassName
{
border-color: #DC8BCF;
}
.TagClassName
{
border-color: #DC8BCF;
}
</style>