Shades of Heliotrope #DA5FF2
Tints of Heliotrope #DA5FF2
RGB
CMYK
RGB Variations
Color information
#DA5FF2 (or 0xDA5FF2) is known color: Heliotrope. HEX triplet: DA, 5F and F2. RGB value is (218,95,242). Sum of RGB (Red+Green+Blue) = 218+95+242=555 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.28% from 555); Green value is 95 (37.5% from 255 or 17.12% from 555); Blue value is 242 (94.92% from 255 or 43.60% from 555); Max value from RGB is 242 - color contains mainly: blue. Hex color #DA5FF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA5FF2 is #25A00D. Grayscale: #949494. Windows color (decimal): -2465806 or 15884250. OLE color: 15884250.
HSL color Cylindrical-coordinate representation of color #DA5FF2: hue angle of 290.2º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DA5FF2 is Cyan = 0.10, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 218 | 95 | 242 | - |
| CMYK | 0.10 | 0.61 | 0 | 0.05 |
| HSL | 290.2º | 0.85% | 0.66% | - |
| HSV(B) | 290.2º | 0.61% | 0.95% | - |
| XYZ | 49.03 | 29.5 | 87.11 | - |
| YUV | 148.54 | 180.75 | 177.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 95 | 242 | 0.10 | 0.61 | 0 | 0.05 | 290.2 | 0.85 | 0.66 |
| Hex | DA | 5F | F2 | A | 3D | 0 | 5 | 122 | 55 | 42 |
| Octal | 332 | 137 | 362 | 12 | 75 | 0 | 5 | 442 | 125 | 102 |
| Binary | 11011010 | 1011111 | 11110010 | 1010 | 111101 | 0 | 101 | 100100010 | 1010101 | 1000010 |
Color Harmonies of #DA5FF2
Complementary color
Monochromatic Colors of #DA5FF2
Black with #DA5FF2
Text Example
Text Example
White with #DA5FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA5FF2; }
p { color: rgb(218,95,242); }
H1.HeaderClassName
{
color: #DA5FF2;
}
.AnyTagClassName
{
color: #DA5FF2;
}
</style>
background-color css
<style>
a { background-color: #DA5FF2; }
a { background-color: rgb(218,95,242); }
div.DivClassName
{
background-color: #DA5FF2;
}
.BgClassName
{
background-color: #DA5FF2;
}
</style>
border-color css
<style>
span { border-color: #DA5FF2; }
span { border-color: rgb(218,95,242); }
td.TdClassName
{
border-color: #DA5FF2;
}
.TagClassName
{
border-color: #DA5FF2;
}
</style>