Shades of Heliotrope #DB5CF9
Tints of Heliotrope #DB5CF9
RGB
CMYK
RGB Variations
Color information
#DB5CF9 (or 0xDB5CF9) is known color: Heliotrope. HEX triplet: DB, 5C and F9. RGB value is (219,92,249). Sum of RGB (Red+Green+Blue) = 219+92+249=560 (74% of max value = 765). Red value is 219 (85.94% from 255 or 39.11% from 560); Green value is 92 (36.33% from 255 or 16.43% from 560); Blue value is 249 (97.66% from 255 or 44.46% from 560); Max value from RGB is 249 - color contains mainly: blue. Hex color #DB5CF9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB5CF9 is #24A306. Grayscale: #939393. Windows color (decimal): -2401031 or 16342235. OLE color: 16342235.
HSL color Cylindrical-coordinate representation of color #DB5CF9: hue angle of 288.54º degrees, saturation: 0.93, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DB5CF9 is Cyan = 0.12, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 92 | 249 | - |
| CMYK | 0.12 | 0.63 | 0 | 0.02 |
| HSL | 288.54º | 0.93% | 0.67% | - |
| HSV(B) | 288.54º | 0.63% | 0.98% | - |
| XYZ | 50.14 | 29.55 | 92.68 | - |
| YUV | 147.87 | 185.08 | 178.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 92 | 249 | 0.12 | 0.63 | 0 | 0.02 | 288.54 | 0.93 | 0.67 |
| Hex | DB | 5C | F9 | C | 3F | 0 | 2 | 121 | 5D | 43 |
| Octal | 333 | 134 | 371 | 14 | 77 | 0 | 2 | 441 | 135 | 103 |
| Binary | 11011011 | 1011100 | 11111001 | 1100 | 111111 | 0 | 10 | 100100001 | 1011101 | 1000011 |
Color Harmonies of #DB5CF9
Complementary color
Monochromatic Colors of #DB5CF9
Black with #DB5CF9
Text Example
Text Example
White with #DB5CF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5CF9; }
p { color: rgb(219,92,249); }
H1.HeaderClassName
{
color: #DB5CF9;
}
.AnyTagClassName
{
color: #DB5CF9;
}
</style>
background-color css
<style>
a { background-color: #DB5CF9; }
a { background-color: rgb(219,92,249); }
div.DivClassName
{
background-color: #DB5CF9;
}
.BgClassName
{
background-color: #DB5CF9;
}
</style>
border-color css
<style>
span { border-color: #DB5CF9; }
span { border-color: rgb(219,92,249); }
td.TdClassName
{
border-color: #DB5CF9;
}
.TagClassName
{
border-color: #DB5CF9;
}
</style>