Shades of Heliotrope #DB6FFE
Tints of Heliotrope #DB6FFE
RGB
CMYK
RGB Variations
Color information
#DB6FFE (or 0xDB6FFE) is known color: Heliotrope. HEX triplet: DB, 6F and FE. RGB value is (219,111,254). Sum of RGB (Red+Green+Blue) = 219+111+254=584 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.5% from 584); Green value is 111 (43.75% from 255 or 19.01% from 584); Blue value is 254 (99.61% from 255 or 43.49% from 584); Max value from RGB is 254 - color contains mainly: blue. Hex color #DB6FFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB6FFE is #249001. Grayscale: #9F9F9F. Windows color (decimal): -2396162 or 16674779. OLE color: 16674779.
HSL color Cylindrical-coordinate representation of color #DB6FFE: hue angle of 285.31º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DB6FFE is Cyan = 0.14, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 219 | 111 | 254 | - |
| CMYK | 0.14 | 0.56 | 0 | 0.00 |
| HSL | 285.31º | 0.99% | 0.72% | - |
| HSV(B) | 285.31º | 0.56% | 1% | - |
| XYZ | 52.79 | 33.58 | 97.47 | - |
| YUV | 159.59 | 181.28 | 170.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 111 | 254 | 0.14 | 0.56 | 0 | 0.00 | 285.31 | 0.99 | 0.72 |
| Hex | DB | 6F | FE | E | 38 | 0 | 0 | 11D | 63 | 48 |
| Octal | 333 | 157 | 376 | 16 | 70 | 0 | 0 | 435 | 143 | 110 |
| Binary | 11011011 | 1101111 | 11111110 | 1110 | 111000 | 0 | 0 | 100011101 | 1100011 | 1001000 |
Color Harmonies of #DB6FFE
Complementary color
Monochromatic Colors of #DB6FFE
Black with #DB6FFE
Text Example
Text Example
White with #DB6FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6FFE; }
p { color: rgb(219,111,254); }
H1.HeaderClassName
{
color: #DB6FFE;
}
.AnyTagClassName
{
color: #DB6FFE;
}
</style>
background-color css
<style>
a { background-color: #DB6FFE; }
a { background-color: rgb(219,111,254); }
div.DivClassName
{
background-color: #DB6FFE;
}
.BgClassName
{
background-color: #DB6FFE;
}
</style>
border-color css
<style>
span { border-color: #DB6FFE; }
span { border-color: rgb(219,111,254); }
td.TdClassName
{
border-color: #DB6FFE;
}
.TagClassName
{
border-color: #DB6FFE;
}
</style>