Shades of Heliotrope #DA7CFF
Tints of Heliotrope #DA7CFF
RGB
CMYK
RGB Variations
Color information
#DA7CFF (or 0xDA7CFF) is known color: Heliotrope. HEX triplet: DA, 7C and FF. RGB value is (218,124,255). Sum of RGB (Red+Green+Blue) = 218+124+255=597 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.52% from 597); Green value is 124 (48.83% from 255 or 20.77% from 597); Blue value is 255 (100% from 255 or 42.71% from 597); Max value from RGB is 255 - color contains mainly: blue. Hex color #DA7CFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA7CFF is #258300. Grayscale: #A6A6A6. Windows color (decimal): -2458369 or 16743642. OLE color: 16743642.
HSL color Cylindrical-coordinate representation of color #DA7CFF: hue angle of 283.05º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DA7CFF is Cyan = 0.15, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 218 | 124 | 255 | - |
| CMYK | 0.15 | 0.51 | 0 | 0 |
| HSL | 283.05º | 1% | 0.74% | - |
| HSV(B) | 283.05º | 0.51% | 1% | - |
| XYZ | 54.17 | 36.54 | 98.81 | - |
| YUV | 167.04 | 177.64 | 164.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 124 | 255 | 0.15 | 0.51 | 0 | 0 | 283.05 | 1 | 0.74 |
| Hex | DA | 7C | FF | F | 33 | 0 | 0 | 11B | 64 | 4A |
| Octal | 332 | 174 | 377 | 17 | 63 | 0 | 0 | 433 | 144 | 112 |
| Binary | 11011010 | 1111100 | 11111111 | 1111 | 110011 | 0 | 0 | 100011011 | 1100100 | 1001010 |
Color Harmonies of #DA7CFF
Complementary color
Monochromatic Colors of #DA7CFF
Black with #DA7CFF
Text Example
Text Example
White with #DA7CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7CFF; }
p { color: rgb(218,124,255); }
H1.HeaderClassName
{
color: #DA7CFF;
}
.AnyTagClassName
{
color: #DA7CFF;
}
</style>
background-color css
<style>
a { background-color: #DA7CFF; }
a { background-color: rgb(218,124,255); }
div.DivClassName
{
background-color: #DA7CFF;
}
.BgClassName
{
background-color: #DA7CFF;
}
</style>
border-color css
<style>
span { border-color: #DA7CFF; }
span { border-color: rgb(218,124,255); }
td.TdClassName
{
border-color: #DA7CFF;
}
.TagClassName
{
border-color: #DA7CFF;
}
</style>