Shades of Heliotrope #DB7FEE
Tints of Heliotrope #DB7FEE
RGB
CMYK
RGB Variations
Color information
#DB7FEE (or 0xDB7FEE) is known color: Heliotrope. HEX triplet: DB, 7F and EE. RGB value is (219,127,238). Sum of RGB (Red+Green+Blue) = 219+127+238=584 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.5% from 584); Green value is 127 (50% from 255 or 21.75% from 584); Blue value is 238 (93.36% from 255 or 40.75% from 584); Max value from RGB is 238 - color contains mainly: blue. Hex color #DB7FEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB7FEE is #248011. Grayscale: #A6A6A6. Windows color (decimal): -2392082 or 15630299. OLE color: 15630299.
HSL color Cylindrical-coordinate representation of color #DB7FEE: hue angle of 289.73º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DB7FEE is Cyan = 0.08, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 127 | 238 | - |
| CMYK | 0.08 | 0.47 | 0 | 0.07 |
| HSL | 289.73º | 0.77% | 0.72% | - |
| HSV(B) | 289.73º | 0.47% | 0.93% | - |
| XYZ | 52.24 | 36.41 | 85.16 | - |
| YUV | 167.16 | 167.98 | 164.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 127 | 238 | 0.08 | 0.47 | 0 | 0.07 | 289.73 | 0.77 | 0.72 |
| Hex | DB | 7F | EE | 8 | 2F | 0 | 7 | 122 | 4D | 48 |
| Octal | 333 | 177 | 356 | 10 | 57 | 0 | 7 | 442 | 115 | 110 |
| Binary | 11011011 | 1111111 | 11101110 | 1000 | 101111 | 0 | 111 | 100100010 | 1001101 | 1001000 |
Color Harmonies of #DB7FEE
Complementary color
Monochromatic Colors of #DB7FEE
Black with #DB7FEE
Text Example
Text Example
White with #DB7FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7FEE; }
p { color: rgb(219,127,238); }
H1.HeaderClassName
{
color: #DB7FEE;
}
.AnyTagClassName
{
color: #DB7FEE;
}
</style>
background-color css
<style>
a { background-color: #DB7FEE; }
a { background-color: rgb(219,127,238); }
div.DivClassName
{
background-color: #DB7FEE;
}
.BgClassName
{
background-color: #DB7FEE;
}
</style>
border-color css
<style>
span { border-color: #DB7FEE; }
span { border-color: rgb(219,127,238); }
td.TdClassName
{
border-color: #DB7FEE;
}
.TagClassName
{
border-color: #DB7FEE;
}
</style>