Shades of Heliotrope #DB8BFD
Tints of Heliotrope #DB8BFD
RGB
CMYK
RGB Variations
Color information
#DB8BFD (or 0xDB8BFD) is known color: Heliotrope. HEX triplet: DB, 8B and FD. RGB value is (219,139,253). Sum of RGB (Red+Green+Blue) = 219+139+253=611 (80% of max value = 765). Red value is 219 (85.94% from 255 or 35.84% from 611); Green value is 139 (54.69% from 255 or 22.75% from 611); Blue value is 253 (99.22% from 255 or 41.41% from 611); Max value from RGB is 253 - color contains mainly: blue. Hex color #DB8BFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB8BFD is #247402. Grayscale: #AFAFAF. Windows color (decimal): -2388995 or 16616411. OLE color: 16616411.
HSL color Cylindrical-coordinate representation of color #DB8BFD: hue angle of 282.11º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DB8BFD is Cyan = 0.13, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 219 | 139 | 253 | - |
| CMYK | 0.13 | 0.45 | 0 | 0.01 |
| HSL | 282.11º | 0.97% | 0.77% | - |
| HSV(B) | 282.11º | 0.45% | 0.99% | - |
| XYZ | 56.18 | 40.62 | 97.81 | - |
| YUV | 175.92 | 171.5 | 158.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 139 | 253 | 0.13 | 0.45 | 0 | 0.01 | 282.11 | 0.97 | 0.77 |
| Hex | DB | 8B | FD | D | 2D | 0 | 1 | 11A | 61 | 4D |
| Octal | 333 | 213 | 375 | 15 | 55 | 0 | 1 | 432 | 141 | 115 |
| Binary | 11011011 | 10001011 | 11111101 | 1101 | 101101 | 0 | 1 | 100011010 | 1100001 | 1001101 |
Color Harmonies of #DB8BFD
Complementary color
Monochromatic Colors of #DB8BFD
Black with #DB8BFD
Text Example
Text Example
White with #DB8BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8BFD; }
p { color: rgb(219,139,253); }
H1.HeaderClassName
{
color: #DB8BFD;
}
.AnyTagClassName
{
color: #DB8BFD;
}
</style>
background-color css
<style>
a { background-color: #DB8BFD; }
a { background-color: rgb(219,139,253); }
div.DivClassName
{
background-color: #DB8BFD;
}
.BgClassName
{
background-color: #DB8BFD;
}
</style>
border-color css
<style>
span { border-color: #DB8BFD; }
span { border-color: rgb(219,139,253); }
td.TdClassName
{
border-color: #DB8BFD;
}
.TagClassName
{
border-color: #DB8BFD;
}
</style>