Shades of Heliotrope #DB5EFF
Tints of Heliotrope #DB5EFF
RGB
CMYK
RGB Variations
Color information
#DB5EFF (or 0xDB5EFF) is known color: Heliotrope. HEX triplet: DB, 5E and FF. RGB value is (219,94,255). Sum of RGB (Red+Green+Blue) = 219+94+255=568 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.56% from 568); Green value is 94 (37.11% from 255 or 16.55% from 568); Blue value is 255 (100% from 255 or 44.89% from 568); Max value from RGB is 255 - color contains mainly: blue. Hex color #DB5EFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB5EFF is #24A100. Grayscale: #959595. Windows color (decimal): -2400513 or 16735963. OLE color: 16735963.
HSL color Cylindrical-coordinate representation of color #DB5EFF: hue angle of 286.58º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DB5EFF is Cyan = 0.14, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 219 | 94 | 255 | - |
| CMYK | 0.14 | 0.63 | 0 | 0 |
| HSL | 286.58º | 1% | 0.68% | - |
| HSV(B) | 286.58º | 0.63% | 1% | - |
| XYZ | 51.27 | 30.29 | 97.75 | - |
| YUV | 149.73 | 187.41 | 177.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 94 | 255 | 0.14 | 0.63 | 0 | 0 | 286.58 | 1 | 0.68 |
| Hex | DB | 5E | FF | E | 3F | 0 | 0 | 11F | 64 | 44 |
| Octal | 333 | 136 | 377 | 16 | 77 | 0 | 0 | 437 | 144 | 104 |
| Binary | 11011011 | 1011110 | 11111111 | 1110 | 111111 | 0 | 0 | 100011111 | 1100100 | 1000100 |
Color Harmonies of #DB5EFF
Complementary color
Monochromatic Colors of #DB5EFF
Black with #DB5EFF
Text Example
Text Example
White with #DB5EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5EFF; }
p { color: rgb(219,94,255); }
H1.HeaderClassName
{
color: #DB5EFF;
}
.AnyTagClassName
{
color: #DB5EFF;
}
</style>
background-color css
<style>
a { background-color: #DB5EFF; }
a { background-color: rgb(219,94,255); }
div.DivClassName
{
background-color: #DB5EFF;
}
.BgClassName
{
background-color: #DB5EFF;
}
</style>
border-color css
<style>
span { border-color: #DB5EFF; }
span { border-color: rgb(219,94,255); }
td.TdClassName
{
border-color: #DB5EFF;
}
.TagClassName
{
border-color: #DB5EFF;
}
</style>