Shades of Heliotrope #DB7DF3
Tints of Heliotrope #DB7DF3
RGB
CMYK
RGB Variations
Color information
#DB7DF3 (or 0xDB7DF3) is known color: Heliotrope. HEX triplet: DB, 7D and F3. RGB value is (219,125,243). Sum of RGB (Red+Green+Blue) = 219+125+243=587 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.31% from 587); Green value is 125 (49.22% from 255 or 21.29% from 587); Blue value is 243 (95.31% from 255 or 41.40% from 587); Max value from RGB is 243 - color contains mainly: blue. Hex color #DB7DF3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB7DF3 is #24820C. Grayscale: #A6A6A6. Windows color (decimal): -2392589 or 15957467. OLE color: 15957467.
HSL color Cylindrical-coordinate representation of color #DB7DF3: hue angle of 287.8º degrees, saturation: 0.83, 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 #DB7DF3 is Cyan = 0.10, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 125 | 243 | - |
| CMYK | 0.10 | 0.49 | 0 | 0.05 |
| HSL | 287.8º | 0.83% | 0.72% | - |
| HSV(B) | 287.8º | 0.49% | 0.95% | - |
| XYZ | 52.72 | 36.2 | 89 | - |
| YUV | 166.56 | 171.14 | 165.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 125 | 243 | 0.10 | 0.49 | 0 | 0.05 | 287.8 | 0.83 | 0.72 |
| Hex | DB | 7D | F3 | A | 31 | 0 | 5 | 120 | 53 | 48 |
| Octal | 333 | 175 | 363 | 12 | 61 | 0 | 5 | 440 | 123 | 110 |
| Binary | 11011011 | 1111101 | 11110011 | 1010 | 110001 | 0 | 101 | 100100000 | 1010011 | 1001000 |
Color Harmonies of #DB7DF3
Complementary color
Monochromatic Colors of #DB7DF3
Black with #DB7DF3
Text Example
Text Example
White with #DB7DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7DF3; }
p { color: rgb(219,125,243); }
H1.HeaderClassName
{
color: #DB7DF3;
}
.AnyTagClassName
{
color: #DB7DF3;
}
</style>
background-color css
<style>
a { background-color: #DB7DF3; }
a { background-color: rgb(219,125,243); }
div.DivClassName
{
background-color: #DB7DF3;
}
.BgClassName
{
background-color: #DB7DF3;
}
</style>
border-color css
<style>
span { border-color: #DB7DF3; }
span { border-color: rgb(219,125,243); }
td.TdClassName
{
border-color: #DB7DF3;
}
.TagClassName
{
border-color: #DB7DF3;
}
</style>