Shades of Heliotrope #DB6FEE
Tints of Heliotrope #DB6FEE
RGB
CMYK
RGB Variations
Color information
#DB6FEE (or 0xDB6FEE) is known color: Heliotrope. HEX triplet: DB, 6F and EE. RGB value is (219,111,238). Sum of RGB (Red+Green+Blue) = 219+111+238=568 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.56% from 568); Green value is 111 (43.75% from 255 or 19.54% from 568); Blue value is 238 (93.36% from 255 or 41.90% from 568); Max value from RGB is 238 - color contains mainly: blue. Hex color #DB6FEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB6FEE is #249011. Grayscale: #9D9D9D. Windows color (decimal): -2396178 or 15626203. OLE color: 15626203.
HSL color Cylindrical-coordinate representation of color #DB6FEE: hue angle of 291.02º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DB6FEE is Cyan = 0.08, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 111 | 238 | - |
| CMYK | 0.08 | 0.53 | 0 | 0.07 |
| HSL | 291.02º | 0.79% | 0.68% | - |
| HSV(B) | 291.02º | 0.53% | 0.93% | - |
| XYZ | 50.33 | 32.6 | 84.53 | - |
| YUV | 157.77 | 173.28 | 171.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 111 | 238 | 0.08 | 0.53 | 0 | 0.07 | 291.02 | 0.79 | 0.68 |
| Hex | DB | 6F | EE | 8 | 35 | 0 | 7 | 123 | 4F | 44 |
| Octal | 333 | 157 | 356 | 10 | 65 | 0 | 7 | 443 | 117 | 104 |
| Binary | 11011011 | 1101111 | 11101110 | 1000 | 110101 | 0 | 111 | 100100011 | 1001111 | 1000100 |
Color Harmonies of #DB6FEE
Complementary color
Monochromatic Colors of #DB6FEE
Black with #DB6FEE
Text Example
Text Example
White with #DB6FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6FEE; }
p { color: rgb(219,111,238); }
H1.HeaderClassName
{
color: #DB6FEE;
}
.AnyTagClassName
{
color: #DB6FEE;
}
</style>
background-color css
<style>
a { background-color: #DB6FEE; }
a { background-color: rgb(219,111,238); }
div.DivClassName
{
background-color: #DB6FEE;
}
.BgClassName
{
background-color: #DB6FEE;
}
</style>
border-color css
<style>
span { border-color: #DB6FEE; }
span { border-color: rgb(219,111,238); }
td.TdClassName
{
border-color: #DB6FEE;
}
.TagClassName
{
border-color: #DB6FEE;
}
</style>