Shades of Plum #D99BE8
Tints of Plum #D99BE8
RGB
CMYK
RGB Variations
Color information
#D99BE8 (or 0xD99BE8) is known color: Plum. HEX triplet: D9, 9B and E8. RGB value is (217,155,232). Sum of RGB (Red+Green+Blue) = 217+155+232=604 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.93% from 604); Green value is 155 (60.94% from 255 or 25.66% from 604); Blue value is 232 (91.02% from 255 or 38.41% from 604); Max value from RGB is 232 - color contains mainly: blue. Hex color #D99BE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D99BE8 is #266417. Grayscale: #B6B6B6. Windows color (decimal): -2515992 or 15244249. OLE color: 15244249.
HSL color Cylindrical-coordinate representation of color #D99BE8: hue angle of 288.31º 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 #D99BE8 is Cyan = 0.06, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 217 | 155 | 232 | - |
| CMYK | 0.06 | 0.33 | 0 | 0.09 |
| HSL | 288.31º | 0.63% | 0.76% | - |
| HSV(B) | 288.31º | 0.33% | 0.91% | - |
| XYZ | 54.9 | 44.02 | 81.95 | - |
| YUV | 182.32 | 156.04 | 152.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 155 | 232 | 0.06 | 0.33 | 0 | 0.09 | 288.31 | 0.63 | 0.76 |
| Hex | D9 | 9B | E8 | 6 | 21 | 0 | 9 | 120 | 3F | 4C |
| Octal | 331 | 233 | 350 | 6 | 41 | 0 | 11 | 440 | 77 | 114 |
| Binary | 11011001 | 10011011 | 11101000 | 110 | 100001 | 0 | 1001 | 100100000 | 111111 | 1001100 |
Color Harmonies of #D99BE8
Complementary color
Monochromatic Colors of #D99BE8
Black with #D99BE8
Text Example
Text Example
White with #D99BE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99BE8; }
p { color: rgb(217,155,232); }
H1.HeaderClassName
{
color: #D99BE8;
}
.AnyTagClassName
{
color: #D99BE8;
}
</style>
background-color css
<style>
a { background-color: #D99BE8; }
a { background-color: rgb(217,155,232); }
div.DivClassName
{
background-color: #D99BE8;
}
.BgClassName
{
background-color: #D99BE8;
}
</style>
border-color css
<style>
span { border-color: #D99BE8; }
span { border-color: rgb(217,155,232); }
td.TdClassName
{
border-color: #D99BE8;
}
.TagClassName
{
border-color: #D99BE8;
}
</style>