Shades of Heliotrope #DB62FC
Tints of Heliotrope #DB62FC
RGB
CMYK
RGB Variations
Color information
#DB62FC (or 0xDB62FC) is known color: Heliotrope. HEX triplet: DB, 62 and FC. RGB value is (219,98,252). Sum of RGB (Red+Green+Blue) = 219+98+252=569 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.49% from 569); Green value is 98 (38.67% from 255 or 17.22% from 569); Blue value is 252 (98.83% from 255 or 44.29% from 569); Max value from RGB is 252 - color contains mainly: blue. Hex color #DB62FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB62FC is #249D03. Grayscale: #979797. Windows color (decimal): -2399492 or 16540379. OLE color: 16540379.
HSL color Cylindrical-coordinate representation of color #DB62FC: hue angle of 287.14º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DB62FC is Cyan = 0.13, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 219 | 98 | 252 | - |
| CMYK | 0.13 | 0.61 | 0 | 0.01 |
| HSL | 287.14º | 0.96% | 0.69% | - |
| HSV(B) | 287.14º | 0.61% | 0.99% | - |
| XYZ | 51.15 | 30.82 | 95.35 | - |
| YUV | 151.74 | 184.59 | 175.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 98 | 252 | 0.13 | 0.61 | 0 | 0.01 | 287.14 | 0.96 | 0.69 |
| Hex | DB | 62 | FC | D | 3D | 0 | 1 | 11F | 60 | 45 |
| Octal | 333 | 142 | 374 | 15 | 75 | 0 | 1 | 437 | 140 | 105 |
| Binary | 11011011 | 1100010 | 11111100 | 1101 | 111101 | 0 | 1 | 100011111 | 1100000 | 1000101 |
Color Harmonies of #DB62FC
Complementary color
Monochromatic Colors of #DB62FC
Black with #DB62FC
Text Example
Text Example
White with #DB62FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB62FC; }
p { color: rgb(219,98,252); }
H1.HeaderClassName
{
color: #DB62FC;
}
.AnyTagClassName
{
color: #DB62FC;
}
</style>
background-color css
<style>
a { background-color: #DB62FC; }
a { background-color: rgb(219,98,252); }
div.DivClassName
{
background-color: #DB62FC;
}
.BgClassName
{
background-color: #DB62FC;
}
</style>
border-color css
<style>
span { border-color: #DB62FC; }
span { border-color: rgb(219,98,252); }
td.TdClassName
{
border-color: #DB62FC;
}
.TagClassName
{
border-color: #DB62FC;
}
</style>