Shades of Heliotrope #DB88FD
Tints of Heliotrope #DB88FD
RGB
CMYK
RGB Variations
Color information
#DB88FD (or 0xDB88FD) is known color: Heliotrope. HEX triplet: DB, 88 and FD. RGB value is (219,136,253). Sum of RGB (Red+Green+Blue) = 219+136+253=608 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.02% from 608); Green value is 136 (53.52% from 255 or 22.37% from 608); Blue value is 253 (99.22% from 255 or 41.61% from 608); Max value from RGB is 253 - color contains mainly: blue. Hex color #DB88FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB88FD is #247702. Grayscale: #ADADAD. Windows color (decimal): -2389763 or 16615643. OLE color: 16615643.
HSL color Cylindrical-coordinate representation of color #DB88FD: hue angle of 282.56º 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 #DB88FD is Cyan = 0.13, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 219 | 136 | 253 | - |
| CMYK | 0.13 | 0.46 | 0 | 0.01 |
| HSL | 282.56º | 0.97% | 0.76% | - |
| HSV(B) | 282.56º | 0.46% | 0.99% | - |
| XYZ | 55.75 | 39.76 | 97.66 | - |
| YUV | 174.16 | 172.5 | 159.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 136 | 253 | 0.13 | 0.46 | 0 | 0.01 | 282.56 | 0.97 | 0.76 |
| Hex | DB | 88 | FD | D | 2E | 0 | 1 | 11B | 61 | 4C |
| Octal | 333 | 210 | 375 | 15 | 56 | 0 | 1 | 433 | 141 | 114 |
| Binary | 11011011 | 10001000 | 11111101 | 1101 | 101110 | 0 | 1 | 100011011 | 1100001 | 1001100 |
Color Harmonies of #DB88FD
Complementary color
Monochromatic Colors of #DB88FD
Black with #DB88FD
Text Example
Text Example
White with #DB88FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB88FD; }
p { color: rgb(219,136,253); }
H1.HeaderClassName
{
color: #DB88FD;
}
.AnyTagClassName
{
color: #DB88FD;
}
</style>
background-color css
<style>
a { background-color: #DB88FD; }
a { background-color: rgb(219,136,253); }
div.DivClassName
{
background-color: #DB88FD;
}
.BgClassName
{
background-color: #DB88FD;
}
</style>
border-color css
<style>
span { border-color: #DB88FD; }
span { border-color: rgb(219,136,253); }
td.TdClassName
{
border-color: #DB88FD;
}
.TagClassName
{
border-color: #DB88FD;
}
</style>