Shades of Heliotrope #DB53F3
Tints of Heliotrope #DB53F3
RGB
CMYK
RGB Variations
Color information
#DB53F3 (or 0xDB53F3) is known color: Heliotrope. HEX triplet: DB, 53 and F3. RGB value is (219,83,243). Sum of RGB (Red+Green+Blue) = 219+83+243=545 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.18% from 545); Green value is 83 (32.81% from 255 or 15.23% from 545); Blue value is 243 (95.31% from 255 or 44.59% from 545); Max value from RGB is 243 - color contains mainly: blue. Hex color #DB53F3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB53F3 is #24AC0C. Grayscale: #8D8D8D. Windows color (decimal): -2403341 or 15946715. OLE color: 15946715.
HSL color Cylindrical-coordinate representation of color #DB53F3: hue angle of 291º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DB53F3 is Cyan = 0.10, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 83 | 243 | - |
| CMYK | 0.10 | 0.66 | 0 | 0.05 |
| HSL | 291º | 0.87% | 0.64% | - |
| HSV(B) | 291º | 0.66% | 0.95% | - |
| XYZ | 48.48 | 27.72 | 87.59 | - |
| YUV | 141.9 | 185.06 | 182.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 83 | 243 | 0.10 | 0.66 | 0 | 0.05 | 291 | 0.87 | 0.64 |
| Hex | DB | 53 | F3 | A | 42 | 0 | 5 | 123 | 57 | 40 |
| Octal | 333 | 123 | 363 | 12 | 102 | 0 | 5 | 443 | 127 | 100 |
| Binary | 11011011 | 1010011 | 11110011 | 1010 | 1000010 | 0 | 101 | 100100011 | 1010111 | 1000000 |
Color Harmonies of #DB53F3
Complementary color
Monochromatic Colors of #DB53F3
Black with #DB53F3
Text Example
Text Example
White with #DB53F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB53F3; }
p { color: rgb(219,83,243); }
H1.HeaderClassName
{
color: #DB53F3;
}
.AnyTagClassName
{
color: #DB53F3;
}
</style>
background-color css
<style>
a { background-color: #DB53F3; }
a { background-color: rgb(219,83,243); }
div.DivClassName
{
background-color: #DB53F3;
}
.BgClassName
{
background-color: #DB53F3;
}
</style>
border-color css
<style>
span { border-color: #DB53F3; }
span { border-color: rgb(219,83,243); }
td.TdClassName
{
border-color: #DB53F3;
}
.TagClassName
{
border-color: #DB53F3;
}
</style>