Shades of Plum #DC8FE0
Tints of Plum #DC8FE0
RGB
CMYK
RGB Variations
Color information
#DC8FE0 (or 0xDC8FE0) is known color: Plum. HEX triplet: DC, 8F and E0. RGB value is (220,143,224). Sum of RGB (Red+Green+Blue) = 220+143+224=587 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.48% from 587); Green value is 143 (56.25% from 255 or 24.36% from 587); Blue value is 224 (87.89% from 255 or 38.16% from 587); Max value from RGB is 224 - color contains mainly: blue. Hex color #DC8FE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC8FE0 is #23701F. Grayscale: #AFAFAF. Windows color (decimal): -2322464 or 14716892. OLE color: 14716892.
HSL color Cylindrical-coordinate representation of color #DC8FE0: hue angle of 297.04º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DC8FE0 is Cyan = 0.02, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 220 | 143 | 224 | - |
| CMYK | 0.02 | 0.36 | 0 | 0.12 |
| HSL | 297.04º | 0.57% | 0.72% | - |
| HSV(B) | 297.04º | 0.36% | 0.88% | - |
| XYZ | 52.79 | 40.24 | 75.51 | - |
| YUV | 175.26 | 155.51 | 159.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 143 | 224 | 0.02 | 0.36 | 0 | 0.12 | 297.04 | 0.57 | 0.72 |
| Hex | DC | 8F | E0 | 2 | 24 | 0 | C | 129 | 39 | 48 |
| Octal | 334 | 217 | 340 | 2 | 44 | 0 | 14 | 451 | 71 | 110 |
| Binary | 11011100 | 10001111 | 11100000 | 10 | 100100 | 0 | 1100 | 100101001 | 111001 | 1001000 |
Color Harmonies of #DC8FE0
Complementary color
Monochromatic Colors of #DC8FE0
Black with #DC8FE0
Text Example
Text Example
White with #DC8FE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8FE0; }
p { color: rgb(220,143,224); }
H1.HeaderClassName
{
color: #DC8FE0;
}
.AnyTagClassName
{
color: #DC8FE0;
}
</style>
background-color css
<style>
a { background-color: #DC8FE0; }
a { background-color: rgb(220,143,224); }
div.DivClassName
{
background-color: #DC8FE0;
}
.BgClassName
{
background-color: #DC8FE0;
}
</style>
border-color css
<style>
span { border-color: #DC8FE0; }
span { border-color: rgb(220,143,224); }
td.TdClassName
{
border-color: #DC8FE0;
}
.TagClassName
{
border-color: #DC8FE0;
}
</style>