Shades of Heliotrope #DB62FF
Tints of Heliotrope #DB62FF
RGB
CMYK
RGB Variations
Color information
#DB62FF (or 0xDB62FF) is known color: Heliotrope. HEX triplet: DB, 62 and FF. RGB value is (219,98,255). Sum of RGB (Red+Green+Blue) = 219+98+255=572 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.29% from 572); Green value is 98 (38.67% from 255 or 17.13% from 572); Blue value is 255 (100% from 255 or 44.58% from 572); Max value from RGB is 255 - color contains mainly: blue. Hex color #DB62FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB62FF is #249D00. Grayscale: #979797. Windows color (decimal): -2399489 or 16736987. OLE color: 16736987.
HSL color Cylindrical-coordinate representation of color #DB62FF: hue angle of 286.24º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DB62FF is Cyan = 0.14, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 219 | 98 | 255 | - |
| CMYK | 0.14 | 0.62 | 0 | 0 |
| HSL | 286.24º | 1% | 0.69% | - |
| HSV(B) | 286.24º | 0.62% | 1% | - |
| XYZ | 51.63 | 31.02 | 97.87 | - |
| YUV | 152.08 | 186.09 | 175.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 98 | 255 | 0.14 | 0.62 | 0 | 0 | 286.24 | 1 | 0.69 |
| Hex | DB | 62 | FF | E | 3E | 0 | 0 | 11E | 64 | 45 |
| Octal | 333 | 142 | 377 | 16 | 76 | 0 | 0 | 436 | 144 | 105 |
| Binary | 11011011 | 1100010 | 11111111 | 1110 | 111110 | 0 | 0 | 100011110 | 1100100 | 1000101 |
Color Harmonies of #DB62FF
Complementary color
Monochromatic Colors of #DB62FF
Black with #DB62FF
Text Example
Text Example
White with #DB62FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB62FF; }
p { color: rgb(219,98,255); }
H1.HeaderClassName
{
color: #DB62FF;
}
.AnyTagClassName
{
color: #DB62FF;
}
</style>
background-color css
<style>
a { background-color: #DB62FF; }
a { background-color: rgb(219,98,255); }
div.DivClassName
{
background-color: #DB62FF;
}
.BgClassName
{
background-color: #DB62FF;
}
</style>
border-color css
<style>
span { border-color: #DB62FF; }
span { border-color: rgb(219,98,255); }
td.TdClassName
{
border-color: #DB62FF;
}
.TagClassName
{
border-color: #DB62FF;
}
</style>