Shades of Heliotrope #DA7CF1
Tints of Heliotrope #DA7CF1
RGB
CMYK
RGB Variations
Color information
#DA7CF1 (or 0xDA7CF1) is known color: Heliotrope. HEX triplet: DA, 7C and F1. RGB value is (218,124,241). Sum of RGB (Red+Green+Blue) = 218+124+241=583 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.39% from 583); Green value is 124 (48.83% from 255 or 21.27% from 583); Blue value is 241 (94.53% from 255 or 41.34% from 583); Max value from RGB is 241 - color contains mainly: blue. Hex color #DA7CF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA7CF1 is #25830E. Grayscale: #A5A5A5. Windows color (decimal): -2458383 or 15826138. OLE color: 15826138.
HSL color Cylindrical-coordinate representation of color #DA7CF1: hue angle of 288.21º degrees, saturation: 0.81, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DA7CF1 is Cyan = 0.10, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 218 | 124 | 241 | - |
| CMYK | 0.10 | 0.49 | 0 | 0.05 |
| HSL | 288.21º | 0.81% | 0.72% | - |
| HSV(B) | 288.21º | 0.49% | 0.95% | - |
| XYZ | 52 | 35.67 | 87.36 | - |
| YUV | 165.44 | 170.64 | 165.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 124 | 241 | 0.10 | 0.49 | 0 | 0.05 | 288.21 | 0.81 | 0.72 |
| Hex | DA | 7C | F1 | A | 31 | 0 | 5 | 120 | 51 | 48 |
| Octal | 332 | 174 | 361 | 12 | 61 | 0 | 5 | 440 | 121 | 110 |
| Binary | 11011010 | 1111100 | 11110001 | 1010 | 110001 | 0 | 101 | 100100000 | 1010001 | 1001000 |
Color Harmonies of #DA7CF1
Complementary color
Monochromatic Colors of #DA7CF1
Black with #DA7CF1
Text Example
Text Example
White with #DA7CF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7CF1; }
p { color: rgb(218,124,241); }
H1.HeaderClassName
{
color: #DA7CF1;
}
.AnyTagClassName
{
color: #DA7CF1;
}
</style>
background-color css
<style>
a { background-color: #DA7CF1; }
a { background-color: rgb(218,124,241); }
div.DivClassName
{
background-color: #DA7CF1;
}
.BgClassName
{
background-color: #DA7CF1;
}
</style>
border-color css
<style>
span { border-color: #DA7CF1; }
span { border-color: rgb(218,124,241); }
td.TdClassName
{
border-color: #DA7CF1;
}
.TagClassName
{
border-color: #DA7CF1;
}
</style>