Shades of Plum #DE9BD0
Tints of Plum #DE9BD0
RGB
CMYK
RGB Variations
Color information
#DE9BD0 (or 0xDE9BD0) is known color: Plum. HEX triplet: DE, 9B and D0. RGB value is (222,155,208). Sum of RGB (Red+Green+Blue) = 222+155+208=585 (77% of max value = 765). Red value is 222 (87.11% from 255 or 37.95% from 585); Green value is 155 (60.94% from 255 or 26.50% from 585); Blue value is 208 (81.64% from 255 or 35.56% from 585); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9BD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE9BD0 is #21642F. Grayscale: #B4B4B4. Windows color (decimal): -2188336 or 13671390. OLE color: 13671390.
HSL color Cylindrical-coordinate representation of color #DE9BD0: hue angle of 312.54º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DE9BD0 is Cyan = 0, Magento = 0.30, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 155 | 208 | - |
| CMYK | 0 | 0.30 | 0.06 | 0.13 |
| HSL | 312.54º | 0.5% | 0.74% | - |
| HSV(B) | 312.54º | 0.3% | 0.87% | - |
| XYZ | 53.23 | 43.53 | 65.27 | - |
| YUV | 181.08 | 143.2 | 157.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 155 | 208 | 0 | 0.30 | 0.06 | 0.13 | 312.54 | 0.5 | 0.74 |
| Hex | DE | 9B | D0 | 0 | 1E | 6 | D | 139 | 32 | 4A |
| Octal | 336 | 233 | 320 | 0 | 36 | 6 | 15 | 471 | 62 | 112 |
| Binary | 11011110 | 10011011 | 11010000 | 0 | 11110 | 110 | 1101 | 100111001 | 110010 | 1001010 |
Color Harmonies of #DE9BD0
Complementary color
Monochromatic Colors of #DE9BD0
Black with #DE9BD0
Text Example
Text Example
White with #DE9BD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE9BD0; }
p { color: rgb(222,155,208); }
H1.HeaderClassName
{
color: #DE9BD0;
}
.AnyTagClassName
{
color: #DE9BD0;
}
</style>
background-color css
<style>
a { background-color: #DE9BD0; }
a { background-color: rgb(222,155,208); }
div.DivClassName
{
background-color: #DE9BD0;
}
.BgClassName
{
background-color: #DE9BD0;
}
</style>
border-color css
<style>
span { border-color: #DE9BD0; }
span { border-color: rgb(222,155,208); }
td.TdClassName
{
border-color: #DE9BD0;
}
.TagClassName
{
border-color: #DE9BD0;
}
</style>