Shades of Plum #DA90EC
Tints of Plum #DA90EC
RGB
CMYK
RGB Variations
Color information
#DA90EC (or 0xDA90EC) is known color: Plum. HEX triplet: DA, 90 and EC. RGB value is (218,144,236). Sum of RGB (Red+Green+Blue) = 218+144+236=598 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.45% from 598); Green value is 144 (56.64% from 255 or 24.08% from 598); Blue value is 236 (92.58% from 255 or 39.46% from 598); Max value from RGB is 236 - color contains mainly: blue. Hex color #DA90EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DA90EC is #256F13. Grayscale: #B0B0B0. Windows color (decimal): -2453268 or 15503578. OLE color: 15503578.
HSL color Cylindrical-coordinate representation of color #DA90EC: hue angle of 288.26º degrees, saturation: 0.71, 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 #DA90EC is Cyan = 0.08, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 218 | 144 | 236 | - |
CMYK | 0.08 | 0.39 | 0 | 0.07 |
HSL | 288.26º | 0.71% | 0.75% | - |
HSV(B) | 288.26º | 0.39% | 0.93% | - |
XYZ | 54.03 | 40.91 | 84.41 | - |
YUV | 176.61 | 161.52 | 157.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 144 | 236 | 0.08 | 0.39 | 0 | 0.07 | 288.26 | 0.71 | 0.75 |
Hex | DA | 90 | EC | 8 | 27 | 0 | 7 | 120 | 47 | 4B |
Octal | 332 | 220 | 354 | 10 | 47 | 0 | 7 | 440 | 107 | 113 |
Binary | 11011010 | 10010000 | 11101100 | 1000 | 100111 | 0 | 111 | 100100000 | 1000111 | 1001011 |
Color Harmonies of #DA90EC
Complementary color
Monochromatic Colors of #DA90EC
Black with #DA90EC
Text Example
Text Example
White with #DA90EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA90EC; }
p { color: rgb(218,144,236); }
H1.HeaderClassName
{
color: #DA90EC;
}
.AnyTagClassName
{
color: #DA90EC;
}
</style>
background-color css
<style>
a { background-color: #DA90EC; }
a { background-color: rgb(218,144,236); }
div.DivClassName
{
background-color: #DA90EC;
}
.BgClassName
{
background-color: #DA90EC;
}
</style>
border-color css
<style>
span { border-color: #DA90EC; }
span { border-color: rgb(218,144,236); }
td.TdClassName
{
border-color: #DA90EC;
}
.TagClassName
{
border-color: #DA90EC;
}
</style>