Shades of Heliotrope #DB5DF0
Tints of Heliotrope #DB5DF0
RGB
CMYK
RGB Variations
Color information
#DB5DF0 (or 0xDB5DF0) is known color: Heliotrope. HEX triplet: DB, 5D and F0. RGB value is (219,93,240). Sum of RGB (Red+Green+Blue) = 219+93+240=552 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.67% from 552); Green value is 93 (36.72% from 255 or 16.85% from 552); Blue value is 240 (94.14% from 255 or 43.48% from 552); Max value from RGB is 240 - color contains mainly: blue. Hex color #DB5DF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB5DF0 is #24A20F. Grayscale: #929292. Windows color (decimal): -2400784 or 15752667. OLE color: 15752667.
HSL color Cylindrical-coordinate representation of color #DB5DF0: hue angle of 291.43º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DB5DF0 is Cyan = 0.09, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 219 | 93 | 240 | - |
| CMYK | 0.09 | 0.61 | 0 | 0.06 |
| HSL | 291.43º | 0.83% | 0.65% | - |
| HSV(B) | 291.43º | 0.61% | 0.94% | - |
| XYZ | 48.86 | 29.18 | 85.5 | - |
| YUV | 147.43 | 180.24 | 179.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 93 | 240 | 0.09 | 0.61 | 0 | 0.06 | 291.43 | 0.83 | 0.65 |
| Hex | DB | 5D | F0 | 9 | 3D | 0 | 6 | 123 | 53 | 41 |
| Octal | 333 | 135 | 360 | 11 | 75 | 0 | 6 | 443 | 123 | 101 |
| Binary | 11011011 | 1011101 | 11110000 | 1001 | 111101 | 0 | 110 | 100100011 | 1010011 | 1000001 |
Color Harmonies of #DB5DF0
Complementary color
Monochromatic Colors of #DB5DF0
Black with #DB5DF0
Text Example
Text Example
White with #DB5DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5DF0; }
p { color: rgb(219,93,240); }
H1.HeaderClassName
{
color: #DB5DF0;
}
.AnyTagClassName
{
color: #DB5DF0;
}
</style>
background-color css
<style>
a { background-color: #DB5DF0; }
a { background-color: rgb(219,93,240); }
div.DivClassName
{
background-color: #DB5DF0;
}
.BgClassName
{
background-color: #DB5DF0;
}
</style>
border-color css
<style>
span { border-color: #DB5DF0; }
span { border-color: rgb(219,93,240); }
td.TdClassName
{
border-color: #DB5DF0;
}
.TagClassName
{
border-color: #DB5DF0;
}
</style>