Shades of Heliotrope #DB7CF2
Tints of Heliotrope #DB7CF2
RGB
CMYK
RGB Variations
Color information
#DB7CF2 (or 0xDB7CF2) is known color: Heliotrope. HEX triplet: DB, 7C and F2. RGB value is (219,124,242). Sum of RGB (Red+Green+Blue) = 219+124+242=585 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.44% from 585); Green value is 124 (48.83% from 255 or 21.20% from 585); Blue value is 242 (94.92% from 255 or 41.37% from 585); Max value from RGB is 242 - color contains mainly: blue. Hex color #DB7CF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB7CF2 is #24830D. Grayscale: #A5A5A5. Windows color (decimal): -2392846 or 15891675. OLE color: 15891675.
HSL color Cylindrical-coordinate representation of color #DB7CF2: hue angle of 288.31º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DB7CF2 is Cyan = 0.10, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 124 | 242 | - |
| CMYK | 0.10 | 0.49 | 0 | 0.05 |
| HSL | 288.31º | 0.82% | 0.72% | - |
| HSV(B) | 288.31º | 0.49% | 0.95% | - |
| XYZ | 52.45 | 35.89 | 88.17 | - |
| YUV | 165.86 | 170.97 | 165.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 124 | 242 | 0.10 | 0.49 | 0 | 0.05 | 288.31 | 0.82 | 0.72 |
| Hex | DB | 7C | F2 | A | 31 | 0 | 5 | 120 | 52 | 48 |
| Octal | 333 | 174 | 362 | 12 | 61 | 0 | 5 | 440 | 122 | 110 |
| Binary | 11011011 | 1111100 | 11110010 | 1010 | 110001 | 0 | 101 | 100100000 | 1010010 | 1001000 |
Color Harmonies of #DB7CF2
Complementary color
Monochromatic Colors of #DB7CF2
Black with #DB7CF2
Text Example
Text Example
White with #DB7CF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7CF2; }
p { color: rgb(219,124,242); }
H1.HeaderClassName
{
color: #DB7CF2;
}
.AnyTagClassName
{
color: #DB7CF2;
}
</style>
background-color css
<style>
a { background-color: #DB7CF2; }
a { background-color: rgb(219,124,242); }
div.DivClassName
{
background-color: #DB7CF2;
}
.BgClassName
{
background-color: #DB7CF2;
}
</style>
border-color css
<style>
span { border-color: #DB7CF2; }
span { border-color: rgb(219,124,242); }
td.TdClassName
{
border-color: #DB7CF2;
}
.TagClassName
{
border-color: #DB7CF2;
}
</style>