Shades of Heliotrope #DA5BEF
Tints of Heliotrope #DA5BEF
RGB
CMYK
RGB Variations
Color information
#DA5BEF (or 0xDA5BEF) is known color: Heliotrope. HEX triplet: DA, 5B and EF. RGB value is (218,91,239). Sum of RGB (Red+Green+Blue) = 218+91+239=548 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.78% from 548); Green value is 91 (35.94% from 255 or 16.61% from 548); Blue value is 239 (93.75% from 255 or 43.61% from 548); Max value from RGB is 239 - color contains mainly: blue. Hex color #DA5BEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA5BEF is #25A410. Grayscale: #919191. Windows color (decimal): -2466833 or 15686618. OLE color: 15686618.
HSL color Cylindrical-coordinate representation of color #DA5BEF: hue angle of 291.49º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DA5BEF is Cyan = 0.09, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 218 | 91 | 239 | - |
| CMYK | 0.09 | 0.62 | 0 | 0.06 |
| HSL | 291.49º | 0.82% | 0.65% | - |
| HSV(B) | 291.49º | 0.62% | 0.94% | - |
| XYZ | 48.23 | 28.62 | 84.64 | - |
| YUV | 145.85 | 180.58 | 179.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 91 | 239 | 0.09 | 0.62 | 0 | 0.06 | 291.49 | 0.82 | 0.65 |
| Hex | DA | 5B | EF | 9 | 3E | 0 | 6 | 123 | 52 | 41 |
| Octal | 332 | 133 | 357 | 11 | 76 | 0 | 6 | 443 | 122 | 101 |
| Binary | 11011010 | 1011011 | 11101111 | 1001 | 111110 | 0 | 110 | 100100011 | 1010010 | 1000001 |
Color Harmonies of #DA5BEF
Complementary color
Monochromatic Colors of #DA5BEF
Black with #DA5BEF
Text Example
Text Example
White with #DA5BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA5BEF; }
p { color: rgb(218,91,239); }
H1.HeaderClassName
{
color: #DA5BEF;
}
.AnyTagClassName
{
color: #DA5BEF;
}
</style>
background-color css
<style>
a { background-color: #DA5BEF; }
a { background-color: rgb(218,91,239); }
div.DivClassName
{
background-color: #DA5BEF;
}
.BgClassName
{
background-color: #DA5BEF;
}
</style>
border-color css
<style>
span { border-color: #DA5BEF; }
span { border-color: rgb(218,91,239); }
td.TdClassName
{
border-color: #DA5BEF;
}
.TagClassName
{
border-color: #DA5BEF;
}
</style>