Shades of Heliotrope #DB62F0
Tints of Heliotrope #DB62F0
RGB
CMYK
RGB Variations
Color information
#DB62F0 (or 0xDB62F0) is known color: Heliotrope. HEX triplet: DB, 62 and F0. RGB value is (219,98,240). Sum of RGB (Red+Green+Blue) = 219+98+240=557 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.32% from 557); Green value is 98 (38.67% from 255 or 17.59% from 557); Blue value is 240 (94.14% from 255 or 43.09% from 557); Max value from RGB is 240 - color contains mainly: blue. Hex color #DB62F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB62F0 is #249D0F. Grayscale: #959595. Windows color (decimal): -2399504 or 15753947. OLE color: 15753947.
HSL color Cylindrical-coordinate representation of color #DB62F0: hue angle of 291.13º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DB62F0 is Cyan = 0.09, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 219 | 98 | 240 | - |
| CMYK | 0.09 | 0.59 | 0 | 0.06 |
| HSL | 291.13º | 0.83% | 0.66% | - |
| HSV(B) | 291.13º | 0.59% | 0.94% | - |
| XYZ | 49.31 | 30.09 | 85.65 | - |
| YUV | 150.37 | 178.59 | 176.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 98 | 240 | 0.09 | 0.59 | 0 | 0.06 | 291.13 | 0.83 | 0.66 |
| Hex | DB | 62 | F0 | 9 | 3B | 0 | 6 | 123 | 53 | 42 |
| Octal | 333 | 142 | 360 | 11 | 73 | 0 | 6 | 443 | 123 | 102 |
| Binary | 11011011 | 1100010 | 11110000 | 1001 | 111011 | 0 | 110 | 100100011 | 1010011 | 1000010 |
Color Harmonies of #DB62F0
Complementary color
Monochromatic Colors of #DB62F0
Black with #DB62F0
Text Example
Text Example
White with #DB62F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB62F0; }
p { color: rgb(219,98,240); }
H1.HeaderClassName
{
color: #DB62F0;
}
.AnyTagClassName
{
color: #DB62F0;
}
</style>
background-color css
<style>
a { background-color: #DB62F0; }
a { background-color: rgb(219,98,240); }
div.DivClassName
{
background-color: #DB62F0;
}
.BgClassName
{
background-color: #DB62F0;
}
</style>
border-color css
<style>
span { border-color: #DB62F0; }
span { border-color: rgb(219,98,240); }
td.TdClassName
{
border-color: #DB62F0;
}
.TagClassName
{
border-color: #DB62F0;
}
</style>