Shades of Plum #D99BDF
Tints of Plum #D99BDF
RGB
CMYK
RGB Variations
Color information
#D99BDF (or 0xD99BDF) is known color: Plum. HEX triplet: D9, 9B and DF. RGB value is (217,155,223). Sum of RGB (Red+Green+Blue) = 217+155+223=595 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.47% from 595); Green value is 155 (60.94% from 255 or 26.05% from 595); Blue value is 223 (87.5% from 255 or 37.48% from 595); Max value from RGB is 223 - color contains mainly: blue. Hex color #D99BDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D99BDF is #266420. Grayscale: #B5B5B5. Windows color (decimal): -2516001 or 14654425. OLE color: 14654425.
HSL color Cylindrical-coordinate representation of color #D99BDF: hue angle of 294.71º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D99BDF is Cyan = 0.03, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 217 | 155 | 223 | - |
| CMYK | 0.03 | 0.30 | 0 | 0.13 |
| HSL | 294.71º | 0.52% | 0.74% | - |
| HSV(B) | 294.71º | 0.3% | 0.87% | - |
| XYZ | 53.66 | 43.52 | 75.38 | - |
| YUV | 181.29 | 151.54 | 153.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 155 | 223 | 0.03 | 0.30 | 0 | 0.13 | 294.71 | 0.52 | 0.74 |
| Hex | D9 | 9B | DF | 3 | 1E | 0 | D | 127 | 34 | 4A |
| Octal | 331 | 233 | 337 | 3 | 36 | 0 | 15 | 447 | 64 | 112 |
| Binary | 11011001 | 10011011 | 11011111 | 11 | 11110 | 0 | 1101 | 100100111 | 110100 | 1001010 |
Color Harmonies of #D99BDF
Complementary color
Monochromatic Colors of #D99BDF
Black with #D99BDF
Text Example
Text Example
White with #D99BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99BDF; }
p { color: rgb(217,155,223); }
H1.HeaderClassName
{
color: #D99BDF;
}
.AnyTagClassName
{
color: #D99BDF;
}
</style>
background-color css
<style>
a { background-color: #D99BDF; }
a { background-color: rgb(217,155,223); }
div.DivClassName
{
background-color: #D99BDF;
}
.BgClassName
{
background-color: #D99BDF;
}
</style>
border-color css
<style>
span { border-color: #D99BDF; }
span { border-color: rgb(217,155,223); }
td.TdClassName
{
border-color: #D99BDF;
}
.TagClassName
{
border-color: #D99BDF;
}
</style>