Shades of Heliotrope #DB88FE
Tints of Heliotrope #DB88FE
RGB
CMYK
RGB Variations
Color information
#DB88FE (or 0xDB88FE) is known color: Heliotrope. HEX triplet: DB, 88 and FE. RGB value is (219,136,254). Sum of RGB (Red+Green+Blue) = 219+136+254=609 (80% of max value = 765). Red value is 219 (85.94% from 255 or 35.96% from 609); Green value is 136 (53.52% from 255 or 22.33% from 609); Blue value is 254 (99.61% from 255 or 41.71% from 609); Max value from RGB is 254 - color contains mainly: blue. Hex color #DB88FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB88FE is #247701. Grayscale: #ADADAD. Windows color (decimal): -2389762 or 16681179. OLE color: 16681179.
HSL color Cylindrical-coordinate representation of color #DB88FE: hue angle of 282.2º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DB88FE is Cyan = 0.14, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 219 | 136 | 254 | - |
| CMYK | 0.14 | 0.46 | 0 | 0.00 |
| HSL | 282.2º | 0.98% | 0.76% | - |
| HSV(B) | 282.2º | 0.46% | 1% | - |
| XYZ | 55.91 | 39.82 | 98.51 | - |
| YUV | 174.27 | 173 | 159.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 136 | 254 | 0.14 | 0.46 | 0 | 0.00 | 282.2 | 0.98 | 0.76 |
| Hex | DB | 88 | FE | E | 2E | 0 | 0 | 11A | 62 | 4C |
| Octal | 333 | 210 | 376 | 16 | 56 | 0 | 0 | 432 | 142 | 114 |
| Binary | 11011011 | 10001000 | 11111110 | 1110 | 101110 | 0 | 0 | 100011010 | 1100010 | 1001100 |
Color Harmonies of #DB88FE
Complementary color
Monochromatic Colors of #DB88FE
Black with #DB88FE
Text Example
Text Example
White with #DB88FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB88FE; }
p { color: rgb(219,136,254); }
H1.HeaderClassName
{
color: #DB88FE;
}
.AnyTagClassName
{
color: #DB88FE;
}
</style>
background-color css
<style>
a { background-color: #DB88FE; }
a { background-color: rgb(219,136,254); }
div.DivClassName
{
background-color: #DB88FE;
}
.BgClassName
{
background-color: #DB88FE;
}
</style>
border-color css
<style>
span { border-color: #DB88FE; }
span { border-color: rgb(219,136,254); }
td.TdClassName
{
border-color: #DB88FE;
}
.TagClassName
{
border-color: #DB88FE;
}
</style>