Shades of Heliotrope #DA7DF2
Tints of Heliotrope #DA7DF2
RGB
CMYK
RGB Variations
Color information
#DA7DF2 (or 0xDA7DF2) is known color: Heliotrope. HEX triplet: DA, 7D and F2. RGB value is (218,125,242). Sum of RGB (Red+Green+Blue) = 218+125+242=585 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.26% from 585); Green value is 125 (49.22% from 255 or 21.37% from 585); Blue value is 242 (94.92% from 255 or 41.37% from 585); Max value from RGB is 242 - color contains mainly: blue. Hex color #DA7DF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA7DF2 is #25820D. Grayscale: #A5A5A5. Windows color (decimal): -2458126 or 15891930. OLE color: 15891930.
HSL color Cylindrical-coordinate representation of color #DA7DF2: hue angle of 287.69º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DA7DF2 is Cyan = 0.10, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 218 | 125 | 242 | - |
| CMYK | 0.10 | 0.48 | 0 | 0.05 |
| HSL | 287.69º | 0.82% | 0.72% | - |
| HSV(B) | 287.69º | 0.48% | 0.95% | - |
| XYZ | 52.27 | 35.98 | 88.19 | - |
| YUV | 166.15 | 170.81 | 164.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 125 | 242 | 0.10 | 0.48 | 0 | 0.05 | 287.69 | 0.82 | 0.72 |
| Hex | DA | 7D | F2 | A | 30 | 0 | 5 | 120 | 52 | 48 |
| Octal | 332 | 175 | 362 | 12 | 60 | 0 | 5 | 440 | 122 | 110 |
| Binary | 11011010 | 1111101 | 11110010 | 1010 | 110000 | 0 | 101 | 100100000 | 1010010 | 1001000 |
Color Harmonies of #DA7DF2
Complementary color
Monochromatic Colors of #DA7DF2
Black with #DA7DF2
Text Example
Text Example
White with #DA7DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7DF2; }
p { color: rgb(218,125,242); }
H1.HeaderClassName
{
color: #DA7DF2;
}
.AnyTagClassName
{
color: #DA7DF2;
}
</style>
background-color css
<style>
a { background-color: #DA7DF2; }
a { background-color: rgb(218,125,242); }
div.DivClassName
{
background-color: #DA7DF2;
}
.BgClassName
{
background-color: #DA7DF2;
}
</style>
border-color css
<style>
span { border-color: #DA7DF2; }
span { border-color: rgb(218,125,242); }
td.TdClassName
{
border-color: #DA7DF2;
}
.TagClassName
{
border-color: #DA7DF2;
}
</style>