Shades of Plum #D99BE6
Tints of Plum #D99BE6
RGB
CMYK
RGB Variations
Color information
#D99BE6 (or 0xD99BE6) is known color: Plum. HEX triplet: D9, 9B and E6. RGB value is (217,155,230). Sum of RGB (Red+Green+Blue) = 217+155+230=602 (79% of max value = 765). Red value is 217 (85.16% from 255 or 36.05% from 602); Green value is 155 (60.94% from 255 or 25.75% from 602); Blue value is 230 (90.23% from 255 or 38.21% from 602); Max value from RGB is 230 - color contains mainly: blue. Hex color #D99BE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D99BE6 is #266419. Grayscale: #B5B5B5. Windows color (decimal): -2515994 or 15113177. OLE color: 15113177.
HSL color Cylindrical-coordinate representation of color #D99BE6: hue angle of 289.6º degrees, saturation: 0.6, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D99BE6 is Cyan = 0.06, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 217 | 155 | 230 | - |
| CMYK | 0.06 | 0.33 | 0 | 0.10 |
| HSL | 289.6º | 0.6% | 0.75% | - |
| HSV(B) | 289.6º | 0.33% | 0.9% | - |
| XYZ | 54.62 | 43.91 | 80.46 | - |
| YUV | 182.09 | 155.04 | 152.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 155 | 230 | 0.06 | 0.33 | 0 | 0.10 | 289.6 | 0.6 | 0.75 |
| Hex | D9 | 9B | E6 | 6 | 21 | 0 | A | 122 | 3C | 4B |
| Octal | 331 | 233 | 346 | 6 | 41 | 0 | 12 | 442 | 74 | 113 |
| Binary | 11011001 | 10011011 | 11100110 | 110 | 100001 | 0 | 1010 | 100100010 | 111100 | 1001011 |
Color Harmonies of #D99BE6
Complementary color
Monochromatic Colors of #D99BE6
Black with #D99BE6
Text Example
Text Example
White with #D99BE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99BE6; }
p { color: rgb(217,155,230); }
H1.HeaderClassName
{
color: #D99BE6;
}
.AnyTagClassName
{
color: #D99BE6;
}
</style>
background-color css
<style>
a { background-color: #D99BE6; }
a { background-color: rgb(217,155,230); }
div.DivClassName
{
background-color: #D99BE6;
}
.BgClassName
{
background-color: #D99BE6;
}
</style>
border-color css
<style>
span { border-color: #D99BE6; }
span { border-color: rgb(217,155,230); }
td.TdClassName
{
border-color: #D99BE6;
}
.TagClassName
{
border-color: #D99BE6;
}
</style>