Shades of Heliotrope #DB45FF
Tints of Heliotrope #DB45FF
RGB
CMYK
RGB Variations
Color information
#DB45FF (or 0xDB45FF) is known color: Heliotrope. HEX triplet: DB, 45 and FF. RGB value is (219,69,255). Sum of RGB (Red+Green+Blue) = 219+69+255=543 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.33% from 543); Green value is 69 (27.34% from 255 or 12.71% from 543); Blue value is 255 (100% from 255 or 46.96% from 543); Max value from RGB is 255 - color contains mainly: blue. Hex color #DB45FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB45FF is #24BA00. Grayscale: #868686. Windows color (decimal): -2406913 or 16729563. OLE color: 16729563.
HSL color Cylindrical-coordinate representation of color #DB45FF: hue angle of 288.39º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DB45FF is Cyan = 0.14, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 219 | 69 | 255 | - |
| CMYK | 0.14 | 0.73 | 0 | 0 |
| HSL | 288.39º | 1% | 0.64% | - |
| HSV(B) | 288.39º | 0.73% | 1% | - |
| XYZ | 49.39 | 26.54 | 97.13 | - |
| YUV | 135.05 | 195.7 | 187.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 69 | 255 | 0.14 | 0.73 | 0 | 0 | 288.39 | 1 | 0.64 |
| Hex | DB | 45 | FF | E | 49 | 0 | 0 | 120 | 64 | 40 |
| Octal | 333 | 105 | 377 | 16 | 111 | 0 | 0 | 440 | 144 | 100 |
| Binary | 11011011 | 1000101 | 11111111 | 1110 | 1001001 | 0 | 0 | 100100000 | 1100100 | 1000000 |
Color Harmonies of #DB45FF
Complementary color
Monochromatic Colors of #DB45FF
Black with #DB45FF
Text Example
Text Example
White with #DB45FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB45FF; }
p { color: rgb(219,69,255); }
H1.HeaderClassName
{
color: #DB45FF;
}
.AnyTagClassName
{
color: #DB45FF;
}
</style>
background-color css
<style>
a { background-color: #DB45FF; }
a { background-color: rgb(219,69,255); }
div.DivClassName
{
background-color: #DB45FF;
}
.BgClassName
{
background-color: #DB45FF;
}
</style>
border-color css
<style>
span { border-color: #DB45FF; }
span { border-color: rgb(219,69,255); }
td.TdClassName
{
border-color: #DB45FF;
}
.TagClassName
{
border-color: #DB45FF;
}
</style>