Shades of Heliotrope #DB7BF4
Tints of Heliotrope #DB7BF4
RGB
CMYK
RGB Variations
Color information
#DB7BF4 (or 0xDB7BF4) is known color: Heliotrope. HEX triplet: DB, 7B and F4. RGB value is (219,123,244). Sum of RGB (Red+Green+Blue) = 219+123+244=586 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.37% from 586); Green value is 123 (48.44% from 255 or 20.99% from 586); Blue value is 244 (95.70% from 255 or 41.64% from 586); Max value from RGB is 244 - color contains mainly: blue. Hex color #DB7BF4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB7BF4 is #24840B. Grayscale: #A5A5A5. Windows color (decimal): -2393100 or 16022491. OLE color: 16022491.
HSL color Cylindrical-coordinate representation of color #DB7BF4: hue angle of 287.6º degrees, saturation: 0.85, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DB7BF4 is Cyan = 0.10, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 219 | 123 | 244 | - |
| CMYK | 0.10 | 0.50 | 0 | 0.04 |
| HSL | 287.6º | 0.85% | 0.72% | - |
| HSV(B) | 287.6º | 0.5% | 0.96% | - |
| XYZ | 52.63 | 35.76 | 89.72 | - |
| YUV | 165.5 | 172.3 | 166.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 123 | 244 | 0.10 | 0.50 | 0 | 0.04 | 287.6 | 0.85 | 0.72 |
| Hex | DB | 7B | F4 | A | 32 | 0 | 4 | 120 | 55 | 48 |
| Octal | 333 | 173 | 364 | 12 | 62 | 0 | 4 | 440 | 125 | 110 |
| Binary | 11011011 | 1111011 | 11110100 | 1010 | 110010 | 0 | 100 | 100100000 | 1010101 | 1001000 |
Color Harmonies of #DB7BF4
Complementary color
Monochromatic Colors of #DB7BF4
Black with #DB7BF4
Text Example
Text Example
White with #DB7BF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7BF4; }
p { color: rgb(219,123,244); }
H1.HeaderClassName
{
color: #DB7BF4;
}
.AnyTagClassName
{
color: #DB7BF4;
}
</style>
background-color css
<style>
a { background-color: #DB7BF4; }
a { background-color: rgb(219,123,244); }
div.DivClassName
{
background-color: #DB7BF4;
}
.BgClassName
{
background-color: #DB7BF4;
}
</style>
border-color css
<style>
span { border-color: #DB7BF4; }
span { border-color: rgb(219,123,244); }
td.TdClassName
{
border-color: #DB7BF4;
}
.TagClassName
{
border-color: #DB7BF4;
}
</style>