Shades of Heliotrope #DA7CF5
Tints of Heliotrope #DA7CF5
RGB
CMYK
RGB Variations
Color information
#DA7CF5 (or 0xDA7CF5) is known color: Heliotrope. HEX triplet: DA, 7C and F5. RGB value is (218,124,245). Sum of RGB (Red+Green+Blue) = 218+124+245=587 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.14% from 587); Green value is 124 (48.83% from 255 or 21.12% from 587); Blue value is 245 (96.09% from 255 or 41.74% from 587); Max value from RGB is 245 - color contains mainly: blue. Hex color #DA7CF5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA7CF5 is #25830A. Grayscale: #A5A5A5. Windows color (decimal): -2458379 or 16088282. OLE color: 16088282.
HSL color Cylindrical-coordinate representation of color #DA7CF5: hue angle of 286.61º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DA7CF5 is Cyan = 0.11, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 218 | 124 | 245 | - |
| CMYK | 0.11 | 0.49 | 0 | 0.04 |
| HSL | 286.61º | 0.86% | 0.72% | - |
| HSV(B) | 286.61º | 0.49% | 0.96% | - |
| XYZ | 52.6 | 35.91 | 90.55 | - |
| YUV | 165.9 | 172.64 | 165.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 124 | 245 | 0.11 | 0.49 | 0 | 0.04 | 286.61 | 0.86 | 0.72 |
| Hex | DA | 7C | F5 | B | 31 | 0 | 4 | 11F | 56 | 48 |
| Octal | 332 | 174 | 365 | 13 | 61 | 0 | 4 | 437 | 126 | 110 |
| Binary | 11011010 | 1111100 | 11110101 | 1011 | 110001 | 0 | 100 | 100011111 | 1010110 | 1001000 |
Color Harmonies of #DA7CF5
Complementary color
Monochromatic Colors of #DA7CF5
Black with #DA7CF5
Text Example
Text Example
White with #DA7CF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7CF5; }
p { color: rgb(218,124,245); }
H1.HeaderClassName
{
color: #DA7CF5;
}
.AnyTagClassName
{
color: #DA7CF5;
}
</style>
background-color css
<style>
a { background-color: #DA7CF5; }
a { background-color: rgb(218,124,245); }
div.DivClassName
{
background-color: #DA7CF5;
}
.BgClassName
{
background-color: #DA7CF5;
}
</style>
border-color css
<style>
span { border-color: #DA7CF5; }
span { border-color: rgb(218,124,245); }
td.TdClassName
{
border-color: #DA7CF5;
}
.TagClassName
{
border-color: #DA7CF5;
}
</style>