Shades of Heliotrope #DB5AF6
Tints of Heliotrope #DB5AF6
RGB
CMYK
RGB Variations
Color information
#DB5AF6 (or 0xDB5AF6) is known color: Heliotrope. HEX triplet: DB, 5A and F6. RGB value is (219,90,246). Sum of RGB (Red+Green+Blue) = 219+90+246=555 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.46% from 555); Green value is 90 (35.55% from 255 or 16.22% from 555); Blue value is 246 (96.48% from 255 or 44.32% from 555); Max value from RGB is 246 - color contains mainly: blue. Hex color #DB5AF6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB5AF6 is #24A509. Grayscale: #919191. Windows color (decimal): -2401546 or 16145115. OLE color: 16145115.
HSL color Cylindrical-coordinate representation of color #DB5AF6: hue angle of 289.62º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DB5AF6 is Cyan = 0.11, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 219 | 90 | 246 | - |
| CMYK | 0.11 | 0.63 | 0 | 0.04 |
| HSL | 289.62º | 0.9% | 0.66% | - |
| HSV(B) | 289.62º | 0.63% | 0.96% | - |
| XYZ | 49.5 | 29.03 | 90.18 | - |
| YUV | 146.36 | 184.24 | 179.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 90 | 246 | 0.11 | 0.63 | 0 | 0.04 | 289.62 | 0.9 | 0.66 |
| Hex | DB | 5A | F6 | B | 3F | 0 | 4 | 122 | 5A | 42 |
| Octal | 333 | 132 | 366 | 13 | 77 | 0 | 4 | 442 | 132 | 102 |
| Binary | 11011011 | 1011010 | 11110110 | 1011 | 111111 | 0 | 100 | 100100010 | 1011010 | 1000010 |
Color Harmonies of #DB5AF6
Complementary color
Monochromatic Colors of #DB5AF6
Black with #DB5AF6
Text Example
Text Example
White with #DB5AF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5AF6; }
p { color: rgb(219,90,246); }
H1.HeaderClassName
{
color: #DB5AF6;
}
.AnyTagClassName
{
color: #DB5AF6;
}
</style>
background-color css
<style>
a { background-color: #DB5AF6; }
a { background-color: rgb(219,90,246); }
div.DivClassName
{
background-color: #DB5AF6;
}
.BgClassName
{
background-color: #DB5AF6;
}
</style>
border-color css
<style>
span { border-color: #DB5AF6; }
span { border-color: rgb(219,90,246); }
td.TdClassName
{
border-color: #DB5AF6;
}
.TagClassName
{
border-color: #DB5AF6;
}
</style>