Shades of Heliotrope #DB75FF
Tints of Heliotrope #DB75FF
RGB
CMYK
RGB Variations
Color information
#DB75FF (or 0xDB75FF) is known color: Heliotrope. HEX triplet: DB, 75 and FF. RGB value is (219,117,255). Sum of RGB (Red+Green+Blue) = 219+117+255=591 (78% of max value = 765). Red value is 219 (85.94% from 255 or 37.06% from 591); Green value is 117 (46.09% from 255 or 19.80% from 591); Blue value is 255 (100% from 255 or 43.15% from 591); Max value from RGB is 255 - color contains mainly: blue. Hex color #DB75FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB75FF is #248A00. Grayscale: #A2A2A2. Windows color (decimal): -2394625 or 16741851. OLE color: 16741851.
HSL color Cylindrical-coordinate representation of color #DB75FF: hue angle of 284.35º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DB75FF is Cyan = 0.14, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 219 | 117 | 255 | - |
| CMYK | 0.14 | 0.54 | 0 | 0 |
| HSL | 284.35º | 1% | 0.73% | - |
| HSV(B) | 284.35º | 0.54% | 1% | - |
| XYZ | 53.62 | 35 | 98.54 | - |
| YUV | 163.23 | 179.79 | 167.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 117 | 255 | 0.14 | 0.54 | 0 | 0 | 284.35 | 1 | 0.73 |
| Hex | DB | 75 | FF | E | 36 | 0 | 0 | 11C | 64 | 49 |
| Octal | 333 | 165 | 377 | 16 | 66 | 0 | 0 | 434 | 144 | 111 |
| Binary | 11011011 | 1110101 | 11111111 | 1110 | 110110 | 0 | 0 | 100011100 | 1100100 | 1001001 |
Color Harmonies of #DB75FF
Complementary color
Monochromatic Colors of #DB75FF
Black with #DB75FF
Text Example
Text Example
White with #DB75FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB75FF; }
p { color: rgb(219,117,255); }
H1.HeaderClassName
{
color: #DB75FF;
}
.AnyTagClassName
{
color: #DB75FF;
}
</style>
background-color css
<style>
a { background-color: #DB75FF; }
a { background-color: rgb(219,117,255); }
div.DivClassName
{
background-color: #DB75FF;
}
.BgClassName
{
background-color: #DB75FF;
}
</style>
border-color css
<style>
span { border-color: #DB75FF; }
span { border-color: rgb(219,117,255); }
td.TdClassName
{
border-color: #DB75FF;
}
.TagClassName
{
border-color: #DB75FF;
}
</style>