Shades of Heliotrope #DB6DED
Tints of Heliotrope #DB6DED
RGB
CMYK
RGB Variations
Color information
#DB6DED (or 0xDB6DED) is known color: Heliotrope. HEX triplet: DB, 6D and ED. RGB value is (219,109,237). Sum of RGB (Red+Green+Blue) = 219+109+237=565 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.76% from 565); Green value is 109 (42.97% from 255 or 19.29% from 565); Blue value is 237 (92.97% from 255 or 41.95% from 565); Max value from RGB is 237 - color contains mainly: blue. Hex color #DB6DED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB6DED is #249212. Grayscale: #9C9C9C. Windows color (decimal): -2396691 or 15560155. OLE color: 15560155.
HSL color Cylindrical-coordinate representation of color #DB6DED: hue angle of 291.56º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DB6DED is Cyan = 0.08, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 109 | 237 | - |
| CMYK | 0.08 | 0.54 | 0 | 0.07 |
| HSL | 291.56º | 0.78% | 0.68% | - |
| HSV(B) | 291.56º | 0.54% | 0.93% | - |
| XYZ | 49.97 | 32.11 | 83.69 | - |
| YUV | 156.48 | 173.44 | 172.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 109 | 237 | 0.08 | 0.54 | 0 | 0.07 | 291.56 | 0.78 | 0.68 |
| Hex | DB | 6D | ED | 8 | 36 | 0 | 7 | 124 | 4E | 44 |
| Octal | 333 | 155 | 355 | 10 | 66 | 0 | 7 | 444 | 116 | 104 |
| Binary | 11011011 | 1101101 | 11101101 | 1000 | 110110 | 0 | 111 | 100100100 | 1001110 | 1000100 |
Color Harmonies of #DB6DED
Complementary color
Monochromatic Colors of #DB6DED
Black with #DB6DED
Text Example
Text Example
White with #DB6DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6DED; }
p { color: rgb(219,109,237); }
H1.HeaderClassName
{
color: #DB6DED;
}
.AnyTagClassName
{
color: #DB6DED;
}
</style>
background-color css
<style>
a { background-color: #DB6DED; }
a { background-color: rgb(219,109,237); }
div.DivClassName
{
background-color: #DB6DED;
}
.BgClassName
{
background-color: #DB6DED;
}
</style>
border-color css
<style>
span { border-color: #DB6DED; }
span { border-color: rgb(219,109,237); }
td.TdClassName
{
border-color: #DB6DED;
}
.TagClassName
{
border-color: #DB6DED;
}
</style>