Shades of Plum #DE9BD3
Tints of Plum #DE9BD3
RGB
CMYK
RGB Variations
Color information
#DE9BD3 (or 0xDE9BD3) is known color: Plum. HEX triplet: DE, 9B and D3. RGB value is (222,155,211). Sum of RGB (Red+Green+Blue) = 222+155+211=588 (77% of max value = 765). Red value is 222 (87.11% from 255 or 37.76% from 588); Green value is 155 (60.94% from 255 or 26.36% from 588); Blue value is 211 (82.81% from 255 or 35.88% from 588); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9BD3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE9BD3 is #21642C. Grayscale: #B5B5B5. Windows color (decimal): -2188333 or 13867998. OLE color: 13867998.
HSL color Cylindrical-coordinate representation of color #DE9BD3: hue angle of 309.85º 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 #DE9BD3 is Cyan = 0, Magento = 0.30, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 155 | 211 | - |
| CMYK | 0 | 0.30 | 0.05 | 0.13 |
| HSL | 309.85º | 0.5% | 0.74% | - |
| HSV(B) | 309.85º | 0.3% | 0.87% | - |
| XYZ | 53.6 | 43.68 | 67.23 | - |
| YUV | 181.42 | 144.7 | 156.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 155 | 211 | 0 | 0.30 | 0.05 | 0.13 | 309.85 | 0.5 | 0.74 |
| Hex | DE | 9B | D3 | 0 | 1E | 5 | D | 136 | 32 | 4A |
| Octal | 336 | 233 | 323 | 0 | 36 | 5 | 15 | 466 | 62 | 112 |
| Binary | 11011110 | 10011011 | 11010011 | 0 | 11110 | 101 | 1101 | 100110110 | 110010 | 1001010 |
Color Harmonies of #DE9BD3
Complementary color
Monochromatic Colors of #DE9BD3
Black with #DE9BD3
Text Example
Text Example
White with #DE9BD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE9BD3; }
p { color: rgb(222,155,211); }
H1.HeaderClassName
{
color: #DE9BD3;
}
.AnyTagClassName
{
color: #DE9BD3;
}
</style>
background-color css
<style>
a { background-color: #DE9BD3; }
a { background-color: rgb(222,155,211); }
div.DivClassName
{
background-color: #DE9BD3;
}
.BgClassName
{
background-color: #DE9BD3;
}
</style>
border-color css
<style>
span { border-color: #DE9BD3; }
span { border-color: rgb(222,155,211); }
td.TdClassName
{
border-color: #DE9BD3;
}
.TagClassName
{
border-color: #DE9BD3;
}
</style>