Shades of Plum #DA9EEA
Tints of Plum #DA9EEA
RGB
CMYK
RGB Variations
Color information
#DA9EEA (or 0xDA9EEA) is known color: Plum. HEX triplet: DA, 9E and EA. RGB value is (218,158,234). Sum of RGB (Red+Green+Blue) = 218+158+234=610 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.74% from 610); Green value is 158 (62.11% from 255 or 25.90% from 610); Blue value is 234 (91.80% from 255 or 38.36% from 610); Max value from RGB is 234 - color contains mainly: blue. Hex color #DA9EEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DA9EEA is #256115. Grayscale: #B8B8B8. Windows color (decimal): -2449686 or 15376090. OLE color: 15376090.
HSL color Cylindrical-coordinate representation of color #DA9EEA: hue angle of 287.37º degrees, saturation: 0.64, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DA9EEA is Cyan = 0.07, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 218 | 158 | 234 | - |
| CMYK | 0.07 | 0.32 | 0 | 0.08 |
| HSL | 287.37º | 0.64% | 0.77% | - |
| HSV(B) | 287.37º | 0.32% | 0.92% | - |
| XYZ | 55.99 | 45.3 | 83.63 | - |
| YUV | 184.6 | 155.88 | 151.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 158 | 234 | 0.07 | 0.32 | 0 | 0.08 | 287.37 | 0.64 | 0.77 |
| Hex | DA | 9E | EA | 7 | 20 | 0 | 8 | 11F | 40 | 4D |
| Octal | 332 | 236 | 352 | 7 | 40 | 0 | 10 | 437 | 100 | 115 |
| Binary | 11011010 | 10011110 | 11101010 | 111 | 100000 | 0 | 1000 | 100011111 | 1000000 | 1001101 |
Color Harmonies of #DA9EEA
Complementary color
Monochromatic Colors of #DA9EEA
Black with #DA9EEA
Text Example
Text Example
White with #DA9EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA9EEA; }
p { color: rgb(218,158,234); }
H1.HeaderClassName
{
color: #DA9EEA;
}
.AnyTagClassName
{
color: #DA9EEA;
}
</style>
background-color css
<style>
a { background-color: #DA9EEA; }
a { background-color: rgb(218,158,234); }
div.DivClassName
{
background-color: #DA9EEA;
}
.BgClassName
{
background-color: #DA9EEA;
}
</style>
border-color css
<style>
span { border-color: #DA9EEA; }
span { border-color: rgb(218,158,234); }
td.TdClassName
{
border-color: #DA9EEA;
}
.TagClassName
{
border-color: #DA9EEA;
}
</style>