Shades of Heliotrope #DB6AF3
Tints of Heliotrope #DB6AF3
RGB
CMYK
RGB Variations
Color information
#DB6AF3 (or 0xDB6AF3) is known color: Heliotrope. HEX triplet: DB, 6A and F3. RGB value is (219,106,243). Sum of RGB (Red+Green+Blue) = 219+106+243=568 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.56% from 568); Green value is 106 (41.80% from 255 or 18.66% from 568); Blue value is 243 (95.31% from 255 or 42.78% from 568); Max value from RGB is 243 - color contains mainly: blue. Hex color #DB6AF3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB6AF3 is #24950C. Grayscale: #9A9A9A. Windows color (decimal): -2397453 or 15952603. OLE color: 15952603.
HSL color Cylindrical-coordinate representation of color #DB6AF3: hue angle of 289.49º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DB6AF3 is Cyan = 0.10, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 106 | 243 | - |
| CMYK | 0.10 | 0.56 | 0 | 0.05 |
| HSL | 289.49º | 0.85% | 0.68% | - |
| HSV(B) | 289.49º | 0.56% | 0.95% | - |
| XYZ | 50.55 | 31.84 | 88.28 | - |
| YUV | 155.41 | 177.44 | 173.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 106 | 243 | 0.10 | 0.56 | 0 | 0.05 | 289.49 | 0.85 | 0.68 |
| Hex | DB | 6A | F3 | A | 38 | 0 | 5 | 121 | 55 | 44 |
| Octal | 333 | 152 | 363 | 12 | 70 | 0 | 5 | 441 | 125 | 104 |
| Binary | 11011011 | 1101010 | 11110011 | 1010 | 111000 | 0 | 101 | 100100001 | 1010101 | 1000100 |
Color Harmonies of #DB6AF3
Complementary color
Monochromatic Colors of #DB6AF3
Black with #DB6AF3
Text Example
Text Example
White with #DB6AF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6AF3; }
p { color: rgb(219,106,243); }
H1.HeaderClassName
{
color: #DB6AF3;
}
.AnyTagClassName
{
color: #DB6AF3;
}
</style>
background-color css
<style>
a { background-color: #DB6AF3; }
a { background-color: rgb(219,106,243); }
div.DivClassName
{
background-color: #DB6AF3;
}
.BgClassName
{
background-color: #DB6AF3;
}
</style>
border-color css
<style>
span { border-color: #DB6AF3; }
span { border-color: rgb(219,106,243); }
td.TdClassName
{
border-color: #DB6AF3;
}
.TagClassName
{
border-color: #DB6AF3;
}
</style>