Shades of Heliotrope #DB48FE
Tints of Heliotrope #DB48FE
RGB
CMYK
RGB Variations
Color information
#DB48FE (or 0xDB48FE) is known color: Heliotrope. HEX triplet: DB, 48 and FE. RGB value is (219,72,254). Sum of RGB (Red+Green+Blue) = 219+72+254=545 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.18% from 545); Green value is 72 (28.52% from 255 or 13.21% from 545); Blue value is 254 (99.61% from 255 or 46.61% from 545); Max value from RGB is 254 - color contains mainly: blue. Hex color #DB48FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB48FE is #24B701. Grayscale: #888888. Windows color (decimal): -2406146 or 16664795. OLE color: 16664795.
HSL color Cylindrical-coordinate representation of color #DB48FE: hue angle of 288.46º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DB48FE is Cyan = 0.14, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 219 | 72 | 254 | - |
| CMYK | 0.14 | 0.72 | 0 | 0.00 |
| HSL | 288.46º | 0.99% | 0.64% | - |
| HSV(B) | 288.46º | 0.72% | 1% | - |
| XYZ | 49.42 | 26.85 | 96.34 | - |
| YUV | 136.7 | 194.2 | 186.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 72 | 254 | 0.14 | 0.72 | 0 | 0.00 | 288.46 | 0.99 | 0.64 |
| Hex | DB | 48 | FE | E | 48 | 0 | 0 | 120 | 63 | 40 |
| Octal | 333 | 110 | 376 | 16 | 110 | 0 | 0 | 440 | 143 | 100 |
| Binary | 11011011 | 1001000 | 11111110 | 1110 | 1001000 | 0 | 0 | 100100000 | 1100011 | 1000000 |
Color Harmonies of #DB48FE
Complementary color
Monochromatic Colors of #DB48FE
Black with #DB48FE
Text Example
Text Example
White with #DB48FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB48FE; }
p { color: rgb(219,72,254); }
H1.HeaderClassName
{
color: #DB48FE;
}
.AnyTagClassName
{
color: #DB48FE;
}
</style>
background-color css
<style>
a { background-color: #DB48FE; }
a { background-color: rgb(219,72,254); }
div.DivClassName
{
background-color: #DB48FE;
}
.BgClassName
{
background-color: #DB48FE;
}
</style>
border-color css
<style>
span { border-color: #DB48FE; }
span { border-color: rgb(219,72,254); }
td.TdClassName
{
border-color: #DB48FE;
}
.TagClassName
{
border-color: #DB48FE;
}
</style>