Shades of Heliotrope #DB7DF1
Tints of Heliotrope #DB7DF1
RGB
CMYK
RGB Variations
Color information
#DB7DF1 (or 0xDB7DF1) is known color: Heliotrope. HEX triplet: DB, 7D and F1. RGB value is (219,125,241). Sum of RGB (Red+Green+Blue) = 219+125+241=585 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.44% from 585); Green value is 125 (49.22% from 255 or 21.37% from 585); Blue value is 241 (94.53% from 255 or 41.20% from 585); Max value from RGB is 241 - color contains mainly: blue. Hex color #DB7DF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB7DF1 is #24820E. Grayscale: #A5A5A5. Windows color (decimal): -2392591 or 15826395. OLE color: 15826395.
HSL color Cylindrical-coordinate representation of color #DB7DF1: hue angle of 288.62º degrees, saturation: 0.81, 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 #DB7DF1 is Cyan = 0.09, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 125 | 241 | - |
| CMYK | 0.09 | 0.48 | 0 | 0.05 |
| HSL | 288.62º | 0.81% | 0.72% | - |
| HSV(B) | 288.62º | 0.48% | 0.95% | - |
| XYZ | 52.42 | 36.08 | 87.42 | - |
| YUV | 166.33 | 170.14 | 165.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 125 | 241 | 0.09 | 0.48 | 0 | 0.05 | 288.62 | 0.81 | 0.72 |
| Hex | DB | 7D | F1 | 9 | 30 | 0 | 5 | 121 | 51 | 48 |
| Octal | 333 | 175 | 361 | 11 | 60 | 0 | 5 | 441 | 121 | 110 |
| Binary | 11011011 | 1111101 | 11110001 | 1001 | 110000 | 0 | 101 | 100100001 | 1010001 | 1001000 |
Color Harmonies of #DB7DF1
Complementary color
Monochromatic Colors of #DB7DF1
Black with #DB7DF1
Text Example
Text Example
White with #DB7DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7DF1; }
p { color: rgb(219,125,241); }
H1.HeaderClassName
{
color: #DB7DF1;
}
.AnyTagClassName
{
color: #DB7DF1;
}
</style>
background-color css
<style>
a { background-color: #DB7DF1; }
a { background-color: rgb(219,125,241); }
div.DivClassName
{
background-color: #DB7DF1;
}
.BgClassName
{
background-color: #DB7DF1;
}
</style>
border-color css
<style>
span { border-color: #DB7DF1; }
span { border-color: rgb(219,125,241); }
td.TdClassName
{
border-color: #DB7DF1;
}
.TagClassName
{
border-color: #DB7DF1;
}
</style>