Shades of Heliotrope #DB5DFE
Tints of Heliotrope #DB5DFE
RGB
CMYK
RGB Variations
Color information
#DB5DFE (or 0xDB5DFE) is known color: Heliotrope. HEX triplet: DB, 5D and FE. RGB value is (219,93,254). Sum of RGB (Red+Green+Blue) = 219+93+254=566 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.69% from 566); Green value is 93 (36.72% from 255 or 16.43% from 566); Blue value is 254 (99.61% from 255 or 44.88% from 566); Max value from RGB is 254 - color contains mainly: blue. Hex color #DB5DFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB5DFE is #24A201. Grayscale: #949494. Windows color (decimal): -2400770 or 16670171. OLE color: 16670171.
HSL color Cylindrical-coordinate representation of color #DB5DFE: hue angle of 286.96º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DB5DFE is Cyan = 0.14, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 219 | 93 | 254 | - |
| CMYK | 0.14 | 0.63 | 0 | 0.00 |
| HSL | 286.96º | 0.99% | 0.68% | - |
| HSV(B) | 286.96º | 0.63% | 1% | - |
| XYZ | 51.02 | 30.04 | 96.88 | - |
| YUV | 149.03 | 187.24 | 177.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 93 | 254 | 0.14 | 0.63 | 0 | 0.00 | 286.96 | 0.99 | 0.68 |
| Hex | DB | 5D | FE | E | 3F | 0 | 0 | 11F | 63 | 44 |
| Octal | 333 | 135 | 376 | 16 | 77 | 0 | 0 | 437 | 143 | 104 |
| Binary | 11011011 | 1011101 | 11111110 | 1110 | 111111 | 0 | 0 | 100011111 | 1100011 | 1000100 |
Color Harmonies of #DB5DFE
Complementary color
Monochromatic Colors of #DB5DFE
Black with #DB5DFE
Text Example
Text Example
White with #DB5DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5DFE; }
p { color: rgb(219,93,254); }
H1.HeaderClassName
{
color: #DB5DFE;
}
.AnyTagClassName
{
color: #DB5DFE;
}
</style>
background-color css
<style>
a { background-color: #DB5DFE; }
a { background-color: rgb(219,93,254); }
div.DivClassName
{
background-color: #DB5DFE;
}
.BgClassName
{
background-color: #DB5DFE;
}
</style>
border-color css
<style>
span { border-color: #DB5DFE; }
span { border-color: rgb(219,93,254); }
td.TdClassName
{
border-color: #DB5DFE;
}
.TagClassName
{
border-color: #DB5DFE;
}
</style>