Shades of Heliotrope #DB62ED
Tints of Heliotrope #DB62ED
RGB
CMYK
RGB Variations
Color information
#DB62ED (or 0xDB62ED) is known color: Heliotrope. HEX triplet: DB, 62 and ED. RGB value is (219,98,237). Sum of RGB (Red+Green+Blue) = 219+98+237=554 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.53% from 554); Green value is 98 (38.67% from 255 or 17.69% from 554); Blue value is 237 (92.97% from 255 or 42.78% from 554); Max value from RGB is 237 - color contains mainly: blue. Hex color #DB62ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB62ED is #249D12. Grayscale: #959595. Windows color (decimal): -2399507 or 15557339. OLE color: 15557339.
HSL color Cylindrical-coordinate representation of color #DB62ED: hue angle of 292.23º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DB62ED is Cyan = 0.08, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 98 | 237 | - |
| CMYK | 0.08 | 0.59 | 0 | 0.07 |
| HSL | 292.23º | 0.79% | 0.66% | - |
| HSV(B) | 292.23º | 0.59% | 0.93% | - |
| XYZ | 48.87 | 29.91 | 83.32 | - |
| YUV | 150.03 | 177.09 | 177.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 98 | 237 | 0.08 | 0.59 | 0 | 0.07 | 292.23 | 0.79 | 0.66 |
| Hex | DB | 62 | ED | 8 | 3B | 0 | 7 | 124 | 4F | 42 |
| Octal | 333 | 142 | 355 | 10 | 73 | 0 | 7 | 444 | 117 | 102 |
| Binary | 11011011 | 1100010 | 11101101 | 1000 | 111011 | 0 | 111 | 100100100 | 1001111 | 1000010 |
Color Harmonies of #DB62ED
Complementary color
Monochromatic Colors of #DB62ED
Black with #DB62ED
Text Example
Text Example
White with #DB62ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB62ED; }
p { color: rgb(219,98,237); }
H1.HeaderClassName
{
color: #DB62ED;
}
.AnyTagClassName
{
color: #DB62ED;
}
</style>
background-color css
<style>
a { background-color: #DB62ED; }
a { background-color: rgb(219,98,237); }
div.DivClassName
{
background-color: #DB62ED;
}
.BgClassName
{
background-color: #DB62ED;
}
</style>
border-color css
<style>
span { border-color: #DB62ED; }
span { border-color: rgb(219,98,237); }
td.TdClassName
{
border-color: #DB62ED;
}
.TagClassName
{
border-color: #DB62ED;
}
</style>