Shades of Plum #DA99D3
Tints of Plum #DA99D3
RGB
CMYK
RGB Variations
Color information
#DA99D3 (or 0xDA99D3) is known color: Plum. HEX triplet: DA, 99 and D3. RGB value is (218,153,211). Sum of RGB (Red+Green+Blue) = 218+153+211=582 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.46% from 582); Green value is 153 (60.16% from 255 or 26.29% from 582); Blue value is 211 (82.81% from 255 or 36.25% from 582); Max value from RGB is 218 - color contains mainly: red. Hex color #DA99D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA99D3 is #25662C. Grayscale: #B2B2B2. Windows color (decimal): -2450989 or 13867482. OLE color: 13867482.
HSL color Cylindrical-coordinate representation of color #DA99D3: hue angle of 306.46º 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 #DA99D3 is Cyan = 0, Magento = 0.30, Yellow = 0.03 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 153 | 211 | - |
| CMYK | 0 | 0.30 | 0.03 | 0.15 |
| HSL | 306.46º | 0.47% | 0.73% | - |
| HSV(B) | 306.46º | 0.3% | 0.85% | - |
| XYZ | 52.06 | 42.39 | 67.07 | - |
| YUV | 179.05 | 146.03 | 155.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 153 | 211 | 0 | 0.30 | 0.03 | 0.15 | 306.46 | 0.47 | 0.73 |
| Hex | DA | 99 | D3 | 0 | 1E | 3 | F | 132 | 2F | 49 |
| Octal | 332 | 231 | 323 | 0 | 36 | 3 | 17 | 462 | 57 | 111 |
| Binary | 11011010 | 10011001 | 11010011 | 0 | 11110 | 11 | 1111 | 100110010 | 101111 | 1001001 |
Color Harmonies of #DA99D3
Complementary color
Monochromatic Colors of #DA99D3
Black with #DA99D3
Text Example
Text Example
White with #DA99D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA99D3; }
p { color: rgb(218,153,211); }
H1.HeaderClassName
{
color: #DA99D3;
}
.AnyTagClassName
{
color: #DA99D3;
}
</style>
background-color css
<style>
a { background-color: #DA99D3; }
a { background-color: rgb(218,153,211); }
div.DivClassName
{
background-color: #DA99D3;
}
.BgClassName
{
background-color: #DA99D3;
}
</style>
border-color css
<style>
span { border-color: #DA99D3; }
span { border-color: rgb(218,153,211); }
td.TdClassName
{
border-color: #DA99D3;
}
.TagClassName
{
border-color: #DA99D3;
}
</style>