Shades of Heliotrope #DB89FD
Tints of Heliotrope #DB89FD
RGB
CMYK
RGB Variations
Color information
#DB89FD (or 0xDB89FD) is known color: Heliotrope. HEX triplet: DB, 89 and FD. RGB value is (219,137,253). Sum of RGB (Red+Green+Blue) = 219+137+253=609 (80% of max value = 765). Red value is 219 (85.94% from 255 or 35.96% from 609); Green value is 137 (53.91% from 255 or 22.50% from 609); Blue value is 253 (99.22% from 255 or 41.54% from 609); Max value from RGB is 253 - color contains mainly: blue. Hex color #DB89FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB89FD is #247602. Grayscale: #AEAEAE. Windows color (decimal): -2389507 or 16615899. OLE color: 16615899.
HSL color Cylindrical-coordinate representation of color #DB89FD: hue angle of 282.41º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DB89FD is Cyan = 0.13, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 219 | 137 | 253 | - |
| CMYK | 0.13 | 0.46 | 0 | 0.01 |
| HSL | 282.41º | 0.97% | 0.76% | - |
| HSV(B) | 282.41º | 0.46% | 0.99% | - |
| XYZ | 55.89 | 40.04 | 97.71 | - |
| YUV | 174.74 | 172.17 | 159.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 137 | 253 | 0.13 | 0.46 | 0 | 0.01 | 282.41 | 0.97 | 0.76 |
| Hex | DB | 89 | FD | D | 2E | 0 | 1 | 11A | 61 | 4C |
| Octal | 333 | 211 | 375 | 15 | 56 | 0 | 1 | 432 | 141 | 114 |
| Binary | 11011011 | 10001001 | 11111101 | 1101 | 101110 | 0 | 1 | 100011010 | 1100001 | 1001100 |
Color Harmonies of #DB89FD
Complementary color
Monochromatic Colors of #DB89FD
Black with #DB89FD
Text Example
Text Example
White with #DB89FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB89FD; }
p { color: rgb(219,137,253); }
H1.HeaderClassName
{
color: #DB89FD;
}
.AnyTagClassName
{
color: #DB89FD;
}
</style>
background-color css
<style>
a { background-color: #DB89FD; }
a { background-color: rgb(219,137,253); }
div.DivClassName
{
background-color: #DB89FD;
}
.BgClassName
{
background-color: #DB89FD;
}
</style>
border-color css
<style>
span { border-color: #DB89FD; }
span { border-color: rgb(219,137,253); }
td.TdClassName
{
border-color: #DB89FD;
}
.TagClassName
{
border-color: #DB89FD;
}
</style>