Shades of Plum #DC8FCE
Tints of Plum #DC8FCE
RGB
CMYK
RGB Variations
Color information
#DC8FCE (or 0xDC8FCE) is known color: Plum. HEX triplet: DC, 8F and CE. RGB value is (220,143,206). Sum of RGB (Red+Green+Blue) = 220+143+206=569 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.66% from 569); Green value is 143 (56.25% from 255 or 25.13% from 569); Blue value is 206 (80.86% from 255 or 36.20% from 569); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8FCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC8FCE is #237031. Grayscale: #ADADAD. Windows color (decimal): -2322482 or 13537244. OLE color: 13537244.
HSL color Cylindrical-coordinate representation of color #DC8FCE: hue angle of 310.91º 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 #DC8FCE is Cyan = 0, Magento = 0.35, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 143 | 206 | - |
| CMYK | 0 | 0.35 | 0.06 | 0.14 |
| HSL | 310.91º | 0.52% | 0.71% | - |
| HSV(B) | 310.91º | 0.35% | 0.86% | - |
| XYZ | 50.48 | 39.32 | 63.32 | - |
| YUV | 173.21 | 146.51 | 161.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 143 | 206 | 0 | 0.35 | 0.06 | 0.14 | 310.91 | 0.52 | 0.71 |
| Hex | DC | 8F | CE | 0 | 23 | 6 | E | 137 | 34 | 47 |
| Octal | 334 | 217 | 316 | 0 | 43 | 6 | 16 | 467 | 64 | 107 |
| Binary | 11011100 | 10001111 | 11001110 | 0 | 100011 | 110 | 1110 | 100110111 | 110100 | 1000111 |
Color Harmonies of #DC8FCE
Complementary color
Monochromatic Colors of #DC8FCE
Black with #DC8FCE
Text Example
Text Example
White with #DC8FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8FCE; }
p { color: rgb(220,143,206); }
H1.HeaderClassName
{
color: #DC8FCE;
}
.AnyTagClassName
{
color: #DC8FCE;
}
</style>
background-color css
<style>
a { background-color: #DC8FCE; }
a { background-color: rgb(220,143,206); }
div.DivClassName
{
background-color: #DC8FCE;
}
.BgClassName
{
background-color: #DC8FCE;
}
</style>
border-color css
<style>
span { border-color: #DC8FCE; }
span { border-color: rgb(220,143,206); }
td.TdClassName
{
border-color: #DC8FCE;
}
.TagClassName
{
border-color: #DC8FCE;
}
</style>