Shades of Plum #DC8FE1
Tints of Plum #DC8FE1
RGB
CMYK
RGB Variations
Color information
#DC8FE1 (or 0xDC8FE1) is known color: Plum. HEX triplet: DC, 8F and E1. RGB value is (220,143,225). Sum of RGB (Red+Green+Blue) = 220+143+225=588 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.41% from 588); Green value is 143 (56.25% from 255 or 24.32% from 588); Blue value is 225 (88.28% from 255 or 38.27% from 588); Max value from RGB is 225 - color contains mainly: blue. Hex color #DC8FE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC8FE1 is #23701E. Grayscale: #AFAFAF. Windows color (decimal): -2322463 or 14782428. OLE color: 14782428.
HSL color Cylindrical-coordinate representation of color #DC8FE1: hue angle of 296.34º degrees, saturation: 0.58, 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 #DC8FE1 is Cyan = 0.02, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 220 | 143 | 225 | - |
| CMYK | 0.02 | 0.36 | 0 | 0.12 |
| HSL | 296.34º | 0.58% | 0.72% | - |
| HSV(B) | 296.34º | 0.36% | 0.88% | - |
| XYZ | 52.93 | 40.3 | 76.22 | - |
| YUV | 175.37 | 156.01 | 159.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 143 | 225 | 0.02 | 0.36 | 0 | 0.12 | 296.34 | 0.58 | 0.72 |
| Hex | DC | 8F | E1 | 2 | 24 | 0 | C | 128 | 3A | 48 |
| Octal | 334 | 217 | 341 | 2 | 44 | 0 | 14 | 450 | 72 | 110 |
| Binary | 11011100 | 10001111 | 11100001 | 10 | 100100 | 0 | 1100 | 100101000 | 111010 | 1001000 |
Color Harmonies of #DC8FE1
Complementary color
Monochromatic Colors of #DC8FE1
Black with #DC8FE1
Text Example
Text Example
White with #DC8FE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8FE1; }
p { color: rgb(220,143,225); }
H1.HeaderClassName
{
color: #DC8FE1;
}
.AnyTagClassName
{
color: #DC8FE1;
}
</style>
background-color css
<style>
a { background-color: #DC8FE1; }
a { background-color: rgb(220,143,225); }
div.DivClassName
{
background-color: #DC8FE1;
}
.BgClassName
{
background-color: #DC8FE1;
}
</style>
border-color css
<style>
span { border-color: #DC8FE1; }
span { border-color: rgb(220,143,225); }
td.TdClassName
{
border-color: #DC8FE1;
}
.TagClassName
{
border-color: #DC8FE1;
}
</style>