Shades of Heliotrope #DB52F7
Tints of Heliotrope #DB52F7
RGB
CMYK
RGB Variations
Color information
#DB52F7 (or 0xDB52F7) is known color: Heliotrope. HEX triplet: DB, 52 and F7. RGB value is (219,82,247). Sum of RGB (Red+Green+Blue) = 219+82+247=548 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.96% from 548); Green value is 82 (32.42% from 255 or 14.96% from 548); Blue value is 247 (96.88% from 255 or 45.07% from 548); Max value from RGB is 247 - color contains mainly: blue. Hex color #DB52F7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB52F7 is #24AD08. Grayscale: #8D8D8D. Windows color (decimal): -2403593 or 16208603. OLE color: 16208603.
HSL color Cylindrical-coordinate representation of color #DB52F7: hue angle of 289.82º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DB52F7 is Cyan = 0.11, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 219 | 82 | 247 | - |
| CMYK | 0.11 | 0.67 | 0 | 0.03 |
| HSL | 289.82º | 0.91% | 0.65% | - |
| HSV(B) | 289.82º | 0.67% | 0.97% | - |
| XYZ | 49.02 | 27.81 | 90.78 | - |
| YUV | 141.77 | 187.39 | 183.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 82 | 247 | 0.11 | 0.67 | 0 | 0.03 | 289.82 | 0.91 | 0.65 |
| Hex | DB | 52 | F7 | B | 43 | 0 | 3 | 122 | 5B | 41 |
| Octal | 333 | 122 | 367 | 13 | 103 | 0 | 3 | 442 | 133 | 101 |
| Binary | 11011011 | 1010010 | 11110111 | 1011 | 1000011 | 0 | 11 | 100100010 | 1011011 | 1000001 |
Color Harmonies of #DB52F7
Complementary color
Monochromatic Colors of #DB52F7
Black with #DB52F7
Text Example
Text Example
White with #DB52F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB52F7; }
p { color: rgb(219,82,247); }
H1.HeaderClassName
{
color: #DB52F7;
}
.AnyTagClassName
{
color: #DB52F7;
}
</style>
background-color css
<style>
a { background-color: #DB52F7; }
a { background-color: rgb(219,82,247); }
div.DivClassName
{
background-color: #DB52F7;
}
.BgClassName
{
background-color: #DB52F7;
}
</style>
border-color css
<style>
span { border-color: #DB52F7; }
span { border-color: rgb(219,82,247); }
td.TdClassName
{
border-color: #DB52F7;
}
.TagClassName
{
border-color: #DB52F7;
}
</style>