Shades of Heliotrope #DB6BFC
Tints of Heliotrope #DB6BFC
RGB
CMYK
RGB Variations
Color information
#DB6BFC (or 0xDB6BFC) is known color: Heliotrope. HEX triplet: DB, 6B and FC. RGB value is (219,107,252). Sum of RGB (Red+Green+Blue) = 219+107+252=578 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.89% from 578); Green value is 107 (42.19% from 255 or 18.51% from 578); Blue value is 252 (98.83% from 255 or 43.60% from 578); Max value from RGB is 252 - color contains mainly: blue. Hex color #DB6BFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB6BFC is #249403. Grayscale: #9C9C9C. Windows color (decimal): -2397188 or 16542683. OLE color: 16542683.
HSL color Cylindrical-coordinate representation of color #DB6BFC: hue angle of 286.34º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DB6BFC is Cyan = 0.13, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 219 | 107 | 252 | - |
| CMYK | 0.13 | 0.58 | 0 | 0.01 |
| HSL | 286.34º | 0.96% | 0.7% | - |
| HSV(B) | 286.34º | 0.58% | 0.99% | - |
| XYZ | 52.04 | 32.6 | 95.65 | - |
| YUV | 157.02 | 181.61 | 172.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 107 | 252 | 0.13 | 0.58 | 0 | 0.01 | 286.34 | 0.96 | 0.7 |
| Hex | DB | 6B | FC | D | 3A | 0 | 1 | 11E | 60 | 46 |
| Octal | 333 | 153 | 374 | 15 | 72 | 0 | 1 | 436 | 140 | 106 |
| Binary | 11011011 | 1101011 | 11111100 | 1101 | 111010 | 0 | 1 | 100011110 | 1100000 | 1000110 |
Color Harmonies of #DB6BFC
Complementary color
Monochromatic Colors of #DB6BFC
Black with #DB6BFC
Text Example
Text Example
White with #DB6BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6BFC; }
p { color: rgb(219,107,252); }
H1.HeaderClassName
{
color: #DB6BFC;
}
.AnyTagClassName
{
color: #DB6BFC;
}
</style>
background-color css
<style>
a { background-color: #DB6BFC; }
a { background-color: rgb(219,107,252); }
div.DivClassName
{
background-color: #DB6BFC;
}
.BgClassName
{
background-color: #DB6BFC;
}
</style>
border-color css
<style>
span { border-color: #DB6BFC; }
span { border-color: rgb(219,107,252); }
td.TdClassName
{
border-color: #DB6BFC;
}
.TagClassName
{
border-color: #DB6BFC;
}
</style>