Shades of Plum #DA99D9
Tints of Plum #DA99D9
RGB
CMYK
RGB Variations
Color information
#DA99D9 (or 0xDA99D9) is known color: Plum. HEX triplet: DA, 99 and D9. RGB value is (218,153,217). Sum of RGB (Red+Green+Blue) = 218+153+217=588 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.07% from 588); Green value is 153 (60.16% from 255 or 26.02% from 588); Blue value is 217 (85.16% from 255 or 36.90% from 588); Max value from RGB is 218 - color contains mainly: red. Hex color #DA99D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA99D9 is #256626. Grayscale: #B3B3B3. Windows color (decimal): -2450983 or 14260698. OLE color: 14260698.
HSL color Cylindrical-coordinate representation of color #DA99D9: hue angle of 300.92º 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 #DA99D9 is Cyan = 0, Magento = 0.30, Yellow = 0.00 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 153 | 217 | - |
| CMYK | 0 | 0.30 | 0.00 | 0.15 |
| HSL | 300.92º | 0.47% | 0.73% | - |
| HSV(B) | 300.92º | 0.3% | 0.85% | - |
| XYZ | 52.83 | 42.7 | 71.1 | - |
| YUV | 179.73 | 149.03 | 155.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 153 | 217 | 0 | 0.30 | 0.00 | 0.15 | 300.92 | 0.47 | 0.73 |
| Hex | DA | 99 | D9 | 0 | 1E | 0 | F | 12D | 2F | 49 |
| Octal | 332 | 231 | 331 | 0 | 36 | 0 | 17 | 455 | 57 | 111 |
| Binary | 11011010 | 10011001 | 11011001 | 0 | 11110 | 0 | 1111 | 100101101 | 101111 | 1001001 |
Color Harmonies of #DA99D9
Complementary color
Monochromatic Colors of #DA99D9
Black with #DA99D9
Text Example
Text Example
White with #DA99D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA99D9; }
p { color: rgb(218,153,217); }
H1.HeaderClassName
{
color: #DA99D9;
}
.AnyTagClassName
{
color: #DA99D9;
}
</style>
background-color css
<style>
a { background-color: #DA99D9; }
a { background-color: rgb(218,153,217); }
div.DivClassName
{
background-color: #DA99D9;
}
.BgClassName
{
background-color: #DA99D9;
}
</style>
border-color css
<style>
span { border-color: #DA99D9; }
span { border-color: rgb(218,153,217); }
td.TdClassName
{
border-color: #DA99D9;
}
.TagClassName
{
border-color: #DA99D9;
}
</style>