Shades of Plum #D99BD2
Tints of Plum #D99BD2
RGB
CMYK
RGB Variations
Color information
#D99BD2 (or 0xD99BD2) is known color: Plum. HEX triplet: D9, 9B and D2. RGB value is (217,155,210). Sum of RGB (Red+Green+Blue) = 217+155+210=582 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.29% from 582); Green value is 155 (60.94% from 255 or 26.63% from 582); Blue value is 210 (82.42% from 255 or 36.08% from 582); Max value from RGB is 217 - color contains mainly: red. Hex color #D99BD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D99BD2 is #26642D. Grayscale: #B3B3B3. Windows color (decimal): -2516014 or 13802457. OLE color: 13802457.
HSL color Cylindrical-coordinate representation of color #D99BD2: hue angle of 306.77º degrees, saturation: 0.45, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D99BD2 is Cyan = 0, Magento = 0.29, Yellow = 0.03 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 155 | 210 | - |
| CMYK | 0 | 0.29 | 0.03 | 0.15 |
| HSL | 306.77º | 0.45% | 0.73% | - |
| HSV(B) | 306.77º | 0.29% | 0.85% | - |
| XYZ | 51.97 | 42.85 | 66.5 | - |
| YUV | 179.81 | 145.04 | 154.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 155 | 210 | 0 | 0.29 | 0.03 | 0.15 | 306.77 | 0.45 | 0.73 |
| Hex | D9 | 9B | D2 | 0 | 1D | 3 | F | 133 | 2D | 49 |
| Octal | 331 | 233 | 322 | 0 | 35 | 3 | 17 | 463 | 55 | 111 |
| Binary | 11011001 | 10011011 | 11010010 | 0 | 11101 | 11 | 1111 | 100110011 | 101101 | 1001001 |
Color Harmonies of #D99BD2
Complementary color
Monochromatic Colors of #D99BD2
Black with #D99BD2
Text Example
Text Example
White with #D99BD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99BD2; }
p { color: rgb(217,155,210); }
H1.HeaderClassName
{
color: #D99BD2;
}
.AnyTagClassName
{
color: #D99BD2;
}
</style>
background-color css
<style>
a { background-color: #D99BD2; }
a { background-color: rgb(217,155,210); }
div.DivClassName
{
background-color: #D99BD2;
}
.BgClassName
{
background-color: #D99BD2;
}
</style>
border-color css
<style>
span { border-color: #D99BD2; }
span { border-color: rgb(217,155,210); }
td.TdClassName
{
border-color: #D99BD2;
}
.TagClassName
{
border-color: #D99BD2;
}
</style>