Shades of Plum #D99BDA
Tints of Plum #D99BDA
RGB
CMYK
RGB Variations
Color information
#D99BDA (or 0xD99BDA) is known color: Plum. HEX triplet: D9, 9B and DA. RGB value is (217,155,218). Sum of RGB (Red+Green+Blue) = 217+155+218=590 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.78% from 590); Green value is 155 (60.94% from 255 or 26.27% from 590); Blue value is 218 (85.55% from 255 or 36.95% from 590); Max value from RGB is 218 - color contains mainly: blue. Hex color #D99BDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D99BDA is #266425. Grayscale: #B4B4B4. Windows color (decimal): -2516006 or 14326745. OLE color: 14326745.
HSL color Cylindrical-coordinate representation of color #D99BDA: hue angle of 299.05º degrees, saturation: 0.46, 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 #D99BDA is Cyan = 0.00, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 155 | 218 | - |
| CMYK | 0.00 | 0.29 | 0 | 0.15 |
| HSL | 299.05º | 0.46% | 0.73% | - |
| HSV(B) | 299.05º | 0.29% | 0.85% | - |
| XYZ | 52.99 | 43.26 | 71.89 | - |
| YUV | 180.72 | 149.04 | 153.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 155 | 218 | 0.00 | 0.29 | 0 | 0.15 | 299.05 | 0.46 | 0.73 |
| Hex | D9 | 9B | DA | 0 | 1D | 0 | F | 12B | 2E | 49 |
| Octal | 331 | 233 | 332 | 0 | 35 | 0 | 17 | 453 | 56 | 111 |
| Binary | 11011001 | 10011011 | 11011010 | 0 | 11101 | 0 | 1111 | 100101011 | 101110 | 1001001 |
Color Harmonies of #D99BDA
Complementary color
Monochromatic Colors of #D99BDA
Black with #D99BDA
Text Example
Text Example
White with #D99BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99BDA; }
p { color: rgb(217,155,218); }
H1.HeaderClassName
{
color: #D99BDA;
}
.AnyTagClassName
{
color: #D99BDA;
}
</style>
background-color css
<style>
a { background-color: #D99BDA; }
a { background-color: rgb(217,155,218); }
div.DivClassName
{
background-color: #D99BDA;
}
.BgClassName
{
background-color: #D99BDA;
}
</style>
border-color css
<style>
span { border-color: #D99BDA; }
span { border-color: rgb(217,155,218); }
td.TdClassName
{
border-color: #D99BDA;
}
.TagClassName
{
border-color: #D99BDA;
}
</style>