Shades of Heliotrope #DB62F8
Tints of Heliotrope #DB62F8
RGB
CMYK
RGB Variations
Color information
#DB62F8 (or 0xDB62F8) is known color: Heliotrope. HEX triplet: DB, 62 and F8. RGB value is (219,98,248). Sum of RGB (Red+Green+Blue) = 219+98+248=565 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.76% from 565); Green value is 98 (38.67% from 255 or 17.35% from 565); Blue value is 248 (97.27% from 255 or 43.89% from 565); Max value from RGB is 248 - color contains mainly: blue. Hex color #DB62F8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB62F8 is #249D07. Grayscale: #969696. Windows color (decimal): -2399496 or 16278235. OLE color: 16278235.
HSL color Cylindrical-coordinate representation of color #DB62F8: hue angle of 288.4º degrees, saturation: 0.91, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DB62F8 is Cyan = 0.12, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 219 | 98 | 248 | - |
| CMYK | 0.12 | 0.60 | 0 | 0.03 |
| HSL | 288.4º | 0.91% | 0.68% | - |
| HSV(B) | 288.4º | 0.6% | 0.97% | - |
| XYZ | 50.52 | 30.57 | 92.05 | - |
| YUV | 151.28 | 182.59 | 176.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 98 | 248 | 0.12 | 0.60 | 0 | 0.03 | 288.4 | 0.91 | 0.68 |
| Hex | DB | 62 | F8 | C | 3C | 0 | 3 | 120 | 5B | 44 |
| Octal | 333 | 142 | 370 | 14 | 74 | 0 | 3 | 440 | 133 | 104 |
| Binary | 11011011 | 1100010 | 11111000 | 1100 | 111100 | 0 | 11 | 100100000 | 1011011 | 1000100 |
Color Harmonies of #DB62F8
Complementary color
Monochromatic Colors of #DB62F8
Black with #DB62F8
Text Example
Text Example
White with #DB62F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB62F8; }
p { color: rgb(219,98,248); }
H1.HeaderClassName
{
color: #DB62F8;
}
.AnyTagClassName
{
color: #DB62F8;
}
</style>
background-color css
<style>
a { background-color: #DB62F8; }
a { background-color: rgb(219,98,248); }
div.DivClassName
{
background-color: #DB62F8;
}
.BgClassName
{
background-color: #DB62F8;
}
</style>
border-color css
<style>
span { border-color: #DB62F8; }
span { border-color: rgb(219,98,248); }
td.TdClassName
{
border-color: #DB62F8;
}
.TagClassName
{
border-color: #DB62F8;
}
</style>