Shades of Heliotrope #DB7FF2
Tints of Heliotrope #DB7FF2
RGB
CMYK
RGB Variations
Color information
#DB7FF2 (or 0xDB7FF2) is known color: Heliotrope. HEX triplet: DB, 7F and F2. RGB value is (219,127,242). Sum of RGB (Red+Green+Blue) = 219+127+242=588 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.24% from 588); Green value is 127 (50% from 255 or 21.60% from 588); Blue value is 242 (94.92% from 255 or 41.16% from 588); Max value from RGB is 242 - color contains mainly: blue. Hex color #DB7FF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB7FF2 is #24800D. Grayscale: #A7A7A7. Windows color (decimal): -2392078 or 15892443. OLE color: 15892443.
HSL color Cylindrical-coordinate representation of color #DB7FF2: hue angle of 288º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DB7FF2 is Cyan = 0.10, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 127 | 242 | - |
| CMYK | 0.10 | 0.48 | 0 | 0.05 |
| HSL | 288º | 0.82% | 0.72% | - |
| HSV(B) | 288º | 0.48% | 0.95% | - |
| XYZ | 52.83 | 36.65 | 88.29 | - |
| YUV | 167.62 | 169.98 | 164.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 127 | 242 | 0.10 | 0.48 | 0 | 0.05 | 288 | 0.82 | 0.72 |
| Hex | DB | 7F | F2 | A | 30 | 0 | 5 | 120 | 52 | 48 |
| Octal | 333 | 177 | 362 | 12 | 60 | 0 | 5 | 440 | 122 | 110 |
| Binary | 11011011 | 1111111 | 11110010 | 1010 | 110000 | 0 | 101 | 100100000 | 1010010 | 1001000 |
Color Harmonies of #DB7FF2
Complementary color
Monochromatic Colors of #DB7FF2
Black with #DB7FF2
Text Example
Text Example
White with #DB7FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7FF2; }
p { color: rgb(219,127,242); }
H1.HeaderClassName
{
color: #DB7FF2;
}
.AnyTagClassName
{
color: #DB7FF2;
}
</style>
background-color css
<style>
a { background-color: #DB7FF2; }
a { background-color: rgb(219,127,242); }
div.DivClassName
{
background-color: #DB7FF2;
}
.BgClassName
{
background-color: #DB7FF2;
}
</style>
border-color css
<style>
span { border-color: #DB7FF2; }
span { border-color: rgb(219,127,242); }
td.TdClassName
{
border-color: #DB7FF2;
}
.TagClassName
{
border-color: #DB7FF2;
}
</style>