Shades of Heliotrope #DB5DF5
Tints of Heliotrope #DB5DF5
RGB
CMYK
RGB Variations
Color information
#DB5DF5 (or 0xDB5DF5) is known color: Heliotrope. HEX triplet: DB, 5D and F5. RGB value is (219,93,245). Sum of RGB (Red+Green+Blue) = 219+93+245=557 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.32% from 557); Green value is 93 (36.72% from 255 or 16.70% from 557); Blue value is 245 (96.09% from 255 or 43.99% from 557); Max value from RGB is 245 - color contains mainly: blue. Hex color #DB5DF5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB5DF5 is #24A20A. Grayscale: #939393. Windows color (decimal): -2400779 or 16080347. OLE color: 16080347.
HSL color Cylindrical-coordinate representation of color #DB5DF5: hue angle of 289.74º degrees, saturation: 0.88, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DB5DF5 is Cyan = 0.11, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 219 | 93 | 245 | - |
| CMYK | 0.11 | 0.62 | 0 | 0.04 |
| HSL | 289.74º | 0.88% | 0.66% | - |
| HSV(B) | 289.74º | 0.62% | 0.96% | - |
| XYZ | 49.61 | 29.48 | 89.46 | - |
| YUV | 148 | 182.74 | 178.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 93 | 245 | 0.11 | 0.62 | 0 | 0.04 | 289.74 | 0.88 | 0.66 |
| Hex | DB | 5D | F5 | B | 3E | 0 | 4 | 122 | 58 | 42 |
| Octal | 333 | 135 | 365 | 13 | 76 | 0 | 4 | 442 | 130 | 102 |
| Binary | 11011011 | 1011101 | 11110101 | 1011 | 111110 | 0 | 100 | 100100010 | 1011000 | 1000010 |
Color Harmonies of #DB5DF5
Complementary color
Monochromatic Colors of #DB5DF5
Black with #DB5DF5
Text Example
Text Example
White with #DB5DF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5DF5; }
p { color: rgb(219,93,245); }
H1.HeaderClassName
{
color: #DB5DF5;
}
.AnyTagClassName
{
color: #DB5DF5;
}
</style>
background-color css
<style>
a { background-color: #DB5DF5; }
a { background-color: rgb(219,93,245); }
div.DivClassName
{
background-color: #DB5DF5;
}
.BgClassName
{
background-color: #DB5DF5;
}
</style>
border-color css
<style>
span { border-color: #DB5DF5; }
span { border-color: rgb(219,93,245); }
td.TdClassName
{
border-color: #DB5DF5;
}
.TagClassName
{
border-color: #DB5DF5;
}
</style>