Shades of Plum #D999DA
Tints of Plum #D999DA
RGB
CMYK
RGB Variations
Color information
#D999DA (or 0xD999DA) is known color: Plum. HEX triplet: D9, 99 and DA. RGB value is (217,153,218). Sum of RGB (Red+Green+Blue) = 217+153+218=588 (77% of max value = 765). Red value is 217 (85.16% from 255 or 36.90% from 588); Green value is 153 (60.16% from 255 or 26.02% from 588); Blue value is 218 (85.55% from 255 or 37.07% from 588); Max value from RGB is 218 - color contains mainly: blue. Hex color #D999DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D999DA is #266625. Grayscale: #B3B3B3. Windows color (decimal): -2516518 or 14326233. OLE color: 14326233.
HSL color Cylindrical-coordinate representation of color #D999DA: hue angle of 299.08º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D999DA is Cyan = 0.00, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 153 | 218 | - |
| CMYK | 0.00 | 0.30 | 0 | 0.15 |
| HSL | 299.08º | 0.47% | 0.73% | - |
| HSV(B) | 299.08º | 0.3% | 0.85% | - |
| XYZ | 52.66 | 42.6 | 71.78 | - |
| YUV | 179.55 | 149.7 | 154.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 153 | 218 | 0.00 | 0.30 | 0 | 0.15 | 299.08 | 0.47 | 0.73 |
| Hex | D9 | 99 | DA | 0 | 1E | 0 | F | 12B | 2F | 49 |
| Octal | 331 | 231 | 332 | 0 | 36 | 0 | 17 | 453 | 57 | 111 |
| Binary | 11011001 | 10011001 | 11011010 | 0 | 11110 | 0 | 1111 | 100101011 | 101111 | 1001001 |
Color Harmonies of #D999DA
Complementary color
Monochromatic Colors of #D999DA
Black with #D999DA
Text Example
Text Example
White with #D999DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D999DA; }
p { color: rgb(217,153,218); }
H1.HeaderClassName
{
color: #D999DA;
}
.AnyTagClassName
{
color: #D999DA;
}
</style>
background-color css
<style>
a { background-color: #D999DA; }
a { background-color: rgb(217,153,218); }
div.DivClassName
{
background-color: #D999DA;
}
.BgClassName
{
background-color: #D999DA;
}
</style>
border-color css
<style>
span { border-color: #D999DA; }
span { border-color: rgb(217,153,218); }
td.TdClassName
{
border-color: #D999DA;
}
.TagClassName
{
border-color: #D999DA;
}
</style>