Shades of Heliotrope #DA7EFB
Tints of Heliotrope #DA7EFB
RGB
CMYK
RGB Variations
Color information
#DA7EFB (or 0xDA7EFB) is known color: Heliotrope. HEX triplet: DA, 7E and FB. RGB value is (218,126,251). Sum of RGB (Red+Green+Blue) = 218+126+251=595 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.64% from 595); Green value is 126 (49.61% from 255 or 21.18% from 595); Blue value is 251 (98.44% from 255 or 42.18% from 595); Max value from RGB is 251 - color contains mainly: blue. Hex color #DA7EFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA7EFB is #258104. Grayscale: #A7A7A7. Windows color (decimal): -2457861 or 16482010. OLE color: 16482010.
HSL color Cylindrical-coordinate representation of color #DA7EFB: hue angle of 284.16º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DA7EFB is Cyan = 0.13, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 218 | 126 | 251 | - |
| CMYK | 0.13 | 0.50 | 0 | 0.02 |
| HSL | 284.16º | 0.94% | 0.74% | - |
| HSV(B) | 284.16º | 0.5% | 0.98% | - |
| XYZ | 53.79 | 36.79 | 95.53 | - |
| YUV | 167.76 | 174.98 | 163.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 126 | 251 | 0.13 | 0.50 | 0 | 0.02 | 284.16 | 0.94 | 0.74 |
| Hex | DA | 7E | FB | D | 32 | 0 | 2 | 11C | 5E | 4A |
| Octal | 332 | 176 | 373 | 15 | 62 | 0 | 2 | 434 | 136 | 112 |
| Binary | 11011010 | 1111110 | 11111011 | 1101 | 110010 | 0 | 10 | 100011100 | 1011110 | 1001010 |
Color Harmonies of #DA7EFB
Complementary color
Monochromatic Colors of #DA7EFB
Black with #DA7EFB
Text Example
Text Example
White with #DA7EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7EFB; }
p { color: rgb(218,126,251); }
H1.HeaderClassName
{
color: #DA7EFB;
}
.AnyTagClassName
{
color: #DA7EFB;
}
</style>
background-color css
<style>
a { background-color: #DA7EFB; }
a { background-color: rgb(218,126,251); }
div.DivClassName
{
background-color: #DA7EFB;
}
.BgClassName
{
background-color: #DA7EFB;
}
</style>
border-color css
<style>
span { border-color: #DA7EFB; }
span { border-color: rgb(218,126,251); }
td.TdClassName
{
border-color: #DA7EFB;
}
.TagClassName
{
border-color: #DA7EFB;
}
</style>