Shades of Plum #DE8FDF
Tints of Plum #DE8FDF
RGB
CMYK
RGB Variations
Color information
#DE8FDF (or 0xDE8FDF) is known color: Plum. HEX triplet: DE, 8F and DF. RGB value is (222,143,223). Sum of RGB (Red+Green+Blue) = 222+143+223=588 (77% of max value = 765). Red value is 222 (87.11% from 255 or 37.76% from 588); Green value is 143 (56.25% from 255 or 24.32% from 588); Blue value is 223 (87.5% from 255 or 37.93% from 588); Max value from RGB is 223 - color contains mainly: blue. Hex color #DE8FDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE8FDF is #217020. Grayscale: #AFAFAF. Windows color (decimal): -2191393 or 14651358. OLE color: 14651358.
HSL color Cylindrical-coordinate representation of color #DE8FDF: hue angle of 299.25º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DE8FDF is Cyan = 0.00, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 143 | 223 | - |
| CMYK | 0.00 | 0.36 | 0 | 0.13 |
| HSL | 299.25º | 0.56% | 0.72% | - |
| HSV(B) | 299.25º | 0.36% | 0.87% | - |
| XYZ | 53.27 | 40.5 | 74.82 | - |
| YUV | 175.74 | 154.67 | 161 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 143 | 223 | 0.00 | 0.36 | 0 | 0.13 | 299.25 | 0.56 | 0.72 |
| Hex | DE | 8F | DF | 0 | 24 | 0 | D | 12B | 38 | 48 |
| Octal | 336 | 217 | 337 | 0 | 44 | 0 | 15 | 453 | 70 | 110 |
| Binary | 11011110 | 10001111 | 11011111 | 0 | 100100 | 0 | 1101 | 100101011 | 111000 | 1001000 |
Color Harmonies of #DE8FDF
Complementary color
Monochromatic Colors of #DE8FDF
Black with #DE8FDF
Text Example
Text Example
White with #DE8FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE8FDF; }
p { color: rgb(222,143,223); }
H1.HeaderClassName
{
color: #DE8FDF;
}
.AnyTagClassName
{
color: #DE8FDF;
}
</style>
background-color css
<style>
a { background-color: #DE8FDF; }
a { background-color: rgb(222,143,223); }
div.DivClassName
{
background-color: #DE8FDF;
}
.BgClassName
{
background-color: #DE8FDF;
}
</style>
border-color css
<style>
span { border-color: #DE8FDF; }
span { border-color: rgb(222,143,223); }
td.TdClassName
{
border-color: #DE8FDF;
}
.TagClassName
{
border-color: #DE8FDF;
}
</style>