Shades of Plum #DE8FE8
Tints of Plum #DE8FE8
RGB
CMYK
RGB Variations
Color information
#DE8FE8 (or 0xDE8FE8) is known color: Plum. HEX triplet: DE, 8F and E8. RGB value is (222,143,232). Sum of RGB (Red+Green+Blue) = 222+143+232=597 (79% of max value = 765). Red value is 222 (87.11% from 255 or 37.19% from 597); Green value is 143 (56.25% from 255 or 23.95% from 597); Blue value is 232 (91.02% from 255 or 38.86% from 597); Max value from RGB is 232 - color contains mainly: blue. Hex color #DE8FE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DE8FE8 is #217017. Grayscale: #B0B0B0. Windows color (decimal): -2191384 or 15241182. OLE color: 15241182.
HSL color Cylindrical-coordinate representation of color #DE8FE8: hue angle of 293.26º degrees, saturation: 0.66, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DE8FE8 is Cyan = 0.04, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 222 | 143 | 232 | - |
| CMYK | 0.04 | 0.38 | 0 | 0.09 |
| HSL | 293.26º | 0.66% | 0.74% | - |
| HSV(B) | 293.26º | 0.38% | 0.91% | - |
| XYZ | 54.51 | 41 | 81.38 | - |
| YUV | 176.77 | 159.17 | 160.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 143 | 232 | 0.04 | 0.38 | 0 | 0.09 | 293.26 | 0.66 | 0.74 |
| Hex | DE | 8F | E8 | 4 | 26 | 0 | 9 | 125 | 42 | 4A |
| Octal | 336 | 217 | 350 | 4 | 46 | 0 | 11 | 445 | 102 | 112 |
| Binary | 11011110 | 10001111 | 11101000 | 100 | 100110 | 0 | 1001 | 100100101 | 1000010 | 1001010 |
Color Harmonies of #DE8FE8
Complementary color
Monochromatic Colors of #DE8FE8
Black with #DE8FE8
Text Example
Text Example
White with #DE8FE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE8FE8; }
p { color: rgb(222,143,232); }
H1.HeaderClassName
{
color: #DE8FE8;
}
.AnyTagClassName
{
color: #DE8FE8;
}
</style>
background-color css
<style>
a { background-color: #DE8FE8; }
a { background-color: rgb(222,143,232); }
div.DivClassName
{
background-color: #DE8FE8;
}
.BgClassName
{
background-color: #DE8FE8;
}
</style>
border-color css
<style>
span { border-color: #DE8FE8; }
span { border-color: rgb(222,143,232); }
td.TdClassName
{
border-color: #DE8FE8;
}
.TagClassName
{
border-color: #DE8FE8;
}
</style>