Shades of Heliotrope #DB62F1
Tints of Heliotrope #DB62F1
RGB
CMYK
RGB Variations
Color information
#DB62F1 (or 0xDB62F1) is known color: Heliotrope. HEX triplet: DB, 62 and F1. RGB value is (219,98,241). Sum of RGB (Red+Green+Blue) = 219+98+241=558 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.25% from 558); Green value is 98 (38.67% from 255 or 17.56% from 558); Blue value is 241 (94.53% from 255 or 43.19% from 558); Max value from RGB is 241 - color contains mainly: blue. Hex color #DB62F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB62F1 is #249D0E. Grayscale: #969696. Windows color (decimal): -2399503 or 15819483. OLE color: 15819483.
HSL color Cylindrical-coordinate representation of color #DB62F1: hue angle of 290.77º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DB62F1 is Cyan = 0.09, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 98 | 241 | - |
| CMYK | 0.09 | 0.59 | 0 | 0.05 |
| HSL | 290.77º | 0.84% | 0.66% | - |
| HSV(B) | 290.77º | 0.59% | 0.95% | - |
| XYZ | 49.46 | 30.15 | 86.43 | - |
| YUV | 150.48 | 179.09 | 176.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 98 | 241 | 0.09 | 0.59 | 0 | 0.05 | 290.77 | 0.84 | 0.66 |
| Hex | DB | 62 | F1 | 9 | 3B | 0 | 5 | 123 | 54 | 42 |
| Octal | 333 | 142 | 361 | 11 | 73 | 0 | 5 | 443 | 124 | 102 |
| Binary | 11011011 | 1100010 | 11110001 | 1001 | 111011 | 0 | 101 | 100100011 | 1010100 | 1000010 |
Color Harmonies of #DB62F1
Complementary color
Monochromatic Colors of #DB62F1
Black with #DB62F1
Text Example
Text Example
White with #DB62F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB62F1; }
p { color: rgb(219,98,241); }
H1.HeaderClassName
{
color: #DB62F1;
}
.AnyTagClassName
{
color: #DB62F1;
}
</style>
background-color css
<style>
a { background-color: #DB62F1; }
a { background-color: rgb(219,98,241); }
div.DivClassName
{
background-color: #DB62F1;
}
.BgClassName
{
background-color: #DB62F1;
}
</style>
border-color css
<style>
span { border-color: #DB62F1; }
span { border-color: rgb(219,98,241); }
td.TdClassName
{
border-color: #DB62F1;
}
.TagClassName
{
border-color: #DB62F1;
}
</style>