Shades of Heliotrope #DB62F2
Tints of Heliotrope #DB62F2
RGB
CMYK
RGB Variations
Color information
#DB62F2 (or 0xDB62F2) is known color: Heliotrope. HEX triplet: DB, 62 and F2. RGB value is (219,98,242). Sum of RGB (Red+Green+Blue) = 219+98+242=559 (74% of max value = 765). Red value is 219 (85.94% from 255 or 39.18% from 559); Green value is 98 (38.67% from 255 or 17.53% from 559); Blue value is 242 (94.92% from 255 or 43.29% from 559); Max value from RGB is 242 - color contains mainly: blue. Hex color #DB62F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB62F2 is #249D0D. Grayscale: #969696. Windows color (decimal): -2399502 or 15885019. OLE color: 15885019.
HSL color Cylindrical-coordinate representation of color #DB62F2: hue angle of 290.42º degrees, saturation: 0.85, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DB62F2 is Cyan = 0.10, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 98 | 242 | - |
| CMYK | 0.10 | 0.60 | 0 | 0.05 |
| HSL | 290.42º | 0.85% | 0.67% | - |
| HSV(B) | 290.42º | 0.6% | 0.95% | - |
| XYZ | 49.61 | 30.21 | 87.22 | - |
| YUV | 150.6 | 179.59 | 176.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 98 | 242 | 0.10 | 0.60 | 0 | 0.05 | 290.42 | 0.85 | 0.67 |
| Hex | DB | 62 | F2 | A | 3C | 0 | 5 | 122 | 55 | 43 |
| Octal | 333 | 142 | 362 | 12 | 74 | 0 | 5 | 442 | 125 | 103 |
| Binary | 11011011 | 1100010 | 11110010 | 1010 | 111100 | 0 | 101 | 100100010 | 1010101 | 1000011 |
Color Harmonies of #DB62F2
Complementary color
Monochromatic Colors of #DB62F2
Black with #DB62F2
Text Example
Text Example
White with #DB62F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB62F2; }
p { color: rgb(219,98,242); }
H1.HeaderClassName
{
color: #DB62F2;
}
.AnyTagClassName
{
color: #DB62F2;
}
</style>
background-color css
<style>
a { background-color: #DB62F2; }
a { background-color: rgb(219,98,242); }
div.DivClassName
{
background-color: #DB62F2;
}
.BgClassName
{
background-color: #DB62F2;
}
</style>
border-color css
<style>
span { border-color: #DB62F2; }
span { border-color: rgb(219,98,242); }
td.TdClassName
{
border-color: #DB62F2;
}
.TagClassName
{
border-color: #DB62F2;
}
</style>