Shades of Heliotrope #DB6BFD
Tints of Heliotrope #DB6BFD
RGB
CMYK
RGB Variations
Color information
#DB6BFD (or 0xDB6BFD) is known color: Heliotrope. HEX triplet: DB, 6B and FD. RGB value is (219,107,253). Sum of RGB (Red+Green+Blue) = 219+107+253=579 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.82% from 579); Green value is 107 (42.19% from 255 or 18.48% from 579); Blue value is 253 (99.22% from 255 or 43.70% from 579); Max value from RGB is 253 - color contains mainly: blue. Hex color #DB6BFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB6BFD is #249402. Grayscale: #9C9C9C. Windows color (decimal): -2397187 or 16608219. OLE color: 16608219.
HSL color Cylindrical-coordinate representation of color #DB6BFD: hue angle of 286.03º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DB6BFD is Cyan = 0.13, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 219 | 107 | 253 | - |
| CMYK | 0.13 | 0.58 | 0 | 0.01 |
| HSL | 286.03º | 0.97% | 0.71% | - |
| HSV(B) | 286.03º | 0.58% | 0.99% | - |
| XYZ | 52.2 | 32.67 | 96.48 | - |
| YUV | 157.13 | 182.11 | 172.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 107 | 253 | 0.13 | 0.58 | 0 | 0.01 | 286.03 | 0.97 | 0.71 |
| Hex | DB | 6B | FD | D | 3A | 0 | 1 | 11E | 61 | 47 |
| Octal | 333 | 153 | 375 | 15 | 72 | 0 | 1 | 436 | 141 | 107 |
| Binary | 11011011 | 1101011 | 11111101 | 1101 | 111010 | 0 | 1 | 100011110 | 1100001 | 1000111 |
Color Harmonies of #DB6BFD
Complementary color
Monochromatic Colors of #DB6BFD
Black with #DB6BFD
Text Example
Text Example
White with #DB6BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6BFD; }
p { color: rgb(219,107,253); }
H1.HeaderClassName
{
color: #DB6BFD;
}
.AnyTagClassName
{
color: #DB6BFD;
}
</style>
background-color css
<style>
a { background-color: #DB6BFD; }
a { background-color: rgb(219,107,253); }
div.DivClassName
{
background-color: #DB6BFD;
}
.BgClassName
{
background-color: #DB6BFD;
}
</style>
border-color css
<style>
span { border-color: #DB6BFD; }
span { border-color: rgb(219,107,253); }
td.TdClassName
{
border-color: #DB6BFD;
}
.TagClassName
{
border-color: #DB6BFD;
}
</style>