Shades of Heliotrope #DA71EA
Tints of Heliotrope #DA71EA
RGB
CMYK
RGB Variations
Color information
#DA71EA (or 0xDA71EA) is known color: Heliotrope. HEX triplet: DA, 71 and EA. RGB value is (218,113,234). Sum of RGB (Red+Green+Blue) = 218+113+234=565 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.58% from 565); Green value is 113 (44.53% from 255 or 20% from 565); Blue value is 234 (91.80% from 255 or 41.42% from 565); Max value from RGB is 234 - color contains mainly: blue. Hex color #DA71EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA71EA is #258E15. Grayscale: #9D9D9D. Windows color (decimal): -2461206 or 15364570. OLE color: 15364570.
HSL color Cylindrical-coordinate representation of color #DA71EA: hue angle of 292.07º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DA71EA is Cyan = 0.07, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 218 | 113 | 234 | - |
| CMYK | 0.07 | 0.52 | 0 | 0.08 |
| HSL | 292.07º | 0.74% | 0.68% | - |
| HSV(B) | 292.07º | 0.52% | 0.92% | - |
| XYZ | 49.67 | 32.66 | 81.53 | - |
| YUV | 158.19 | 170.79 | 170.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 113 | 234 | 0.07 | 0.52 | 0 | 0.08 | 292.07 | 0.74 | 0.68 |
| Hex | DA | 71 | EA | 7 | 34 | 0 | 8 | 124 | 4A | 44 |
| Octal | 332 | 161 | 352 | 7 | 64 | 0 | 10 | 444 | 112 | 104 |
| Binary | 11011010 | 1110001 | 11101010 | 111 | 110100 | 0 | 1000 | 100100100 | 1001010 | 1000100 |
Color Harmonies of #DA71EA
Complementary color
Monochromatic Colors of #DA71EA
Black with #DA71EA
Text Example
Text Example
White with #DA71EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA71EA; }
p { color: rgb(218,113,234); }
H1.HeaderClassName
{
color: #DA71EA;
}
.AnyTagClassName
{
color: #DA71EA;
}
</style>
background-color css
<style>
a { background-color: #DA71EA; }
a { background-color: rgb(218,113,234); }
div.DivClassName
{
background-color: #DA71EA;
}
.BgClassName
{
background-color: #DA71EA;
}
</style>
border-color css
<style>
span { border-color: #DA71EA; }
span { border-color: rgb(218,113,234); }
td.TdClassName
{
border-color: #DA71EA;
}
.TagClassName
{
border-color: #DA71EA;
}
</style>