Shades of Plum #DA99D7
Tints of Plum #DA99D7
RGB
CMYK
RGB Variations
Color information
#DA99D7 (or 0xDA99D7) is known color: Plum. HEX triplet: DA, 99 and D7. RGB value is (218,153,215). Sum of RGB (Red+Green+Blue) = 218+153+215=586 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.20% from 586); Green value is 153 (60.16% from 255 or 26.11% from 586); Blue value is 215 (84.38% from 255 or 36.69% from 586); Max value from RGB is 218 - color contains mainly: red. Hex color #DA99D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA99D7 is #256628. Grayscale: #B3B3B3. Windows color (decimal): -2450985 or 14129626. OLE color: 14129626.
HSL color Cylindrical-coordinate representation of color #DA99D7: hue angle of 302.77º 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 #DA99D7 is Cyan = 0, Magento = 0.30, Yellow = 0.01 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 153 | 215 | - |
| CMYK | 0 | 0.30 | 0.01 | 0.15 |
| HSL | 302.77º | 0.47% | 0.73% | - |
| HSV(B) | 302.77º | 0.3% | 0.85% | - |
| XYZ | 52.57 | 42.59 | 69.74 | - |
| YUV | 179.5 | 148.03 | 155.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 153 | 215 | 0 | 0.30 | 0.01 | 0.15 | 302.77 | 0.47 | 0.73 |
| Hex | DA | 99 | D7 | 0 | 1E | 1 | F | 12F | 2F | 49 |
| Octal | 332 | 231 | 327 | 0 | 36 | 1 | 17 | 457 | 57 | 111 |
| Binary | 11011010 | 10011001 | 11010111 | 0 | 11110 | 1 | 1111 | 100101111 | 101111 | 1001001 |
Color Harmonies of #DA99D7
Complementary color
Monochromatic Colors of #DA99D7
Black with #DA99D7
Text Example
Text Example
White with #DA99D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA99D7; }
p { color: rgb(218,153,215); }
H1.HeaderClassName
{
color: #DA99D7;
}
.AnyTagClassName
{
color: #DA99D7;
}
</style>
background-color css
<style>
a { background-color: #DA99D7; }
a { background-color: rgb(218,153,215); }
div.DivClassName
{
background-color: #DA99D7;
}
.BgClassName
{
background-color: #DA99D7;
}
</style>
border-color css
<style>
span { border-color: #DA99D7; }
span { border-color: rgb(218,153,215); }
td.TdClassName
{
border-color: #DA99D7;
}
.TagClassName
{
border-color: #DA99D7;
}
</style>