Shades of Heliotrope #DA7BF1
Tints of Heliotrope #DA7BF1
RGB
CMYK
RGB Variations
Color information
#DA7BF1 (or 0xDA7BF1) is known color: Heliotrope. HEX triplet: DA, 7B and F1. RGB value is (218,123,241). Sum of RGB (Red+Green+Blue) = 218+123+241=582 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.46% from 582); Green value is 123 (48.44% from 255 or 21.13% from 582); Blue value is 241 (94.53% from 255 or 41.41% from 582); Max value from RGB is 241 - color contains mainly: blue. Hex color #DA7BF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA7BF1 is #25840E. Grayscale: #A4A4A4. Windows color (decimal): -2458639 or 15825882. OLE color: 15825882.
HSL color Cylindrical-coordinate representation of color #DA7BF1: hue angle of 288.31º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DA7BF1 is Cyan = 0.10, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 218 | 123 | 241 | - |
| CMYK | 0.10 | 0.49 | 0 | 0.05 |
| HSL | 288.31º | 0.81% | 0.71% | - |
| HSV(B) | 288.31º | 0.49% | 0.95% | - |
| XYZ | 51.87 | 35.42 | 87.32 | - |
| YUV | 164.86 | 170.97 | 165.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 123 | 241 | 0.10 | 0.49 | 0 | 0.05 | 288.31 | 0.81 | 0.71 |
| Hex | DA | 7B | F1 | A | 31 | 0 | 5 | 120 | 51 | 47 |
| Octal | 332 | 173 | 361 | 12 | 61 | 0 | 5 | 440 | 121 | 107 |
| Binary | 11011010 | 1111011 | 11110001 | 1010 | 110001 | 0 | 101 | 100100000 | 1010001 | 1000111 |
Color Harmonies of #DA7BF1
Complementary color
Monochromatic Colors of #DA7BF1
Black with #DA7BF1
Text Example
Text Example
White with #DA7BF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7BF1; }
p { color: rgb(218,123,241); }
H1.HeaderClassName
{
color: #DA7BF1;
}
.AnyTagClassName
{
color: #DA7BF1;
}
</style>
background-color css
<style>
a { background-color: #DA7BF1; }
a { background-color: rgb(218,123,241); }
div.DivClassName
{
background-color: #DA7BF1;
}
.BgClassName
{
background-color: #DA7BF1;
}
</style>
border-color css
<style>
span { border-color: #DA7BF1; }
span { border-color: rgb(218,123,241); }
td.TdClassName
{
border-color: #DA7BF1;
}
.TagClassName
{
border-color: #DA7BF1;
}
</style>