Shades of Heliotrope #DB62FA
Tints of Heliotrope #DB62FA
RGB
CMYK
RGB Variations
Color information
#DB62FA (or 0xDB62FA) is known color: Heliotrope. HEX triplet: DB, 62 and FA. RGB value is (219,98,250). Sum of RGB (Red+Green+Blue) = 219+98+250=567 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.62% from 567); Green value is 98 (38.67% from 255 or 17.28% from 567); Blue value is 250 (98.05% from 255 or 44.09% from 567); Max value from RGB is 250 - color contains mainly: blue. Hex color #DB62FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB62FA is #249D05. Grayscale: #979797. Windows color (decimal): -2399494 or 16409307. OLE color: 16409307.
HSL color Cylindrical-coordinate representation of color #DB62FA: hue angle of 287.76º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DB62FA is Cyan = 0.12, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 98 | 250 | - |
| CMYK | 0.12 | 0.61 | 0 | 0.02 |
| HSL | 287.76º | 0.94% | 0.68% | - |
| HSV(B) | 287.76º | 0.61% | 0.98% | - |
| XYZ | 50.84 | 30.7 | 93.69 | - |
| YUV | 151.51 | 183.59 | 176.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 98 | 250 | 0.12 | 0.61 | 0 | 0.02 | 287.76 | 0.94 | 0.68 |
| Hex | DB | 62 | FA | C | 3D | 0 | 2 | 120 | 5E | 44 |
| Octal | 333 | 142 | 372 | 14 | 75 | 0 | 2 | 440 | 136 | 104 |
| Binary | 11011011 | 1100010 | 11111010 | 1100 | 111101 | 0 | 10 | 100100000 | 1011110 | 1000100 |
Color Harmonies of #DB62FA
Complementary color
Monochromatic Colors of #DB62FA
Black with #DB62FA
Text Example
Text Example
White with #DB62FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB62FA; }
p { color: rgb(219,98,250); }
H1.HeaderClassName
{
color: #DB62FA;
}
.AnyTagClassName
{
color: #DB62FA;
}
</style>
background-color css
<style>
a { background-color: #DB62FA; }
a { background-color: rgb(219,98,250); }
div.DivClassName
{
background-color: #DB62FA;
}
.BgClassName
{
background-color: #DB62FA;
}
</style>
border-color css
<style>
span { border-color: #DB62FA; }
span { border-color: rgb(219,98,250); }
td.TdClassName
{
border-color: #DB62FA;
}
.TagClassName
{
border-color: #DB62FA;
}
</style>