Shades of Heliotrope #DA7AFE
Tints of Heliotrope #DA7AFE
RGB
CMYK
RGB Variations
Color information
#DA7AFE (or 0xDA7AFE) is known color: Heliotrope. HEX triplet: DA, 7A and FE. RGB value is (218,122,254). Sum of RGB (Red+Green+Blue) = 218+122+254=594 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.70% from 594); Green value is 122 (48.05% from 255 or 20.54% from 594); Blue value is 254 (99.61% from 255 or 42.76% from 594); Max value from RGB is 254 - color contains mainly: blue. Hex color #DA7AFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA7AFE is #258501. Grayscale: #A5A5A5. Windows color (decimal): -2458882 or 16677594. OLE color: 16677594.
HSL color Cylindrical-coordinate representation of color #DA7AFE: hue angle of 283.64º degrees, saturation: 0.99, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DA7AFE is Cyan = 0.14, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 218 | 122 | 254 | - |
| CMYK | 0.14 | 0.52 | 0 | 0.00 |
| HSL | 283.64º | 0.99% | 0.74% | - |
| HSV(B) | 283.64º | 0.52% | 1% | - |
| XYZ | 53.76 | 35.98 | 97.88 | - |
| YUV | 165.75 | 177.8 | 165.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 122 | 254 | 0.14 | 0.52 | 0 | 0.00 | 283.64 | 0.99 | 0.74 |
| Hex | DA | 7A | FE | E | 34 | 0 | 0 | 11C | 63 | 4A |
| Octal | 332 | 172 | 376 | 16 | 64 | 0 | 0 | 434 | 143 | 112 |
| Binary | 11011010 | 1111010 | 11111110 | 1110 | 110100 | 0 | 0 | 100011100 | 1100011 | 1001010 |
Color Harmonies of #DA7AFE
Complementary color
Monochromatic Colors of #DA7AFE
Black with #DA7AFE
Text Example
Text Example
White with #DA7AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7AFE; }
p { color: rgb(218,122,254); }
H1.HeaderClassName
{
color: #DA7AFE;
}
.AnyTagClassName
{
color: #DA7AFE;
}
</style>
background-color css
<style>
a { background-color: #DA7AFE; }
a { background-color: rgb(218,122,254); }
div.DivClassName
{
background-color: #DA7AFE;
}
.BgClassName
{
background-color: #DA7AFE;
}
</style>
border-color css
<style>
span { border-color: #DA7AFE; }
span { border-color: rgb(218,122,254); }
td.TdClassName
{
border-color: #DA7AFE;
}
.TagClassName
{
border-color: #DA7AFE;
}
</style>