Shades of Plum #DC8FD0
Tints of Plum #DC8FD0
RGB
CMYK
RGB Variations
Color information
#DC8FD0 (or 0xDC8FD0) is known color: Plum. HEX triplet: DC, 8F and D0. RGB value is (220,143,208). Sum of RGB (Red+Green+Blue) = 220+143+208=571 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.53% from 571); Green value is 143 (56.25% from 255 or 25.04% from 571); Blue value is 208 (81.64% from 255 or 36.43% from 571); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8FD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC8FD0 is #23702F. Grayscale: #ADADAD. Windows color (decimal): -2322480 or 13668316. OLE color: 13668316.
HSL color Cylindrical-coordinate representation of color #DC8FD0: hue angle of 309.35º 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 #DC8FD0 is Cyan = 0, Magento = 0.35, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 143 | 208 | - |
| CMYK | 0 | 0.35 | 0.05 | 0.14 |
| HSL | 309.35º | 0.52% | 0.71% | - |
| HSV(B) | 309.35º | 0.35% | 0.86% | - |
| XYZ | 50.72 | 39.41 | 64.61 | - |
| YUV | 173.43 | 147.51 | 161.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 143 | 208 | 0 | 0.35 | 0.05 | 0.14 | 309.35 | 0.52 | 0.71 |
| Hex | DC | 8F | D0 | 0 | 23 | 5 | E | 135 | 34 | 47 |
| Octal | 334 | 217 | 320 | 0 | 43 | 5 | 16 | 465 | 64 | 107 |
| Binary | 11011100 | 10001111 | 11010000 | 0 | 100011 | 101 | 1110 | 100110101 | 110100 | 1000111 |
Color Harmonies of #DC8FD0
Complementary color
Monochromatic Colors of #DC8FD0
Black with #DC8FD0
Text Example
Text Example
White with #DC8FD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8FD0; }
p { color: rgb(220,143,208); }
H1.HeaderClassName
{
color: #DC8FD0;
}
.AnyTagClassName
{
color: #DC8FD0;
}
</style>
background-color css
<style>
a { background-color: #DC8FD0; }
a { background-color: rgb(220,143,208); }
div.DivClassName
{
background-color: #DC8FD0;
}
.BgClassName
{
background-color: #DC8FD0;
}
</style>
border-color css
<style>
span { border-color: #DC8FD0; }
span { border-color: rgb(220,143,208); }
td.TdClassName
{
border-color: #DC8FD0;
}
.TagClassName
{
border-color: #DC8FD0;
}
</style>