Shades of Heliotrope #DB5AFF
Tints of Heliotrope #DB5AFF
RGB
CMYK
RGB Variations
Color information
#DB5AFF (or 0xDB5AFF) is known color: Heliotrope. HEX triplet: DB, 5A and FF. RGB value is (219,90,255). Sum of RGB (Red+Green+Blue) = 219+90+255=564 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.83% from 564); Green value is 90 (35.55% from 255 or 15.96% from 564); Blue value is 255 (100% from 255 or 45.21% from 564); Max value from RGB is 255 - color contains mainly: blue. Hex color #DB5AFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB5AFF is #24A500. Grayscale: #929292. Windows color (decimal): -2401537 or 16734939. OLE color: 16734939.
HSL color Cylindrical-coordinate representation of color #DB5AFF: hue angle of 286.91º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DB5AFF is Cyan = 0.14, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 219 | 90 | 255 | - |
| CMYK | 0.14 | 0.65 | 0 | 0 |
| HSL | 286.91º | 1% | 0.68% | - |
| HSV(B) | 286.91º | 0.65% | 1% | - |
| XYZ | 50.92 | 29.59 | 97.64 | - |
| YUV | 147.38 | 188.74 | 179.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 90 | 255 | 0.14 | 0.65 | 0 | 0 | 286.91 | 1 | 0.68 |
| Hex | DB | 5A | FF | E | 41 | 0 | 0 | 11F | 64 | 44 |
| Octal | 333 | 132 | 377 | 16 | 101 | 0 | 0 | 437 | 144 | 104 |
| Binary | 11011011 | 1011010 | 11111111 | 1110 | 1000001 | 0 | 0 | 100011111 | 1100100 | 1000100 |
Color Harmonies of #DB5AFF
Complementary color
Monochromatic Colors of #DB5AFF
Black with #DB5AFF
Text Example
Text Example
White with #DB5AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5AFF; }
p { color: rgb(219,90,255); }
H1.HeaderClassName
{
color: #DB5AFF;
}
.AnyTagClassName
{
color: #DB5AFF;
}
</style>
background-color css
<style>
a { background-color: #DB5AFF; }
a { background-color: rgb(219,90,255); }
div.DivClassName
{
background-color: #DB5AFF;
}
.BgClassName
{
background-color: #DB5AFF;
}
</style>
border-color css
<style>
span { border-color: #DB5AFF; }
span { border-color: rgb(219,90,255); }
td.TdClassName
{
border-color: #DB5AFF;
}
.TagClassName
{
border-color: #DB5AFF;
}
</style>