Shades of Heliotrope #DB52F8
Tints of Heliotrope #DB52F8
RGB
CMYK
RGB Variations
Color information
#DB52F8 (or 0xDB52F8) is known color: Heliotrope. HEX triplet: DB, 52 and F8. RGB value is (219,82,248). Sum of RGB (Red+Green+Blue) = 219+82+248=549 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.89% from 549); Green value is 82 (32.42% from 255 or 14.94% from 549); Blue value is 248 (97.27% from 255 or 45.17% from 549); Max value from RGB is 248 - color contains mainly: blue. Hex color #DB52F8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB52F8 is #24AD07. Grayscale: #8D8D8D. Windows color (decimal): -2403592 or 16274139. OLE color: 16274139.
HSL color Cylindrical-coordinate representation of color #DB52F8: hue angle of 289.52º degrees, saturation: 0.92, 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 #DB52F8 is Cyan = 0.12, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 219 | 82 | 248 | - |
| CMYK | 0.12 | 0.67 | 0 | 0.03 |
| HSL | 289.52º | 0.92% | 0.65% | - |
| HSV(B) | 289.52º | 0.67% | 0.97% | - |
| XYZ | 49.17 | 27.87 | 91.6 | - |
| YUV | 141.89 | 187.89 | 183 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 82 | 248 | 0.12 | 0.67 | 0 | 0.03 | 289.52 | 0.92 | 0.65 |
| Hex | DB | 52 | F8 | C | 43 | 0 | 3 | 122 | 5C | 41 |
| Octal | 333 | 122 | 370 | 14 | 103 | 0 | 3 | 442 | 134 | 101 |
| Binary | 11011011 | 1010010 | 11111000 | 1100 | 1000011 | 0 | 11 | 100100010 | 1011100 | 1000001 |
Color Harmonies of #DB52F8
Complementary color
Monochromatic Colors of #DB52F8
Black with #DB52F8
Text Example
Text Example
White with #DB52F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB52F8; }
p { color: rgb(219,82,248); }
H1.HeaderClassName
{
color: #DB52F8;
}
.AnyTagClassName
{
color: #DB52F8;
}
</style>
background-color css
<style>
a { background-color: #DB52F8; }
a { background-color: rgb(219,82,248); }
div.DivClassName
{
background-color: #DB52F8;
}
.BgClassName
{
background-color: #DB52F8;
}
</style>
border-color css
<style>
span { border-color: #DB52F8; }
span { border-color: rgb(219,82,248); }
td.TdClassName
{
border-color: #DB52F8;
}
.TagClassName
{
border-color: #DB52F8;
}
</style>