Shades of Heliotrope #DB70EE
Tints of Heliotrope #DB70EE
RGB
CMYK
RGB Variations
Color information
#DB70EE (or 0xDB70EE) is known color: Heliotrope. HEX triplet: DB, 70 and EE. RGB value is (219,112,238). Sum of RGB (Red+Green+Blue) = 219+112+238=569 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.49% from 569); Green value is 112 (44.14% from 255 or 19.68% from 569); Blue value is 238 (93.36% from 255 or 41.83% from 569); Max value from RGB is 238 - color contains mainly: blue. Hex color #DB70EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB70EE is #248F11. Grayscale: #9D9D9D. Windows color (decimal): -2395922 or 15626459. OLE color: 15626459.
HSL color Cylindrical-coordinate representation of color #DB70EE: hue angle of 290.95º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DB70EE is Cyan = 0.08, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 112 | 238 | - |
| CMYK | 0.08 | 0.53 | 0 | 0.07 |
| HSL | 290.95º | 0.79% | 0.69% | - |
| HSV(B) | 290.95º | 0.53% | 0.93% | - |
| XYZ | 50.44 | 32.82 | 84.57 | - |
| YUV | 158.36 | 172.95 | 171.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 112 | 238 | 0.08 | 0.53 | 0 | 0.07 | 290.95 | 0.79 | 0.69 |
| Hex | DB | 70 | EE | 8 | 35 | 0 | 7 | 123 | 4F | 45 |
| Octal | 333 | 160 | 356 | 10 | 65 | 0 | 7 | 443 | 117 | 105 |
| Binary | 11011011 | 1110000 | 11101110 | 1000 | 110101 | 0 | 111 | 100100011 | 1001111 | 1000101 |
Color Harmonies of #DB70EE
Complementary color
Monochromatic Colors of #DB70EE
Black with #DB70EE
Text Example
Text Example
White with #DB70EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB70EE; }
p { color: rgb(219,112,238); }
H1.HeaderClassName
{
color: #DB70EE;
}
.AnyTagClassName
{
color: #DB70EE;
}
</style>
background-color css
<style>
a { background-color: #DB70EE; }
a { background-color: rgb(219,112,238); }
div.DivClassName
{
background-color: #DB70EE;
}
.BgClassName
{
background-color: #DB70EE;
}
</style>
border-color css
<style>
span { border-color: #DB70EE; }
span { border-color: rgb(219,112,238); }
td.TdClassName
{
border-color: #DB70EE;
}
.TagClassName
{
border-color: #DB70EE;
}
</style>