Shades of Heliotrope #DA5BF2
Tints of Heliotrope #DA5BF2
RGB
CMYK
RGB Variations
Color information
#DA5BF2 (or 0xDA5BF2) is known color: Heliotrope. HEX triplet: DA, 5B and F2. RGB value is (218,91,242). Sum of RGB (Red+Green+Blue) = 218+91+242=551 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.56% from 551); Green value is 91 (35.94% from 255 or 16.52% from 551); Blue value is 242 (94.92% from 255 or 43.92% from 551); Max value from RGB is 242 - color contains mainly: blue. Hex color #DA5BF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA5BF2 is #25A40D. Grayscale: #919191. Windows color (decimal): -2466830 or 15883226. OLE color: 15883226.
HSL color Cylindrical-coordinate representation of color #DA5BF2: hue angle of 290.46º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DA5BF2 is Cyan = 0.10, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 218 | 91 | 242 | - |
| CMYK | 0.10 | 0.62 | 0 | 0.05 |
| HSL | 290.46º | 0.85% | 0.65% | - |
| HSV(B) | 290.46º | 0.62% | 0.95% | - |
| XYZ | 48.68 | 28.8 | 87 | - |
| YUV | 146.19 | 182.08 | 179.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 91 | 242 | 0.10 | 0.62 | 0 | 0.05 | 290.46 | 0.85 | 0.65 |
| Hex | DA | 5B | F2 | A | 3E | 0 | 5 | 122 | 55 | 41 |
| Octal | 332 | 133 | 362 | 12 | 76 | 0 | 5 | 442 | 125 | 101 |
| Binary | 11011010 | 1011011 | 11110010 | 1010 | 111110 | 0 | 101 | 100100010 | 1010101 | 1000001 |
Color Harmonies of #DA5BF2
Complementary color
Monochromatic Colors of #DA5BF2
Black with #DA5BF2
Text Example
Text Example
White with #DA5BF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA5BF2; }
p { color: rgb(218,91,242); }
H1.HeaderClassName
{
color: #DA5BF2;
}
.AnyTagClassName
{
color: #DA5BF2;
}
</style>
background-color css
<style>
a { background-color: #DA5BF2; }
a { background-color: rgb(218,91,242); }
div.DivClassName
{
background-color: #DA5BF2;
}
.BgClassName
{
background-color: #DA5BF2;
}
</style>
border-color css
<style>
span { border-color: #DA5BF2; }
span { border-color: rgb(218,91,242); }
td.TdClassName
{
border-color: #DA5BF2;
}
.TagClassName
{
border-color: #DA5BF2;
}
</style>