Shades of Heliotrope #DB6FED
Tints of Heliotrope #DB6FED
RGB
CMYK
RGB Variations
Color information
#DB6FED (or 0xDB6FED) is known color: Heliotrope. HEX triplet: DB, 6F and ED. RGB value is (219,111,237). Sum of RGB (Red+Green+Blue) = 219+111+237=567 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.62% from 567); Green value is 111 (43.75% from 255 or 19.58% from 567); Blue value is 237 (92.97% from 255 or 41.80% from 567); Max value from RGB is 237 - color contains mainly: blue. Hex color #DB6FED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB6FED is #249012. Grayscale: #9D9D9D. Windows color (decimal): -2396179 or 15560667. OLE color: 15560667.
HSL color Cylindrical-coordinate representation of color #DB6FED: hue angle of 291.43º degrees, saturation: 0.78, 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 #DB6FED is Cyan = 0.08, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 219 | 111 | 237 | - |
CMYK | 0.08 | 0.53 | 0 | 0.07 |
HSL | 291.43º | 0.78% | 0.68% | - |
HSV(B) | 291.43º | 0.53% | 0.93% | - |
XYZ | 50.18 | 32.54 | 83.76 | - |
YUV | 157.66 | 172.78 | 171.75 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 111 | 237 | 0.08 | 0.53 | 0 | 0.07 | 291.43 | 0.78 | 0.68 |
Hex | DB | 6F | ED | 8 | 35 | 0 | 7 | 123 | 4E | 44 |
Octal | 333 | 157 | 355 | 10 | 65 | 0 | 7 | 443 | 116 | 104 |
Binary | 11011011 | 1101111 | 11101101 | 1000 | 110101 | 0 | 111 | 100100011 | 1001110 | 1000100 |
Color Harmonies of #DB6FED
Complementary color
Monochromatic Colors of #DB6FED
Black with #DB6FED
Text Example
Text Example
White with #DB6FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6FED; }
p { color: rgb(219,111,237); }
H1.HeaderClassName
{
color: #DB6FED;
}
.AnyTagClassName
{
color: #DB6FED;
}
</style>
background-color css
<style>
a { background-color: #DB6FED; }
a { background-color: rgb(219,111,237); }
div.DivClassName
{
background-color: #DB6FED;
}
.BgClassName
{
background-color: #DB6FED;
}
</style>
border-color css
<style>
span { border-color: #DB6FED; }
span { border-color: rgb(219,111,237); }
td.TdClassName
{
border-color: #DB6FED;
}
.TagClassName
{
border-color: #DB6FED;
}
</style>