Shades of Heliotrope #DB6CED
Tints of Heliotrope #DB6CED
RGB
CMYK
RGB Variations
Color information
#DB6CED (or 0xDB6CED) is known color: Heliotrope. HEX triplet: DB, 6C and ED. RGB value is (219,108,237). Sum of RGB (Red+Green+Blue) = 219+108+237=564 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.83% from 564); Green value is 108 (42.58% from 255 or 19.15% from 564); Blue value is 237 (92.97% from 255 or 42.02% from 564); Max value from RGB is 237 - color contains mainly: blue. Hex color #DB6CED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB6CED is #249312. Grayscale: #9B9B9B. Windows color (decimal): -2396947 or 15559899. OLE color: 15559899.
HSL color Cylindrical-coordinate representation of color #DB6CED: hue angle of 291.63º 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 #DB6CED is Cyan = 0.08, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 108 | 237 | - |
| CMYK | 0.08 | 0.54 | 0 | 0.07 |
| HSL | 291.63º | 0.78% | 0.68% | - |
| HSV(B) | 291.63º | 0.54% | 0.93% | - |
| XYZ | 49.86 | 31.9 | 83.65 | - |
| YUV | 155.9 | 173.77 | 173.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 108 | 237 | 0.08 | 0.54 | 0 | 0.07 | 291.63 | 0.78 | 0.68 |
| Hex | DB | 6C | ED | 8 | 36 | 0 | 7 | 124 | 4E | 44 |
| Octal | 333 | 154 | 355 | 10 | 66 | 0 | 7 | 444 | 116 | 104 |
| Binary | 11011011 | 1101100 | 11101101 | 1000 | 110110 | 0 | 111 | 100100100 | 1001110 | 1000100 |
Color Harmonies of #DB6CED
Complementary color
Monochromatic Colors of #DB6CED
Black with #DB6CED
Text Example
Text Example
White with #DB6CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6CED; }
p { color: rgb(219,108,237); }
H1.HeaderClassName
{
color: #DB6CED;
}
.AnyTagClassName
{
color: #DB6CED;
}
</style>
background-color css
<style>
a { background-color: #DB6CED; }
a { background-color: rgb(219,108,237); }
div.DivClassName
{
background-color: #DB6CED;
}
.BgClassName
{
background-color: #DB6CED;
}
</style>
border-color css
<style>
span { border-color: #DB6CED; }
span { border-color: rgb(219,108,237); }
td.TdClassName
{
border-color: #DB6CED;
}
.TagClassName
{
border-color: #DB6CED;
}
</style>