Shades of Heliotrope #DB5CFA
Tints of Heliotrope #DB5CFA
RGB
CMYK
RGB Variations
Color information
#DB5CFA (or 0xDB5CFA) is known color: Heliotrope. HEX triplet: DB, 5C and FA. RGB value is (219,92,250). Sum of RGB (Red+Green+Blue) = 219+92+250=561 (74% of max value = 765). Red value is 219 (85.94% from 255 or 39.04% from 561); Green value is 92 (36.33% from 255 or 16.40% from 561); Blue value is 250 (98.05% from 255 or 44.56% from 561); Max value from RGB is 250 - color contains mainly: blue. Hex color #DB5CFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB5CFA is #24A305. Grayscale: #939393. Windows color (decimal): -2401030 or 16407771. OLE color: 16407771.
HSL color Cylindrical-coordinate representation of color #DB5CFA: hue angle of 288.23º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DB5CFA is Cyan = 0.12, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 92 | 250 | - |
| CMYK | 0.12 | 0.63 | 0 | 0.02 |
| HSL | 288.23º | 0.94% | 0.67% | - |
| HSV(B) | 288.23º | 0.63% | 0.98% | - |
| XYZ | 50.3 | 29.62 | 93.51 | - |
| YUV | 147.99 | 185.58 | 178.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 92 | 250 | 0.12 | 0.63 | 0 | 0.02 | 288.23 | 0.94 | 0.67 |
| Hex | DB | 5C | FA | C | 3F | 0 | 2 | 120 | 5E | 43 |
| Octal | 333 | 134 | 372 | 14 | 77 | 0 | 2 | 440 | 136 | 103 |
| Binary | 11011011 | 1011100 | 11111010 | 1100 | 111111 | 0 | 10 | 100100000 | 1011110 | 1000011 |
Color Harmonies of #DB5CFA
Complementary color
Monochromatic Colors of #DB5CFA
Black with #DB5CFA
Text Example
Text Example
White with #DB5CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5CFA; }
p { color: rgb(219,92,250); }
H1.HeaderClassName
{
color: #DB5CFA;
}
.AnyTagClassName
{
color: #DB5CFA;
}
</style>
background-color css
<style>
a { background-color: #DB5CFA; }
a { background-color: rgb(219,92,250); }
div.DivClassName
{
background-color: #DB5CFA;
}
.BgClassName
{
background-color: #DB5CFA;
}
</style>
border-color css
<style>
span { border-color: #DB5CFA; }
span { border-color: rgb(219,92,250); }
td.TdClassName
{
border-color: #DB5CFA;
}
.TagClassName
{
border-color: #DB5CFA;
}
</style>