Shades of Heliotrope #DA7BF4
Tints of Heliotrope #DA7BF4
RGB
CMYK
RGB Variations
Color information
#DA7BF4 (or 0xDA7BF4) is known color: Heliotrope. HEX triplet: DA, 7B and F4. RGB value is (218,123,244). Sum of RGB (Red+Green+Blue) = 218+123+244=585 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.26% from 585); Green value is 123 (48.44% from 255 or 21.03% from 585); Blue value is 244 (95.70% from 255 or 41.71% from 585); Max value from RGB is 244 - color contains mainly: blue. Hex color #DA7BF4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA7BF4 is #25840B. Grayscale: #A4A4A4. Windows color (decimal): -2458636 or 16022490. OLE color: 16022490.
HSL color Cylindrical-coordinate representation of color #DA7BF4: hue angle of 287.11º degrees, saturation: 0.85, 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 #DA7BF4 is Cyan = 0.11, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 218 | 123 | 244 | - |
| CMYK | 0.11 | 0.50 | 0 | 0.04 |
| HSL | 287.11º | 0.85% | 0.72% | - |
| HSV(B) | 287.11º | 0.5% | 0.96% | - |
| XYZ | 52.33 | 35.6 | 89.7 | - |
| YUV | 165.2 | 172.47 | 165.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 123 | 244 | 0.11 | 0.50 | 0 | 0.04 | 287.11 | 0.85 | 0.72 |
| Hex | DA | 7B | F4 | B | 32 | 0 | 4 | 11F | 55 | 48 |
| Octal | 332 | 173 | 364 | 13 | 62 | 0 | 4 | 437 | 125 | 110 |
| Binary | 11011010 | 1111011 | 11110100 | 1011 | 110010 | 0 | 100 | 100011111 | 1010101 | 1001000 |
Color Harmonies of #DA7BF4
Complementary color
Monochromatic Colors of #DA7BF4
Black with #DA7BF4
Text Example
Text Example
White with #DA7BF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7BF4; }
p { color: rgb(218,123,244); }
H1.HeaderClassName
{
color: #DA7BF4;
}
.AnyTagClassName
{
color: #DA7BF4;
}
</style>
background-color css
<style>
a { background-color: #DA7BF4; }
a { background-color: rgb(218,123,244); }
div.DivClassName
{
background-color: #DA7BF4;
}
.BgClassName
{
background-color: #DA7BF4;
}
</style>
border-color css
<style>
span { border-color: #DA7BF4; }
span { border-color: rgb(218,123,244); }
td.TdClassName
{
border-color: #DA7BF4;
}
.TagClassName
{
border-color: #DA7BF4;
}
</style>