Shades of Heliotrope #DB61FF
Tints of Heliotrope #DB61FF
RGB
CMYK
RGB Variations
Color information
#DB61FF (or 0xDB61FF) is known color: Heliotrope. HEX triplet: DB, 61 and FF. RGB value is (219,97,255). Sum of RGB (Red+Green+Blue) = 219+97+255=571 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.35% from 571); Green value is 97 (38.28% from 255 or 16.99% from 571); Blue value is 255 (100% from 255 or 44.66% from 571); Max value from RGB is 255 - color contains mainly: blue. Hex color #DB61FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB61FF is #249E00. Grayscale: #969696. Windows color (decimal): -2399745 or 16736731. OLE color: 16736731.
HSL color Cylindrical-coordinate representation of color #DB61FF: hue angle of 286.33º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DB61FF is Cyan = 0.14, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 219 | 97 | 255 | - |
| CMYK | 0.14 | 0.62 | 0 | 0 |
| HSL | 286.33º | 1% | 0.69% | - |
| HSV(B) | 286.33º | 0.62% | 1% | - |
| XYZ | 51.54 | 30.83 | 97.84 | - |
| YUV | 151.49 | 186.42 | 176.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 97 | 255 | 0.14 | 0.62 | 0 | 0 | 286.33 | 1 | 0.69 |
| Hex | DB | 61 | FF | E | 3E | 0 | 0 | 11E | 64 | 45 |
| Octal | 333 | 141 | 377 | 16 | 76 | 0 | 0 | 436 | 144 | 105 |
| Binary | 11011011 | 1100001 | 11111111 | 1110 | 111110 | 0 | 0 | 100011110 | 1100100 | 1000101 |
Color Harmonies of #DB61FF
Complementary color
Monochromatic Colors of #DB61FF
Black with #DB61FF
Text Example
Text Example
White with #DB61FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB61FF; }
p { color: rgb(219,97,255); }
H1.HeaderClassName
{
color: #DB61FF;
}
.AnyTagClassName
{
color: #DB61FF;
}
</style>
background-color css
<style>
a { background-color: #DB61FF; }
a { background-color: rgb(219,97,255); }
div.DivClassName
{
background-color: #DB61FF;
}
.BgClassName
{
background-color: #DB61FF;
}
</style>
border-color css
<style>
span { border-color: #DB61FF; }
span { border-color: rgb(219,97,255); }
td.TdClassName
{
border-color: #DB61FF;
}
.TagClassName
{
border-color: #DB61FF;
}
</style>