Shades of Heliotrope #DA7CFA
Tints of Heliotrope #DA7CFA
RGB
CMYK
RGB Variations
Color information
#DA7CFA (or 0xDA7CFA) is known color: Heliotrope. HEX triplet: DA, 7C and FA. RGB value is (218,124,250). Sum of RGB (Red+Green+Blue) = 218+124+250=592 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.82% from 592); Green value is 124 (48.83% from 255 or 20.95% from 592); Blue value is 250 (98.05% from 255 or 42.23% from 592); Max value from RGB is 250 - color contains mainly: blue. Hex color #DA7CFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA7CFA is #258305. Grayscale: #A6A6A6. Windows color (decimal): -2458374 or 16415962. OLE color: 16415962.
HSL color Cylindrical-coordinate representation of color #DA7CFA: hue angle of 284.76º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DA7CFA is Cyan = 0.13, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 218 | 124 | 250 | - |
| CMYK | 0.13 | 0.50 | 0 | 0.02 |
| HSL | 284.76º | 0.93% | 0.73% | - |
| HSV(B) | 284.76º | 0.5% | 0.98% | - |
| XYZ | 53.38 | 36.22 | 94.62 | - |
| YUV | 166.47 | 175.14 | 164.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 124 | 250 | 0.13 | 0.50 | 0 | 0.02 | 284.76 | 0.93 | 0.73 |
| Hex | DA | 7C | FA | D | 32 | 0 | 2 | 11D | 5D | 49 |
| Octal | 332 | 174 | 372 | 15 | 62 | 0 | 2 | 435 | 135 | 111 |
| Binary | 11011010 | 1111100 | 11111010 | 1101 | 110010 | 0 | 10 | 100011101 | 1011101 | 1001001 |
Color Harmonies of #DA7CFA
Complementary color
Monochromatic Colors of #DA7CFA
Black with #DA7CFA
Text Example
Text Example
White with #DA7CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7CFA; }
p { color: rgb(218,124,250); }
H1.HeaderClassName
{
color: #DA7CFA;
}
.AnyTagClassName
{
color: #DA7CFA;
}
</style>
background-color css
<style>
a { background-color: #DA7CFA; }
a { background-color: rgb(218,124,250); }
div.DivClassName
{
background-color: #DA7CFA;
}
.BgClassName
{
background-color: #DA7CFA;
}
</style>
border-color css
<style>
span { border-color: #DA7CFA; }
span { border-color: rgb(218,124,250); }
td.TdClassName
{
border-color: #DA7CFA;
}
.TagClassName
{
border-color: #DA7CFA;
}
</style>