Shades of Heliotrope #DA7CFE
Tints of Heliotrope #DA7CFE
RGB
CMYK
RGB Variations
Color information
#DA7CFE (or 0xDA7CFE) is known color: Heliotrope. HEX triplet: DA, 7C and FE. RGB value is (218,124,254). Sum of RGB (Red+Green+Blue) = 218+124+254=596 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.58% from 596); Green value is 124 (48.83% from 255 or 20.81% from 596); Blue value is 254 (99.61% from 255 or 42.62% from 596); Max value from RGB is 254 - color contains mainly: blue. Hex color #DA7CFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA7CFE is #258301. Grayscale: #A6A6A6. Windows color (decimal): -2458370 or 16678106. OLE color: 16678106.
HSL color Cylindrical-coordinate representation of color #DA7CFE: hue angle of 283.38º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DA7CFE is Cyan = 0.14, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 218 | 124 | 254 | - |
| CMYK | 0.14 | 0.51 | 0 | 0.00 |
| HSL | 283.38º | 0.98% | 0.74% | - |
| HSV(B) | 283.38º | 0.51% | 1% | - |
| XYZ | 54.01 | 36.48 | 97.96 | - |
| YUV | 166.93 | 177.14 | 164.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 124 | 254 | 0.14 | 0.51 | 0 | 0.00 | 283.38 | 0.98 | 0.74 |
| Hex | DA | 7C | FE | E | 33 | 0 | 0 | 11B | 62 | 4A |
| Octal | 332 | 174 | 376 | 16 | 63 | 0 | 0 | 433 | 142 | 112 |
| Binary | 11011010 | 1111100 | 11111110 | 1110 | 110011 | 0 | 0 | 100011011 | 1100010 | 1001010 |
Color Harmonies of #DA7CFE
Complementary color
Monochromatic Colors of #DA7CFE
Black with #DA7CFE
Text Example
Text Example
White with #DA7CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7CFE; }
p { color: rgb(218,124,254); }
H1.HeaderClassName
{
color: #DA7CFE;
}
.AnyTagClassName
{
color: #DA7CFE;
}
</style>
background-color css
<style>
a { background-color: #DA7CFE; }
a { background-color: rgb(218,124,254); }
div.DivClassName
{
background-color: #DA7CFE;
}
.BgClassName
{
background-color: #DA7CFE;
}
</style>
border-color css
<style>
span { border-color: #DA7CFE; }
span { border-color: rgb(218,124,254); }
td.TdClassName
{
border-color: #DA7CFE;
}
.TagClassName
{
border-color: #DA7CFE;
}
</style>