Shades of Heliotrope #DB75EC
Tints of Heliotrope #DB75EC
RGB
CMYK
RGB Variations
Color information
#DB75EC (or 0xDB75EC) is known color: Heliotrope. HEX triplet: DB, 75 and EC. RGB value is (219,117,236). Sum of RGB (Red+Green+Blue) = 219+117+236=572 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.29% from 572); Green value is 117 (46.09% from 255 or 20.45% from 572); Blue value is 236 (92.58% from 255 or 41.26% from 572); Max value from RGB is 236 - color contains mainly: blue. Hex color #DB75EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB75EC is #248A13. Grayscale: #A0A0A0. Windows color (decimal): -2394644 or 15496667. OLE color: 15496667.
HSL color Cylindrical-coordinate representation of color #DB75EC: hue angle of 291.43º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DB75EC is Cyan = 0.07, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 117 | 236 | - |
| CMYK | 0.07 | 0.50 | 0 | 0.07 |
| HSL | 291.43º | 0.76% | 0.69% | - |
| HSV(B) | 291.43º | 0.5% | 0.93% | - |
| XYZ | 50.72 | 33.84 | 83.22 | - |
| YUV | 161.06 | 170.29 | 169.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 117 | 236 | 0.07 | 0.50 | 0 | 0.07 | 291.43 | 0.76 | 0.69 |
| Hex | DB | 75 | EC | 7 | 32 | 0 | 7 | 123 | 4C | 45 |
| Octal | 333 | 165 | 354 | 7 | 62 | 0 | 7 | 443 | 114 | 105 |
| Binary | 11011011 | 1110101 | 11101100 | 111 | 110010 | 0 | 111 | 100100011 | 1001100 | 1000101 |
Color Harmonies of #DB75EC
Complementary color
Monochromatic Colors of #DB75EC
Black with #DB75EC
Text Example
Text Example
White with #DB75EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB75EC; }
p { color: rgb(219,117,236); }
H1.HeaderClassName
{
color: #DB75EC;
}
.AnyTagClassName
{
color: #DB75EC;
}
</style>
background-color css
<style>
a { background-color: #DB75EC; }
a { background-color: rgb(219,117,236); }
div.DivClassName
{
background-color: #DB75EC;
}
.BgClassName
{
background-color: #DB75EC;
}
</style>
border-color css
<style>
span { border-color: #DB75EC; }
span { border-color: rgb(219,117,236); }
td.TdClassName
{
border-color: #DB75EC;
}
.TagClassName
{
border-color: #DB75EC;
}
</style>