Shades of Plum #DD9BE8
Tints of Plum #DD9BE8
RGB
CMYK
RGB Variations
Color information
#DD9BE8 (or 0xDD9BE8) is known color: Plum. HEX triplet: DD, 9B and E8. RGB value is (221,155,232). Sum of RGB (Red+Green+Blue) = 221+155+232=608 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.35% from 608); Green value is 155 (60.94% from 255 or 25.49% from 608); Blue value is 232 (91.02% from 255 or 38.16% from 608); Max value from RGB is 232 - color contains mainly: blue. Hex color #DD9BE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD9BE8 is #226417. Grayscale: #B7B7B7. Windows color (decimal): -2253848 or 15244253. OLE color: 15244253.
HSL color Cylindrical-coordinate representation of color #DD9BE8: hue angle of 291.43º degrees, saturation: 0.63, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DD9BE8 is Cyan = 0.05, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 221 | 155 | 232 | - |
| CMYK | 0.05 | 0.33 | 0 | 0.09 |
| HSL | 291.43º | 0.63% | 0.76% | - |
| HSV(B) | 291.43º | 0.33% | 0.91% | - |
| XYZ | 56.11 | 44.64 | 82 | - |
| YUV | 183.51 | 155.37 | 154.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 155 | 232 | 0.05 | 0.33 | 0 | 0.09 | 291.43 | 0.63 | 0.76 |
| Hex | DD | 9B | E8 | 5 | 21 | 0 | 9 | 123 | 3F | 4C |
| Octal | 335 | 233 | 350 | 5 | 41 | 0 | 11 | 443 | 77 | 114 |
| Binary | 11011101 | 10011011 | 11101000 | 101 | 100001 | 0 | 1001 | 100100011 | 111111 | 1001100 |
Color Harmonies of #DD9BE8
Complementary color
Monochromatic Colors of #DD9BE8
Black with #DD9BE8
Text Example
Text Example
White with #DD9BE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9BE8; }
p { color: rgb(221,155,232); }
H1.HeaderClassName
{
color: #DD9BE8;
}
.AnyTagClassName
{
color: #DD9BE8;
}
</style>
background-color css
<style>
a { background-color: #DD9BE8; }
a { background-color: rgb(221,155,232); }
div.DivClassName
{
background-color: #DD9BE8;
}
.BgClassName
{
background-color: #DD9BE8;
}
</style>
border-color css
<style>
span { border-color: #DD9BE8; }
span { border-color: rgb(221,155,232); }
td.TdClassName
{
border-color: #DD9BE8;
}
.TagClassName
{
border-color: #DD9BE8;
}
</style>