Shades of Plum #D99BE1
Tints of Plum #D99BE1
RGB
CMYK
RGB Variations
Color information
#D99BE1 (or 0xD99BE1) is known color: Plum. HEX triplet: D9, 9B and E1. RGB value is (217,155,225). Sum of RGB (Red+Green+Blue) = 217+155+225=597 (79% of max value = 765). Red value is 217 (85.16% from 255 or 36.35% from 597); Green value is 155 (60.94% from 255 or 25.96% from 597); Blue value is 225 (88.28% from 255 or 37.69% from 597); Max value from RGB is 225 - color contains mainly: blue. Hex color #D99BE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D99BE1 is #26641E. Grayscale: #B5B5B5. Windows color (decimal): -2515999 or 14785497. OLE color: 14785497.
HSL color Cylindrical-coordinate representation of color #D99BE1: hue angle of 293.14º degrees, saturation: 0.54, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D99BE1 is Cyan = 0.04, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 217 | 155 | 225 | - |
| CMYK | 0.04 | 0.31 | 0 | 0.12 |
| HSL | 293.14º | 0.54% | 0.75% | - |
| HSV(B) | 293.14º | 0.31% | 0.88% | - |
| XYZ | 53.93 | 43.63 | 76.81 | - |
| YUV | 181.52 | 152.54 | 153.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 155 | 225 | 0.04 | 0.31 | 0 | 0.12 | 293.14 | 0.54 | 0.75 |
| Hex | D9 | 9B | E1 | 4 | 1F | 0 | C | 125 | 36 | 4B |
| Octal | 331 | 233 | 341 | 4 | 37 | 0 | 14 | 445 | 66 | 113 |
| Binary | 11011001 | 10011011 | 11100001 | 100 | 11111 | 0 | 1100 | 100100101 | 110110 | 1001011 |
Color Harmonies of #D99BE1
Complementary color
Monochromatic Colors of #D99BE1
Black with #D99BE1
Text Example
Text Example
White with #D99BE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99BE1; }
p { color: rgb(217,155,225); }
H1.HeaderClassName
{
color: #D99BE1;
}
.AnyTagClassName
{
color: #D99BE1;
}
</style>
background-color css
<style>
a { background-color: #D99BE1; }
a { background-color: rgb(217,155,225); }
div.DivClassName
{
background-color: #D99BE1;
}
.BgClassName
{
background-color: #D99BE1;
}
</style>
border-color css
<style>
span { border-color: #D99BE1; }
span { border-color: rgb(217,155,225); }
td.TdClassName
{
border-color: #D99BE1;
}
.TagClassName
{
border-color: #D99BE1;
}
</style>