Shades of Heliotrope #DB7DF2
Tints of Heliotrope #DB7DF2
RGB
CMYK
RGB Variations
Color information
#DB7DF2 (or 0xDB7DF2) is known color: Heliotrope. HEX triplet: DB, 7D and F2. RGB value is (219,125,242). Sum of RGB (Red+Green+Blue) = 219+125+242=586 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.37% from 586); Green value is 125 (49.22% from 255 or 21.33% from 586); Blue value is 242 (94.92% from 255 or 41.30% from 586); Max value from RGB is 242 - color contains mainly: blue. Hex color #DB7DF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB7DF2 is #24820D. Grayscale: #A6A6A6. Windows color (decimal): -2392590 or 15891931. OLE color: 15891931.
HSL color Cylindrical-coordinate representation of color #DB7DF2: hue angle of 288.21º degrees, saturation: 0.82, 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 #DB7DF2 is Cyan = 0.10, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 125 | 242 | - |
| CMYK | 0.10 | 0.48 | 0 | 0.05 |
| HSL | 288.21º | 0.82% | 0.72% | - |
| HSV(B) | 288.21º | 0.48% | 0.95% | - |
| XYZ | 52.57 | 36.14 | 88.21 | - |
| YUV | 166.44 | 170.64 | 165.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 125 | 242 | 0.10 | 0.48 | 0 | 0.05 | 288.21 | 0.82 | 0.72 |
| Hex | DB | 7D | F2 | A | 30 | 0 | 5 | 120 | 52 | 48 |
| Octal | 333 | 175 | 362 | 12 | 60 | 0 | 5 | 440 | 122 | 110 |
| Binary | 11011011 | 1111101 | 11110010 | 1010 | 110000 | 0 | 101 | 100100000 | 1010010 | 1001000 |
Color Harmonies of #DB7DF2
Complementary color
Monochromatic Colors of #DB7DF2
Black with #DB7DF2
Text Example
Text Example
White with #DB7DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7DF2; }
p { color: rgb(219,125,242); }
H1.HeaderClassName
{
color: #DB7DF2;
}
.AnyTagClassName
{
color: #DB7DF2;
}
</style>
background-color css
<style>
a { background-color: #DB7DF2; }
a { background-color: rgb(219,125,242); }
div.DivClassName
{
background-color: #DB7DF2;
}
.BgClassName
{
background-color: #DB7DF2;
}
</style>
border-color css
<style>
span { border-color: #DB7DF2; }
span { border-color: rgb(219,125,242); }
td.TdClassName
{
border-color: #DB7DF2;
}
.TagClassName
{
border-color: #DB7DF2;
}
</style>