Shades of Heliotrope #DB62FB
Tints of Heliotrope #DB62FB
RGB
CMYK
RGB Variations
Color information
#DB62FB (or 0xDB62FB) is known color: Heliotrope. HEX triplet: DB, 62 and FB. RGB value is (219,98,251). Sum of RGB (Red+Green+Blue) = 219+98+251=568 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.56% from 568); Green value is 98 (38.67% from 255 or 17.25% from 568); Blue value is 251 (98.44% from 255 or 44.19% from 568); Max value from RGB is 251 - color contains mainly: blue. Hex color #DB62FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB62FB is #249D04. Grayscale: #979797. Windows color (decimal): -2399493 or 16474843. OLE color: 16474843.
HSL color Cylindrical-coordinate representation of color #DB62FB: hue angle of 287.45º degrees, saturation: 0.95, 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 #DB62FB is Cyan = 0.13, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 98 | 251 | - |
| CMYK | 0.13 | 0.61 | 0 | 0.02 |
| HSL | 287.45º | 0.95% | 0.68% | - |
| HSV(B) | 287.45º | 0.61% | 0.98% | - |
| XYZ | 50.99 | 30.76 | 94.52 | - |
| YUV | 151.62 | 184.09 | 176.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 98 | 251 | 0.13 | 0.61 | 0 | 0.02 | 287.45 | 0.95 | 0.68 |
| Hex | DB | 62 | FB | D | 3D | 0 | 2 | 11F | 5F | 44 |
| Octal | 333 | 142 | 373 | 15 | 75 | 0 | 2 | 437 | 137 | 104 |
| Binary | 11011011 | 1100010 | 11111011 | 1101 | 111101 | 0 | 10 | 100011111 | 1011111 | 1000100 |
Color Harmonies of #DB62FB
Complementary color
Monochromatic Colors of #DB62FB
Black with #DB62FB
Text Example
Text Example
White with #DB62FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB62FB; }
p { color: rgb(219,98,251); }
H1.HeaderClassName
{
color: #DB62FB;
}
.AnyTagClassName
{
color: #DB62FB;
}
</style>
background-color css
<style>
a { background-color: #DB62FB; }
a { background-color: rgb(219,98,251); }
div.DivClassName
{
background-color: #DB62FB;
}
.BgClassName
{
background-color: #DB62FB;
}
</style>
border-color css
<style>
span { border-color: #DB62FB; }
span { border-color: rgb(219,98,251); }
td.TdClassName
{
border-color: #DB62FB;
}
.TagClassName
{
border-color: #DB62FB;
}
</style>