Shades of Plum #DC8FCD
Tints of Plum #DC8FCD
RGB
CMYK
RGB Variations
Color information
#DC8FCD (or 0xDC8FCD) is known color: Plum. HEX triplet: DC, 8F and CD. RGB value is (220,143,205). Sum of RGB (Red+Green+Blue) = 220+143+205=568 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.73% from 568); Green value is 143 (56.25% from 255 or 25.18% from 568); Blue value is 205 (80.47% from 255 or 36.09% from 568); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8FCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC8FCD is #237032. Grayscale: #ACACAC. Windows color (decimal): -2322483 or 13471708. OLE color: 13471708.
HSL color Cylindrical-coordinate representation of color #DC8FCD: hue angle of 311.69º 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 #DC8FCD is Cyan = 0, Magento = 0.35, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 143 | 205 | - |
| CMYK | 0 | 0.35 | 0.07 | 0.14 |
| HSL | 311.69º | 0.52% | 0.71% | - |
| HSV(B) | 311.69º | 0.35% | 0.86% | - |
| XYZ | 50.36 | 39.27 | 62.68 | - |
| YUV | 173.09 | 146.01 | 161.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 143 | 205 | 0 | 0.35 | 0.07 | 0.14 | 311.69 | 0.52 | 0.71 |
| Hex | DC | 8F | CD | 0 | 23 | 7 | E | 138 | 34 | 47 |
| Octal | 334 | 217 | 315 | 0 | 43 | 7 | 16 | 470 | 64 | 107 |
| Binary | 11011100 | 10001111 | 11001101 | 0 | 100011 | 111 | 1110 | 100111000 | 110100 | 1000111 |
Color Harmonies of #DC8FCD
Complementary color
Monochromatic Colors of #DC8FCD
Black with #DC8FCD
Text Example
Text Example
White with #DC8FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8FCD; }
p { color: rgb(220,143,205); }
H1.HeaderClassName
{
color: #DC8FCD;
}
.AnyTagClassName
{
color: #DC8FCD;
}
</style>
background-color css
<style>
a { background-color: #DC8FCD; }
a { background-color: rgb(220,143,205); }
div.DivClassName
{
background-color: #DC8FCD;
}
.BgClassName
{
background-color: #DC8FCD;
}
</style>
border-color css
<style>
span { border-color: #DC8FCD; }
span { border-color: rgb(220,143,205); }
td.TdClassName
{
border-color: #DC8FCD;
}
.TagClassName
{
border-color: #DC8FCD;
}
</style>