Shades of Plum #DA91EA
Tints of Plum #DA91EA
RGB
CMYK
RGB Variations
Color information
#DA91EA (or 0xDA91EA) is known color: Plum. HEX triplet: DA, 91 and EA. RGB value is (218,145,234). Sum of RGB (Red+Green+Blue) = 218+145+234=597 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.52% from 597); Green value is 145 (57.03% from 255 or 24.29% from 597); Blue value is 234 (91.80% from 255 or 39.20% from 597); Max value from RGB is 234 - color contains mainly: blue. Hex color #DA91EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DA91EA is #256E15. Grayscale: #B0B0B0. Windows color (decimal): -2453014 or 15372762. OLE color: 15372762.
HSL color Cylindrical-coordinate representation of color #DA91EA: hue angle of 289.21º degrees, saturation: 0.68, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DA91EA is Cyan = 0.07, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 218 | 145 | 234 | - |
| CMYK | 0.07 | 0.38 | 0 | 0.08 |
| HSL | 289.21º | 0.68% | 0.74% | - |
| HSV(B) | 289.21º | 0.38% | 0.92% | - |
| XYZ | 53.89 | 41.1 | 82.93 | - |
| YUV | 176.97 | 160.18 | 157.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 145 | 234 | 0.07 | 0.38 | 0 | 0.08 | 289.21 | 0.68 | 0.74 |
| Hex | DA | 91 | EA | 7 | 26 | 0 | 8 | 121 | 44 | 4A |
| Octal | 332 | 221 | 352 | 7 | 46 | 0 | 10 | 441 | 104 | 112 |
| Binary | 11011010 | 10010001 | 11101010 | 111 | 100110 | 0 | 1000 | 100100001 | 1000100 | 1001010 |
Color Harmonies of #DA91EA
Complementary color
Monochromatic Colors of #DA91EA
Black with #DA91EA
Text Example
Text Example
White with #DA91EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA91EA; }
p { color: rgb(218,145,234); }
H1.HeaderClassName
{
color: #DA91EA;
}
.AnyTagClassName
{
color: #DA91EA;
}
</style>
background-color css
<style>
a { background-color: #DA91EA; }
a { background-color: rgb(218,145,234); }
div.DivClassName
{
background-color: #DA91EA;
}
.BgClassName
{
background-color: #DA91EA;
}
</style>
border-color css
<style>
span { border-color: #DA91EA; }
span { border-color: rgb(218,145,234); }
td.TdClassName
{
border-color: #DA91EA;
}
.TagClassName
{
border-color: #DA91EA;
}
</style>