Shades of Heliotrope #DA5AFC
Tints of Heliotrope #DA5AFC
RGB
CMYK
RGB Variations
Color information
#DA5AFC (or 0xDA5AFC) is known color: Heliotrope. HEX triplet: DA, 5A and FC. RGB value is (218,90,252). Sum of RGB (Red+Green+Blue) = 218+90+252=560 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.93% from 560); Green value is 90 (35.55% from 255 or 16.07% from 560); Blue value is 252 (98.83% from 255 or 45% from 560); Max value from RGB is 252 - color contains mainly: blue. Hex color #DA5AFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA5AFC is #25A503. Grayscale: #929292. Windows color (decimal): -2467076 or 16538330. OLE color: 16538330.
HSL color Cylindrical-coordinate representation of color #DA5AFC: hue angle of 287.41º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DA5AFC is Cyan = 0.13, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 218 | 90 | 252 | - |
| CMYK | 0.13 | 0.64 | 0 | 0.01 |
| HSL | 287.41º | 0.96% | 0.67% | - |
| HSV(B) | 287.41º | 0.64% | 0.99% | - |
| XYZ | 50.14 | 29.25 | 95.1 | - |
| YUV | 146.74 | 187.41 | 178.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 90 | 252 | 0.13 | 0.64 | 0 | 0.01 | 287.41 | 0.96 | 0.67 |
| Hex | DA | 5A | FC | D | 40 | 0 | 1 | 11F | 60 | 43 |
| Octal | 332 | 132 | 374 | 15 | 100 | 0 | 1 | 437 | 140 | 103 |
| Binary | 11011010 | 1011010 | 11111100 | 1101 | 1000000 | 0 | 1 | 100011111 | 1100000 | 1000011 |
Color Harmonies of #DA5AFC
Complementary color
Monochromatic Colors of #DA5AFC
Black with #DA5AFC
Text Example
Text Example
White with #DA5AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA5AFC; }
p { color: rgb(218,90,252); }
H1.HeaderClassName
{
color: #DA5AFC;
}
.AnyTagClassName
{
color: #DA5AFC;
}
</style>
background-color css
<style>
a { background-color: #DA5AFC; }
a { background-color: rgb(218,90,252); }
div.DivClassName
{
background-color: #DA5AFC;
}
.BgClassName
{
background-color: #DA5AFC;
}
</style>
border-color css
<style>
span { border-color: #DA5AFC; }
span { border-color: rgb(218,90,252); }
td.TdClassName
{
border-color: #DA5AFC;
}
.TagClassName
{
border-color: #DA5AFC;
}
</style>