Shades of Plum #D99BE4
Tints of Plum #D99BE4
RGB
CMYK
RGB Variations
Color information
#D99BE4 (or 0xD99BE4) is known color: Plum. HEX triplet: D9, 9B and E4. RGB value is (217,155,228). Sum of RGB (Red+Green+Blue) = 217+155+228=600 (79% of max value = 765). Red value is 217 (85.16% from 255 or 36.17% from 600); Green value is 155 (60.94% from 255 or 25.83% from 600); Blue value is 228 (89.45% from 255 or 38% from 600); Max value from RGB is 228 - color contains mainly: blue. Hex color #D99BE4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D99BE4 is #26641B. Grayscale: #B5B5B5. Windows color (decimal): -2515996 or 14982105. OLE color: 14982105.
HSL color Cylindrical-coordinate representation of color #D99BE4: hue angle of 290.96º degrees, saturation: 0.57, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D99BE4 is Cyan = 0.05, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 217 | 155 | 228 | - |
| CMYK | 0.05 | 0.32 | 0 | 0.11 |
| HSL | 290.96º | 0.57% | 0.75% | - |
| HSV(B) | 290.96º | 0.32% | 0.89% | - |
| XYZ | 54.34 | 43.8 | 78.99 | - |
| YUV | 181.86 | 154.04 | 153.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 155 | 228 | 0.05 | 0.32 | 0 | 0.11 | 290.96 | 0.57 | 0.75 |
| Hex | D9 | 9B | E4 | 5 | 20 | 0 | B | 123 | 39 | 4B |
| Octal | 331 | 233 | 344 | 5 | 40 | 0 | 13 | 443 | 71 | 113 |
| Binary | 11011001 | 10011011 | 11100100 | 101 | 100000 | 0 | 1011 | 100100011 | 111001 | 1001011 |
Color Harmonies of #D99BE4
Complementary color
Monochromatic Colors of #D99BE4
Black with #D99BE4
Text Example
Text Example
White with #D99BE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99BE4; }
p { color: rgb(217,155,228); }
H1.HeaderClassName
{
color: #D99BE4;
}
.AnyTagClassName
{
color: #D99BE4;
}
</style>
background-color css
<style>
a { background-color: #D99BE4; }
a { background-color: rgb(217,155,228); }
div.DivClassName
{
background-color: #D99BE4;
}
.BgClassName
{
background-color: #D99BE4;
}
</style>
border-color css
<style>
span { border-color: #D99BE4; }
span { border-color: rgb(217,155,228); }
td.TdClassName
{
border-color: #D99BE4;
}
.TagClassName
{
border-color: #D99BE4;
}
</style>