Shades of Heliotrope #DB7BEF
Tints of Heliotrope #DB7BEF
RGB
CMYK
RGB Variations
Color information
#DB7BEF (or 0xDB7BEF) is known color: Heliotrope. HEX triplet: DB, 7B and EF. RGB value is (219,123,239). Sum of RGB (Red+Green+Blue) = 219+123+239=581 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.69% from 581); Green value is 123 (48.44% from 255 or 21.17% from 581); Blue value is 239 (93.75% from 255 or 41.14% from 581); Max value from RGB is 239 - color contains mainly: blue. Hex color #DB7BEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB7BEF is #248410. Grayscale: #A4A4A4. Windows color (decimal): -2393105 or 15694811. OLE color: 15694811.
HSL color Cylindrical-coordinate representation of color #DB7BEF: hue angle of 289.66º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DB7BEF is Cyan = 0.08, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 219 | 123 | 239 | - |
| CMYK | 0.08 | 0.49 | 0 | 0.06 |
| HSL | 289.66º | 0.78% | 0.71% | - |
| HSV(B) | 289.66º | 0.49% | 0.94% | - |
| XYZ | 51.88 | 35.46 | 85.77 | - |
| YUV | 164.93 | 169.8 | 166.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 123 | 239 | 0.08 | 0.49 | 0 | 0.06 | 289.66 | 0.78 | 0.71 |
| Hex | DB | 7B | EF | 8 | 31 | 0 | 6 | 122 | 4E | 47 |
| Octal | 333 | 173 | 357 | 10 | 61 | 0 | 6 | 442 | 116 | 107 |
| Binary | 11011011 | 1111011 | 11101111 | 1000 | 110001 | 0 | 110 | 100100010 | 1001110 | 1000111 |
Color Harmonies of #DB7BEF
Complementary color
Monochromatic Colors of #DB7BEF
Black with #DB7BEF
Text Example
Text Example
White with #DB7BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7BEF; }
p { color: rgb(219,123,239); }
H1.HeaderClassName
{
color: #DB7BEF;
}
.AnyTagClassName
{
color: #DB7BEF;
}
</style>
background-color css
<style>
a { background-color: #DB7BEF; }
a { background-color: rgb(219,123,239); }
div.DivClassName
{
background-color: #DB7BEF;
}
.BgClassName
{
background-color: #DB7BEF;
}
</style>
border-color css
<style>
span { border-color: #DB7BEF; }
span { border-color: rgb(219,123,239); }
td.TdClassName
{
border-color: #DB7BEF;
}
.TagClassName
{
border-color: #DB7BEF;
}
</style>