Shades of Plum #DA99E8
Tints of Plum #DA99E8
RGB
CMYK
RGB Variations
Color information
#DA99E8 (or 0xDA99E8) is known color: Plum. HEX triplet: DA, 99 and E8. RGB value is (218,153,232). Sum of RGB (Red+Green+Blue) = 218+153+232=603 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.15% from 603); Green value is 153 (60.16% from 255 or 25.37% from 603); Blue value is 232 (91.02% from 255 or 38.47% from 603); Max value from RGB is 232 - color contains mainly: blue. Hex color #DA99E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DA99E8 is #256617. Grayscale: #B5B5B5. Windows color (decimal): -2450968 or 15243738. OLE color: 15243738.
HSL color Cylindrical-coordinate representation of color #DA99E8: hue angle of 289.37º degrees, saturation: 0.63, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DA99E8 is Cyan = 0.06, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 218 | 153 | 232 | - |
| CMYK | 0.06 | 0.34 | 0 | 0.09 |
| HSL | 289.37º | 0.63% | 0.75% | - |
| HSV(B) | 289.37º | 0.34% | 0.91% | - |
| XYZ | 54.87 | 43.51 | 81.85 | - |
| YUV | 181.44 | 156.53 | 154.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 153 | 232 | 0.06 | 0.34 | 0 | 0.09 | 289.37 | 0.63 | 0.75 |
| Hex | DA | 99 | E8 | 6 | 22 | 0 | 9 | 121 | 3F | 4B |
| Octal | 332 | 231 | 350 | 6 | 42 | 0 | 11 | 441 | 77 | 113 |
| Binary | 11011010 | 10011001 | 11101000 | 110 | 100010 | 0 | 1001 | 100100001 | 111111 | 1001011 |
Color Harmonies of #DA99E8
Complementary color
Monochromatic Colors of #DA99E8
Black with #DA99E8
Text Example
Text Example
White with #DA99E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA99E8; }
p { color: rgb(218,153,232); }
H1.HeaderClassName
{
color: #DA99E8;
}
.AnyTagClassName
{
color: #DA99E8;
}
</style>
background-color css
<style>
a { background-color: #DA99E8; }
a { background-color: rgb(218,153,232); }
div.DivClassName
{
background-color: #DA99E8;
}
.BgClassName
{
background-color: #DA99E8;
}
</style>
border-color css
<style>
span { border-color: #DA99E8; }
span { border-color: rgb(218,153,232); }
td.TdClassName
{
border-color: #DA99E8;
}
.TagClassName
{
border-color: #DA99E8;
}
</style>