Shades of Plum #DC8FCF
Tints of Plum #DC8FCF
RGB
CMYK
RGB Variations
Color information
#DC8FCF (or 0xDC8FCF) is known color: Plum. HEX triplet: DC, 8F and CF. RGB value is (220,143,207). Sum of RGB (Red+Green+Blue) = 220+143+207=570 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.60% from 570); Green value is 143 (56.25% from 255 or 25.09% from 570); Blue value is 207 (81.25% from 255 or 36.32% from 570); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8FCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC8FCF is #237030. Grayscale: #ADADAD. Windows color (decimal): -2322481 or 13602780. OLE color: 13602780.
HSL color Cylindrical-coordinate representation of color #DC8FCF: hue angle of 310.13º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DC8FCF is Cyan = 0, Magento = 0.35, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 143 | 207 | - |
| CMYK | 0 | 0.35 | 0.06 | 0.14 |
| HSL | 310.13º | 0.52% | 0.71% | - |
| HSV(B) | 310.13º | 0.35% | 0.86% | - |
| XYZ | 50.6 | 39.37 | 63.96 | - |
| YUV | 173.32 | 147.01 | 161.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 143 | 207 | 0 | 0.35 | 0.06 | 0.14 | 310.13 | 0.52 | 0.71 |
| Hex | DC | 8F | CF | 0 | 23 | 6 | E | 136 | 34 | 47 |
| Octal | 334 | 217 | 317 | 0 | 43 | 6 | 16 | 466 | 64 | 107 |
| Binary | 11011100 | 10001111 | 11001111 | 0 | 100011 | 110 | 1110 | 100110110 | 110100 | 1000111 |
Color Harmonies of #DC8FCF
Complementary color
Monochromatic Colors of #DC8FCF
Black with #DC8FCF
Text Example
Text Example
White with #DC8FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8FCF; }
p { color: rgb(220,143,207); }
H1.HeaderClassName
{
color: #DC8FCF;
}
.AnyTagClassName
{
color: #DC8FCF;
}
</style>
background-color css
<style>
a { background-color: #DC8FCF; }
a { background-color: rgb(220,143,207); }
div.DivClassName
{
background-color: #DC8FCF;
}
.BgClassName
{
background-color: #DC8FCF;
}
</style>
border-color css
<style>
span { border-color: #DC8FCF; }
span { border-color: rgb(220,143,207); }
td.TdClassName
{
border-color: #DC8FCF;
}
.TagClassName
{
border-color: #DC8FCF;
}
</style>