Shades of Plum #DE9FD5
Tints of Plum #DE9FD5
RGB
CMYK
RGB Variations
Color information
#DE9FD5 (or 0xDE9FD5) is known color: Plum. HEX triplet: DE, 9F and D5. RGB value is (222,159,213). Sum of RGB (Red+Green+Blue) = 222+159+213=594 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.37% from 594); Green value is 159 (62.5% from 255 or 26.77% from 594); Blue value is 213 (83.59% from 255 or 35.86% from 594); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9FD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE9FD5 is #21602A. Grayscale: #B7B7B7. Windows color (decimal): -2187307 or 14000094. OLE color: 14000094.
HSL color Cylindrical-coordinate representation of color #DE9FD5: hue angle of 308.57º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DE9FD5 is Cyan = 0, Magento = 0.28, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 159 | 213 | - |
| CMYK | 0 | 0.28 | 0.04 | 0.13 |
| HSL | 308.57º | 0.49% | 0.75% | - |
| HSV(B) | 308.57º | 0.28% | 0.87% | - |
| XYZ | 54.53 | 45.13 | 68.79 | - |
| YUV | 183.99 | 144.37 | 155.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 159 | 213 | 0 | 0.28 | 0.04 | 0.13 | 308.57 | 0.49 | 0.75 |
| Hex | DE | 9F | D5 | 0 | 1C | 4 | D | 135 | 31 | 4B |
| Octal | 336 | 237 | 325 | 0 | 34 | 4 | 15 | 465 | 61 | 113 |
| Binary | 11011110 | 10011111 | 11010101 | 0 | 11100 | 100 | 1101 | 100110101 | 110001 | 1001011 |
Color Harmonies of #DE9FD5
Complementary color
Monochromatic Colors of #DE9FD5
Black with #DE9FD5
Text Example
Text Example
White with #DE9FD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE9FD5; }
p { color: rgb(222,159,213); }
H1.HeaderClassName
{
color: #DE9FD5;
}
.AnyTagClassName
{
color: #DE9FD5;
}
</style>
background-color css
<style>
a { background-color: #DE9FD5; }
a { background-color: rgb(222,159,213); }
div.DivClassName
{
background-color: #DE9FD5;
}
.BgClassName
{
background-color: #DE9FD5;
}
</style>
border-color css
<style>
span { border-color: #DE9FD5; }
span { border-color: rgb(222,159,213); }
td.TdClassName
{
border-color: #DE9FD5;
}
.TagClassName
{
border-color: #DE9FD5;
}
</style>