Shades of Heliotrope #DA71EC
Tints of Heliotrope #DA71EC
RGB
CMYK
RGB Variations
Color information
#DA71EC (or 0xDA71EC) is known color: Heliotrope. HEX triplet: DA, 71 and EC. RGB value is (218,113,236). Sum of RGB (Red+Green+Blue) = 218+113+236=567 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.45% from 567); Green value is 113 (44.53% from 255 or 19.93% from 567); Blue value is 236 (92.58% from 255 or 41.62% from 567); Max value from RGB is 236 - color contains mainly: blue. Hex color #DA71EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA71EC is #258E13. Grayscale: #9E9E9E. Windows color (decimal): -2461204 or 15495642. OLE color: 15495642.
HSL color Cylindrical-coordinate representation of color #DA71EC: hue angle of 291.22º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DA71EC is Cyan = 0.08, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 218 | 113 | 236 | - |
CMYK | 0.08 | 0.52 | 0 | 0.07 |
HSL | 291.22º | 0.76% | 0.68% | - |
HSV(B) | 291.22º | 0.52% | 0.93% | - |
XYZ | 49.96 | 32.77 | 83.05 | - |
YUV | 158.42 | 171.79 | 170.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 113 | 236 | 0.08 | 0.52 | 0 | 0.07 | 291.22 | 0.76 | 0.68 |
Hex | DA | 71 | EC | 8 | 34 | 0 | 7 | 123 | 4C | 44 |
Octal | 332 | 161 | 354 | 10 | 64 | 0 | 7 | 443 | 114 | 104 |
Binary | 11011010 | 1110001 | 11101100 | 1000 | 110100 | 0 | 111 | 100100011 | 1001100 | 1000100 |
Color Harmonies of #DA71EC
Complementary color
Monochromatic Colors of #DA71EC
Black with #DA71EC
Text Example
Text Example
White with #DA71EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA71EC; }
p { color: rgb(218,113,236); }
H1.HeaderClassName
{
color: #DA71EC;
}
.AnyTagClassName
{
color: #DA71EC;
}
</style>
background-color css
<style>
a { background-color: #DA71EC; }
a { background-color: rgb(218,113,236); }
div.DivClassName
{
background-color: #DA71EC;
}
.BgClassName
{
background-color: #DA71EC;
}
</style>
border-color css
<style>
span { border-color: #DA71EC; }
span { border-color: rgb(218,113,236); }
td.TdClassName
{
border-color: #DA71EC;
}
.TagClassName
{
border-color: #DA71EC;
}
</style>