Shades of Plum #DA90ED
Tints of Plum #DA90ED
RGB
CMYK
RGB Variations
Color information
#DA90ED (or 0xDA90ED) is known color: Plum. HEX triplet: DA, 90 and ED. RGB value is (218,144,237). Sum of RGB (Red+Green+Blue) = 218+144+237=599 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.39% from 599); Green value is 144 (56.64% from 255 or 24.04% from 599); Blue value is 237 (92.97% from 255 or 39.57% from 599); Max value from RGB is 237 - color contains mainly: blue. Hex color #DA90ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DA90ED is #256F12. Grayscale: #B0B0B0. Windows color (decimal): -2453267 or 15569114. OLE color: 15569114.
HSL color Cylindrical-coordinate representation of color #DA90ED: hue angle of 287.74º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DA90ED is Cyan = 0.08, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 218 | 144 | 237 | - |
| CMYK | 0.08 | 0.39 | 0 | 0.07 |
| HSL | 287.74º | 0.72% | 0.75% | - |
| HSV(B) | 287.74º | 0.39% | 0.93% | - |
| XYZ | 54.17 | 40.97 | 85.17 | - |
| YUV | 176.73 | 162.02 | 157.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 144 | 237 | 0.08 | 0.39 | 0 | 0.07 | 287.74 | 0.72 | 0.75 |
| Hex | DA | 90 | ED | 8 | 27 | 0 | 7 | 120 | 48 | 4B |
| Octal | 332 | 220 | 355 | 10 | 47 | 0 | 7 | 440 | 110 | 113 |
| Binary | 11011010 | 10010000 | 11101101 | 1000 | 100111 | 0 | 111 | 100100000 | 1001000 | 1001011 |
Color Harmonies of #DA90ED
Complementary color
Monochromatic Colors of #DA90ED
Black with #DA90ED
Text Example
Text Example
White with #DA90ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA90ED; }
p { color: rgb(218,144,237); }
H1.HeaderClassName
{
color: #DA90ED;
}
.AnyTagClassName
{
color: #DA90ED;
}
</style>
background-color css
<style>
a { background-color: #DA90ED; }
a { background-color: rgb(218,144,237); }
div.DivClassName
{
background-color: #DA90ED;
}
.BgClassName
{
background-color: #DA90ED;
}
</style>
border-color css
<style>
span { border-color: #DA90ED; }
span { border-color: rgb(218,144,237); }
td.TdClassName
{
border-color: #DA90ED;
}
.TagClassName
{
border-color: #DA90ED;
}
</style>