Shades of Heliotrope #DB7DED
Tints of Heliotrope #DB7DED
RGB
CMYK
RGB Variations
Color information
#DB7DED (or 0xDB7DED) is known color: Heliotrope. HEX triplet: DB, 7D and ED. RGB value is (219,125,237). Sum of RGB (Red+Green+Blue) = 219+125+237=581 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.69% from 581); Green value is 125 (49.22% from 255 or 21.51% from 581); Blue value is 237 (92.97% from 255 or 40.79% from 581); Max value from RGB is 237 - color contains mainly: blue. Hex color #DB7DED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB7DED is #248212. Grayscale: #A5A5A5. Windows color (decimal): -2392595 or 15564251. OLE color: 15564251.
HSL color Cylindrical-coordinate representation of color #DB7DED: hue angle of 290.36º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DB7DED is Cyan = 0.08, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 125 | 237 | - |
| CMYK | 0.08 | 0.47 | 0 | 0.07 |
| HSL | 290.36º | 0.76% | 0.71% | - |
| HSV(B) | 290.36º | 0.47% | 0.93% | - |
| XYZ | 51.83 | 35.84 | 84.31 | - |
| YUV | 165.87 | 168.14 | 165.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 125 | 237 | 0.08 | 0.47 | 0 | 0.07 | 290.36 | 0.76 | 0.71 |
| Hex | DB | 7D | ED | 8 | 2F | 0 | 7 | 122 | 4C | 47 |
| Octal | 333 | 175 | 355 | 10 | 57 | 0 | 7 | 442 | 114 | 107 |
| Binary | 11011011 | 1111101 | 11101101 | 1000 | 101111 | 0 | 111 | 100100010 | 1001100 | 1000111 |
Color Harmonies of #DB7DED
Complementary color
Monochromatic Colors of #DB7DED
Black with #DB7DED
Text Example
Text Example
White with #DB7DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7DED; }
p { color: rgb(219,125,237); }
H1.HeaderClassName
{
color: #DB7DED;
}
.AnyTagClassName
{
color: #DB7DED;
}
</style>
background-color css
<style>
a { background-color: #DB7DED; }
a { background-color: rgb(219,125,237); }
div.DivClassName
{
background-color: #DB7DED;
}
.BgClassName
{
background-color: #DB7DED;
}
</style>
border-color css
<style>
span { border-color: #DB7DED; }
span { border-color: rgb(219,125,237); }
td.TdClassName
{
border-color: #DB7DED;
}
.TagClassName
{
border-color: #DB7DED;
}
</style>