Shades of Plum #DA91EC
Tints of Plum #DA91EC
RGB
CMYK
RGB Variations
Color information
#DA91EC (or 0xDA91EC) is known color: Plum. HEX triplet: DA, 91 and EC. RGB value is (218,145,236). Sum of RGB (Red+Green+Blue) = 218+145+236=599 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.39% from 599); Green value is 145 (57.03% from 255 or 24.21% from 599); Blue value is 236 (92.58% from 255 or 39.40% from 599); Max value from RGB is 236 - color contains mainly: blue. Hex color #DA91EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DA91EC is #256E13. Grayscale: #B0B0B0. Windows color (decimal): -2453012 or 15503834. OLE color: 15503834.
HSL color Cylindrical-coordinate representation of color #DA91EC: hue angle of 288.13º 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 #DA91EC is Cyan = 0.08, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 218 | 145 | 236 | - |
| CMYK | 0.08 | 0.39 | 0 | 0.07 |
| HSL | 288.13º | 0.71% | 0.75% | - |
| HSV(B) | 288.13º | 0.39% | 0.93% | - |
| XYZ | 54.18 | 41.21 | 84.46 | - |
| YUV | 177.2 | 161.18 | 157.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 145 | 236 | 0.08 | 0.39 | 0 | 0.07 | 288.13 | 0.71 | 0.75 |
| Hex | DA | 91 | EC | 8 | 27 | 0 | 7 | 120 | 47 | 4B |
| Octal | 332 | 221 | 354 | 10 | 47 | 0 | 7 | 440 | 107 | 113 |
| Binary | 11011010 | 10010001 | 11101100 | 1000 | 100111 | 0 | 111 | 100100000 | 1000111 | 1001011 |
Color Harmonies of #DA91EC
Complementary color
Monochromatic Colors of #DA91EC
Black with #DA91EC
Text Example
Text Example
White with #DA91EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA91EC; }
p { color: rgb(218,145,236); }
H1.HeaderClassName
{
color: #DA91EC;
}
.AnyTagClassName
{
color: #DA91EC;
}
</style>
background-color css
<style>
a { background-color: #DA91EC; }
a { background-color: rgb(218,145,236); }
div.DivClassName
{
background-color: #DA91EC;
}
.BgClassName
{
background-color: #DA91EC;
}
</style>
border-color css
<style>
span { border-color: #DA91EC; }
span { border-color: rgb(218,145,236); }
td.TdClassName
{
border-color: #DA91EC;
}
.TagClassName
{
border-color: #DA91EC;
}
</style>