Shades of Heliotrope #DB5FED
Tints of Heliotrope #DB5FED
RGB
CMYK
RGB Variations
Color information
#DB5FED (or 0xDB5FED) is known color: Heliotrope. HEX triplet: DB, 5F and ED. RGB value is (219,95,237). Sum of RGB (Red+Green+Blue) = 219+95+237=551 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.75% from 551); Green value is 95 (37.5% from 255 or 17.24% from 551); Blue value is 237 (92.97% from 255 or 43.01% from 551); Max value from RGB is 237 - color contains mainly: blue. Hex color #DB5FED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB5FED is #24A012. Grayscale: #939393. Windows color (decimal): -2400275 or 15556571. OLE color: 15556571.
HSL color Cylindrical-coordinate representation of color #DB5FED: hue angle of 292.39º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DB5FED is Cyan = 0.08, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 95 | 237 | - |
| CMYK | 0.08 | 0.60 | 0 | 0.07 |
| HSL | 292.39º | 0.8% | 0.65% | - |
| HSV(B) | 292.39º | 0.6% | 0.93% | - |
| XYZ | 48.59 | 29.36 | 83.23 | - |
| YUV | 148.26 | 178.08 | 178.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 95 | 237 | 0.08 | 0.60 | 0 | 0.07 | 292.39 | 0.8 | 0.65 |
| Hex | DB | 5F | ED | 8 | 3C | 0 | 7 | 124 | 50 | 41 |
| Octal | 333 | 137 | 355 | 10 | 74 | 0 | 7 | 444 | 120 | 101 |
| Binary | 11011011 | 1011111 | 11101101 | 1000 | 111100 | 0 | 111 | 100100100 | 1010000 | 1000001 |
Color Harmonies of #DB5FED
Complementary color
Monochromatic Colors of #DB5FED
Black with #DB5FED
Text Example
Text Example
White with #DB5FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5FED; }
p { color: rgb(219,95,237); }
H1.HeaderClassName
{
color: #DB5FED;
}
.AnyTagClassName
{
color: #DB5FED;
}
</style>
background-color css
<style>
a { background-color: #DB5FED; }
a { background-color: rgb(219,95,237); }
div.DivClassName
{
background-color: #DB5FED;
}
.BgClassName
{
background-color: #DB5FED;
}
</style>
border-color css
<style>
span { border-color: #DB5FED; }
span { border-color: rgb(219,95,237); }
td.TdClassName
{
border-color: #DB5FED;
}
.TagClassName
{
border-color: #DB5FED;
}
</style>