Shades of Heliotrope #DA7BF6
Tints of Heliotrope #DA7BF6
RGB
CMYK
RGB Variations
Color information
#DA7BF6 (or 0xDA7BF6) is known color: Heliotrope. HEX triplet: DA, 7B and F6. RGB value is (218,123,246). Sum of RGB (Red+Green+Blue) = 218+123+246=587 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.14% from 587); Green value is 123 (48.44% from 255 or 20.95% from 587); Blue value is 246 (96.48% from 255 or 41.91% from 587); Max value from RGB is 246 - color contains mainly: blue. Hex color #DA7BF6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA7BF6 is #258409. Grayscale: #A5A5A5. Windows color (decimal): -2458634 or 16153562. OLE color: 16153562.
HSL color Cylindrical-coordinate representation of color #DA7BF6: hue angle of 286.34º degrees, saturation: 0.87, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DA7BF6 is Cyan = 0.11, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 218 | 123 | 246 | - |
| CMYK | 0.11 | 0.50 | 0 | 0.04 |
| HSL | 286.34º | 0.87% | 0.72% | - |
| HSV(B) | 286.34º | 0.5% | 0.96% | - |
| XYZ | 52.63 | 35.73 | 91.31 | - |
| YUV | 165.43 | 173.47 | 165.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 123 | 246 | 0.11 | 0.50 | 0 | 0.04 | 286.34 | 0.87 | 0.72 |
| Hex | DA | 7B | F6 | B | 32 | 0 | 4 | 11E | 57 | 48 |
| Octal | 332 | 173 | 366 | 13 | 62 | 0 | 4 | 436 | 127 | 110 |
| Binary | 11011010 | 1111011 | 11110110 | 1011 | 110010 | 0 | 100 | 100011110 | 1010111 | 1001000 |
Color Harmonies of #DA7BF6
Complementary color
Monochromatic Colors of #DA7BF6
Black with #DA7BF6
Text Example
Text Example
White with #DA7BF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7BF6; }
p { color: rgb(218,123,246); }
H1.HeaderClassName
{
color: #DA7BF6;
}
.AnyTagClassName
{
color: #DA7BF6;
}
</style>
background-color css
<style>
a { background-color: #DA7BF6; }
a { background-color: rgb(218,123,246); }
div.DivClassName
{
background-color: #DA7BF6;
}
.BgClassName
{
background-color: #DA7BF6;
}
</style>
border-color css
<style>
span { border-color: #DA7BF6; }
span { border-color: rgb(218,123,246); }
td.TdClassName
{
border-color: #DA7BF6;
}
.TagClassName
{
border-color: #DA7BF6;
}
</style>