Shades of Plum #DE9BD5
Tints of Plum #DE9BD5
RGB
CMYK
RGB Variations
Color information
#DE9BD5 (or 0xDE9BD5) is known color: Plum. HEX triplet: DE, 9B and D5. RGB value is (222,155,213). Sum of RGB (Red+Green+Blue) = 222+155+213=590 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.63% from 590); Green value is 155 (60.94% from 255 or 26.27% from 590); Blue value is 213 (83.59% from 255 or 36.10% from 590); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9BD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE9BD5 is #21642A. Grayscale: #B5B5B5. Windows color (decimal): -2188331 or 13999070. OLE color: 13999070.
HSL color Cylindrical-coordinate representation of color #DE9BD5: hue angle of 308.06º 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 #DE9BD5 is Cyan = 0, Magento = 0.30, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 155 | 213 | - |
| CMYK | 0 | 0.30 | 0.04 | 0.13 |
| HSL | 308.06º | 0.5% | 0.74% | - |
| HSV(B) | 308.06º | 0.3% | 0.87% | - |
| XYZ | 53.86 | 43.78 | 68.56 | - |
| YUV | 181.65 | 145.7 | 156.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 155 | 213 | 0 | 0.30 | 0.04 | 0.13 | 308.06 | 0.5 | 0.74 |
| Hex | DE | 9B | D5 | 0 | 1E | 4 | D | 134 | 32 | 4A |
| Octal | 336 | 233 | 325 | 0 | 36 | 4 | 15 | 464 | 62 | 112 |
| Binary | 11011110 | 10011011 | 11010101 | 0 | 11110 | 100 | 1101 | 100110100 | 110010 | 1001010 |
Color Harmonies of #DE9BD5
Complementary color
Monochromatic Colors of #DE9BD5
Black with #DE9BD5
Text Example
Text Example
White with #DE9BD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE9BD5; }
p { color: rgb(222,155,213); }
H1.HeaderClassName
{
color: #DE9BD5;
}
.AnyTagClassName
{
color: #DE9BD5;
}
</style>
background-color css
<style>
a { background-color: #DE9BD5; }
a { background-color: rgb(222,155,213); }
div.DivClassName
{
background-color: #DE9BD5;
}
.BgClassName
{
background-color: #DE9BD5;
}
</style>
border-color css
<style>
span { border-color: #DE9BD5; }
span { border-color: rgb(222,155,213); }
td.TdClassName
{
border-color: #DE9BD5;
}
.TagClassName
{
border-color: #DE9BD5;
}
</style>