Shades of Heliotrope #DB61ED
Tints of Heliotrope #DB61ED
RGB
CMYK
RGB Variations
Color information
#DB61ED (or 0xDB61ED) is known color: Heliotrope. HEX triplet: DB, 61 and ED. RGB value is (219,97,237). Sum of RGB (Red+Green+Blue) = 219+97+237=553 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.60% from 553); Green value is 97 (38.28% from 255 or 17.54% from 553); Blue value is 237 (92.97% from 255 or 42.86% from 553); Max value from RGB is 237 - color contains mainly: blue. Hex color #DB61ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB61ED is #249E12. Grayscale: #959595. Windows color (decimal): -2399763 or 15557083. OLE color: 15557083.
HSL color Cylindrical-coordinate representation of color #DB61ED: hue angle of 292.29º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DB61ED is Cyan = 0.08, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 97 | 237 | - |
| CMYK | 0.08 | 0.59 | 0 | 0.07 |
| HSL | 292.29º | 0.8% | 0.65% | - |
| HSV(B) | 292.29º | 0.59% | 0.93% | - |
| XYZ | 48.77 | 29.72 | 83.29 | - |
| YUV | 149.44 | 177.42 | 177.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 97 | 237 | 0.08 | 0.59 | 0 | 0.07 | 292.29 | 0.8 | 0.65 |
| Hex | DB | 61 | ED | 8 | 3B | 0 | 7 | 124 | 50 | 41 |
| Octal | 333 | 141 | 355 | 10 | 73 | 0 | 7 | 444 | 120 | 101 |
| Binary | 11011011 | 1100001 | 11101101 | 1000 | 111011 | 0 | 111 | 100100100 | 1010000 | 1000001 |
Color Harmonies of #DB61ED
Complementary color
Monochromatic Colors of #DB61ED
Black with #DB61ED
Text Example
Text Example
White with #DB61ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB61ED; }
p { color: rgb(219,97,237); }
H1.HeaderClassName
{
color: #DB61ED;
}
.AnyTagClassName
{
color: #DB61ED;
}
</style>
background-color css
<style>
a { background-color: #DB61ED; }
a { background-color: rgb(219,97,237); }
div.DivClassName
{
background-color: #DB61ED;
}
.BgClassName
{
background-color: #DB61ED;
}
</style>
border-color css
<style>
span { border-color: #DB61ED; }
span { border-color: rgb(219,97,237); }
td.TdClassName
{
border-color: #DB61ED;
}
.TagClassName
{
border-color: #DB61ED;
}
</style>