Shades of Plum #DE9AD4
Tints of Plum #DE9AD4
RGB
CMYK
RGB Variations
Color information
#DE9AD4 (or 0xDE9AD4) is known color: Plum. HEX triplet: DE, 9A and D4. RGB value is (222,154,212). Sum of RGB (Red+Green+Blue) = 222+154+212=588 (77% of max value = 765). Red value is 222 (87.11% from 255 or 37.76% from 588); Green value is 154 (60.55% from 255 or 26.19% from 588); Blue value is 212 (83.20% from 255 or 36.05% from 588); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9AD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE9AD4 is #21652B. Grayscale: #B4B4B4. Windows color (decimal): -2188588 or 13933278. OLE color: 13933278.
HSL color Cylindrical-coordinate representation of color #DE9AD4: hue angle of 308.82º degrees, saturation: 0.51, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DE9AD4 is Cyan = 0, Magento = 0.31, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 154 | 212 | - |
| CMYK | 0 | 0.31 | 0.05 | 0.13 |
| HSL | 308.82º | 0.51% | 0.74% | - |
| HSV(B) | 308.82º | 0.31% | 0.87% | - |
| XYZ | 53.56 | 43.39 | 67.84 | - |
| YUV | 180.94 | 145.53 | 157.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 154 | 212 | 0 | 0.31 | 0.05 | 0.13 | 308.82 | 0.51 | 0.74 |
| Hex | DE | 9A | D4 | 0 | 1F | 5 | D | 135 | 33 | 4A |
| Octal | 336 | 232 | 324 | 0 | 37 | 5 | 15 | 465 | 63 | 112 |
| Binary | 11011110 | 10011010 | 11010100 | 0 | 11111 | 101 | 1101 | 100110101 | 110011 | 1001010 |
Color Harmonies of #DE9AD4
Complementary color
Monochromatic Colors of #DE9AD4
Black with #DE9AD4
Text Example
Text Example
White with #DE9AD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE9AD4; }
p { color: rgb(222,154,212); }
H1.HeaderClassName
{
color: #DE9AD4;
}
.AnyTagClassName
{
color: #DE9AD4;
}
</style>
background-color css
<style>
a { background-color: #DE9AD4; }
a { background-color: rgb(222,154,212); }
div.DivClassName
{
background-color: #DE9AD4;
}
.BgClassName
{
background-color: #DE9AD4;
}
</style>
border-color css
<style>
span { border-color: #DE9AD4; }
span { border-color: rgb(222,154,212); }
td.TdClassName
{
border-color: #DE9AD4;
}
.TagClassName
{
border-color: #DE9AD4;
}
</style>