Shades of Plum #D99BDC
Tints of Plum #D99BDC
RGB
CMYK
RGB Variations
Color information
#D99BDC (or 0xD99BDC) is known color: Plum. HEX triplet: D9, 9B and DC. RGB value is (217,155,220). Sum of RGB (Red+Green+Blue) = 217+155+220=592 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.66% from 592); Green value is 155 (60.94% from 255 or 26.18% from 592); Blue value is 220 (86.33% from 255 or 37.16% from 592); Max value from RGB is 220 - color contains mainly: blue. Hex color #D99BDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D99BDC is #266423. Grayscale: #B4B4B4. Windows color (decimal): -2516004 or 14457817. OLE color: 14457817.
HSL color Cylindrical-coordinate representation of color #D99BDC: hue angle of 297.23º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D99BDC is Cyan = 0.01, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 217 | 155 | 220 | - |
| CMYK | 0.01 | 0.30 | 0 | 0.14 |
| HSL | 297.23º | 0.48% | 0.74% | - |
| HSV(B) | 297.23º | 0.3% | 0.86% | - |
| XYZ | 53.25 | 43.36 | 73.27 | - |
| YUV | 180.95 | 150.04 | 153.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 155 | 220 | 0.01 | 0.30 | 0 | 0.14 | 297.23 | 0.48 | 0.74 |
| Hex | D9 | 9B | DC | 1 | 1E | 0 | E | 129 | 30 | 4A |
| Octal | 331 | 233 | 334 | 1 | 36 | 0 | 16 | 451 | 60 | 112 |
| Binary | 11011001 | 10011011 | 11011100 | 1 | 11110 | 0 | 1110 | 100101001 | 110000 | 1001010 |
Color Harmonies of #D99BDC
Complementary color
Monochromatic Colors of #D99BDC
Black with #D99BDC
Text Example
Text Example
White with #D99BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99BDC; }
p { color: rgb(217,155,220); }
H1.HeaderClassName
{
color: #D99BDC;
}
.AnyTagClassName
{
color: #D99BDC;
}
</style>
background-color css
<style>
a { background-color: #D99BDC; }
a { background-color: rgb(217,155,220); }
div.DivClassName
{
background-color: #D99BDC;
}
.BgClassName
{
background-color: #D99BDC;
}
</style>
border-color css
<style>
span { border-color: #D99BDC; }
span { border-color: rgb(217,155,220); }
td.TdClassName
{
border-color: #D99BDC;
}
.TagClassName
{
border-color: #D99BDC;
}
</style>