Shades of Heliotrope #DB5CF2
Tints of Heliotrope #DB5CF2
RGB
CMYK
RGB Variations
Color information
#DB5CF2 (or 0xDB5CF2) is known color: Heliotrope. HEX triplet: DB, 5C and F2. RGB value is (219,92,242). Sum of RGB (Red+Green+Blue) = 219+92+242=553 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.60% from 553); Green value is 92 (36.33% from 255 or 16.64% from 553); Blue value is 242 (94.92% from 255 or 43.76% from 553); Max value from RGB is 242 - color contains mainly: blue. Hex color #DB5CF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB5CF2 is #24A30D. Grayscale: #929292. Windows color (decimal): -2401038 or 15883483. OLE color: 15883483.
HSL color Cylindrical-coordinate representation of color #DB5CF2: hue angle of 290.8º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DB5CF2 is Cyan = 0.10, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 92 | 242 | - |
| CMYK | 0.10 | 0.62 | 0 | 0.05 |
| HSL | 290.8º | 0.85% | 0.65% | - |
| HSV(B) | 290.8º | 0.62% | 0.95% | - |
| XYZ | 49.07 | 29.13 | 87.04 | - |
| YUV | 147.07 | 181.58 | 179.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 92 | 242 | 0.10 | 0.62 | 0 | 0.05 | 290.8 | 0.85 | 0.65 |
| Hex | DB | 5C | F2 | A | 3E | 0 | 5 | 123 | 55 | 41 |
| Octal | 333 | 134 | 362 | 12 | 76 | 0 | 5 | 443 | 125 | 101 |
| Binary | 11011011 | 1011100 | 11110010 | 1010 | 111110 | 0 | 101 | 100100011 | 1010101 | 1000001 |
Color Harmonies of #DB5CF2
Complementary color
Monochromatic Colors of #DB5CF2
Black with #DB5CF2
Text Example
Text Example
White with #DB5CF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5CF2; }
p { color: rgb(219,92,242); }
H1.HeaderClassName
{
color: #DB5CF2;
}
.AnyTagClassName
{
color: #DB5CF2;
}
</style>
background-color css
<style>
a { background-color: #DB5CF2; }
a { background-color: rgb(219,92,242); }
div.DivClassName
{
background-color: #DB5CF2;
}
.BgClassName
{
background-color: #DB5CF2;
}
</style>
border-color css
<style>
span { border-color: #DB5CF2; }
span { border-color: rgb(219,92,242); }
td.TdClassName
{
border-color: #DB5CF2;
}
.TagClassName
{
border-color: #DB5CF2;
}
</style>