Shades of Heliotrope #DB6CF9
Tints of Heliotrope #DB6CF9
RGB
CMYK
RGB Variations
Color information
#DB6CF9 (or 0xDB6CF9) is known color: Heliotrope. HEX triplet: DB, 6C and F9. RGB value is (219,108,249). Sum of RGB (Red+Green+Blue) = 219+108+249=576 (76% of max value = 765). Red value is 219 (85.94% from 255 or 38.02% from 576); Green value is 108 (42.58% from 255 or 18.75% from 576); Blue value is 249 (97.66% from 255 or 43.23% from 576); Max value from RGB is 249 - color contains mainly: blue. Hex color #DB6CF9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB6CF9 is #249306. Grayscale: #9C9C9C. Windows color (decimal): -2396935 or 16346331. OLE color: 16346331.
HSL color Cylindrical-coordinate representation of color #DB6CF9: hue angle of 287.23º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DB6CF9 is Cyan = 0.12, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 108 | 249 | - |
| CMYK | 0.12 | 0.57 | 0 | 0.02 |
| HSL | 287.23º | 0.92% | 0.7% | - |
| HSV(B) | 287.23º | 0.57% | 0.98% | - |
| XYZ | 51.67 | 32.62 | 93.2 | - |
| YUV | 157.26 | 179.77 | 172.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 108 | 249 | 0.12 | 0.57 | 0 | 0.02 | 287.23 | 0.92 | 0.7 |
| Hex | DB | 6C | F9 | C | 39 | 0 | 2 | 11F | 5C | 46 |
| Octal | 333 | 154 | 371 | 14 | 71 | 0 | 2 | 437 | 134 | 106 |
| Binary | 11011011 | 1101100 | 11111001 | 1100 | 111001 | 0 | 10 | 100011111 | 1011100 | 1000110 |
Color Harmonies of #DB6CF9
Complementary color
Monochromatic Colors of #DB6CF9
Black with #DB6CF9
Text Example
Text Example
White with #DB6CF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6CF9; }
p { color: rgb(219,108,249); }
H1.HeaderClassName
{
color: #DB6CF9;
}
.AnyTagClassName
{
color: #DB6CF9;
}
</style>
background-color css
<style>
a { background-color: #DB6CF9; }
a { background-color: rgb(219,108,249); }
div.DivClassName
{
background-color: #DB6CF9;
}
.BgClassName
{
background-color: #DB6CF9;
}
</style>
border-color css
<style>
span { border-color: #DB6CF9; }
span { border-color: rgb(219,108,249); }
td.TdClassName
{
border-color: #DB6CF9;
}
.TagClassName
{
border-color: #DB6CF9;
}
</style>