Shades of Heliotrope #DA72EA
Tints of Heliotrope #DA72EA
RGB
CMYK
RGB Variations
Color information
#DA72EA (or 0xDA72EA) is known color: Heliotrope. HEX triplet: DA, 72 and EA. RGB value is (218,114,234). Sum of RGB (Red+Green+Blue) = 218+114+234=566 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.52% from 566); Green value is 114 (44.92% from 255 or 20.14% from 566); Blue value is 234 (91.80% from 255 or 41.34% from 566); Max value from RGB is 234 - color contains mainly: blue. Hex color #DA72EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA72EA is #258D15. Grayscale: #9E9E9E. Windows color (decimal): -2460950 or 15364826. OLE color: 15364826.
HSL color Cylindrical-coordinate representation of color #DA72EA: hue angle of 292º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DA72EA is Cyan = 0.07, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 218 | 114 | 234 | - |
| CMYK | 0.07 | 0.51 | 0 | 0.08 |
| HSL | 292º | 0.74% | 0.68% | - |
| HSV(B) | 292º | 0.51% | 0.92% | - |
| XYZ | 49.78 | 32.88 | 81.56 | - |
| YUV | 158.78 | 170.46 | 170.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 114 | 234 | 0.07 | 0.51 | 0 | 0.08 | 292 | 0.74 | 0.68 |
| Hex | DA | 72 | EA | 7 | 33 | 0 | 8 | 124 | 4A | 44 |
| Octal | 332 | 162 | 352 | 7 | 63 | 0 | 10 | 444 | 112 | 104 |
| Binary | 11011010 | 1110010 | 11101010 | 111 | 110011 | 0 | 1000 | 100100100 | 1001010 | 1000100 |
Color Harmonies of #DA72EA
Complementary color
Monochromatic Colors of #DA72EA
Black with #DA72EA
Text Example
Text Example
White with #DA72EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA72EA; }
p { color: rgb(218,114,234); }
H1.HeaderClassName
{
color: #DA72EA;
}
.AnyTagClassName
{
color: #DA72EA;
}
</style>
background-color css
<style>
a { background-color: #DA72EA; }
a { background-color: rgb(218,114,234); }
div.DivClassName
{
background-color: #DA72EA;
}
.BgClassName
{
background-color: #DA72EA;
}
</style>
border-color css
<style>
span { border-color: #DA72EA; }
span { border-color: rgb(218,114,234); }
td.TdClassName
{
border-color: #DA72EA;
}
.TagClassName
{
border-color: #DA72EA;
}
</style>