Shades of Heliotrope #DB6AFE
Tints of Heliotrope #DB6AFE
RGB
CMYK
RGB Variations
Color information
#DB6AFE (or 0xDB6AFE) is known color: Heliotrope. HEX triplet: DB, 6A and FE. RGB value is (219,106,254). Sum of RGB (Red+Green+Blue) = 219+106+254=579 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.82% from 579); Green value is 106 (41.80% from 255 or 18.31% from 579); Blue value is 254 (99.61% from 255 or 43.87% from 579); Max value from RGB is 254 - color contains mainly: blue. Hex color #DB6AFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB6AFE is #249501. Grayscale: #9C9C9C. Windows color (decimal): -2397442 or 16673499. OLE color: 16673499.
HSL color Cylindrical-coordinate representation of color #DB6AFE: hue angle of 285.81º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DB6AFE is Cyan = 0.14, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 219 | 106 | 254 | - |
| CMYK | 0.14 | 0.58 | 0 | 0.00 |
| HSL | 285.81º | 0.99% | 0.71% | - |
| HSV(B) | 285.81º | 0.58% | 1% | - |
| XYZ | 52.26 | 32.52 | 97.29 | - |
| YUV | 156.66 | 182.94 | 172.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 106 | 254 | 0.14 | 0.58 | 0 | 0.00 | 285.81 | 0.99 | 0.71 |
| Hex | DB | 6A | FE | E | 3A | 0 | 0 | 11E | 63 | 47 |
| Octal | 333 | 152 | 376 | 16 | 72 | 0 | 0 | 436 | 143 | 107 |
| Binary | 11011011 | 1101010 | 11111110 | 1110 | 111010 | 0 | 0 | 100011110 | 1100011 | 1000111 |
Color Harmonies of #DB6AFE
Complementary color
Monochromatic Colors of #DB6AFE
Black with #DB6AFE
Text Example
Text Example
White with #DB6AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6AFE; }
p { color: rgb(219,106,254); }
H1.HeaderClassName
{
color: #DB6AFE;
}
.AnyTagClassName
{
color: #DB6AFE;
}
</style>
background-color css
<style>
a { background-color: #DB6AFE; }
a { background-color: rgb(219,106,254); }
div.DivClassName
{
background-color: #DB6AFE;
}
.BgClassName
{
background-color: #DB6AFE;
}
</style>
border-color css
<style>
span { border-color: #DB6AFE; }
span { border-color: rgb(219,106,254); }
td.TdClassName
{
border-color: #DB6AFE;
}
.TagClassName
{
border-color: #DB6AFE;
}
</style>