Shades of Heliotrope #DB81FC
Tints of Heliotrope #DB81FC
RGB
CMYK
RGB Variations
Color information
#DB81FC (or 0xDB81FC) is known color: Heliotrope. HEX triplet: DB, 81 and FC. RGB value is (219,129,252). Sum of RGB (Red+Green+Blue) = 219+129+252=600 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.5% from 600); Green value is 129 (50.78% from 255 or 21.5% from 600); Blue value is 252 (98.83% from 255 or 42% from 600); Max value from RGB is 252 - color contains mainly: blue. Hex color #DB81FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB81FC is #247E03. Grayscale: #A9A9A9. Windows color (decimal): -2391556 or 16548315. OLE color: 16548315.
HSL color Cylindrical-coordinate representation of color #DB81FC: hue angle of 283.9º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DB81FC is Cyan = 0.13, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 219 | 129 | 252 | - |
| CMYK | 0.13 | 0.49 | 0 | 0.01 |
| HSL | 283.9º | 0.95% | 0.75% | - |
| HSV(B) | 283.9º | 0.49% | 0.99% | - |
| XYZ | 54.63 | 37.79 | 96.51 | - |
| YUV | 169.93 | 174.32 | 163 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 129 | 252 | 0.13 | 0.49 | 0 | 0.01 | 283.9 | 0.95 | 0.75 |
| Hex | DB | 81 | FC | D | 31 | 0 | 1 | 11C | 5F | 4B |
| Octal | 333 | 201 | 374 | 15 | 61 | 0 | 1 | 434 | 137 | 113 |
| Binary | 11011011 | 10000001 | 11111100 | 1101 | 110001 | 0 | 1 | 100011100 | 1011111 | 1001011 |
Color Harmonies of #DB81FC
Complementary color
Monochromatic Colors of #DB81FC
Black with #DB81FC
Text Example
Text Example
White with #DB81FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB81FC; }
p { color: rgb(219,129,252); }
H1.HeaderClassName
{
color: #DB81FC;
}
.AnyTagClassName
{
color: #DB81FC;
}
</style>
background-color css
<style>
a { background-color: #DB81FC; }
a { background-color: rgb(219,129,252); }
div.DivClassName
{
background-color: #DB81FC;
}
.BgClassName
{
background-color: #DB81FC;
}
</style>
border-color css
<style>
span { border-color: #DB81FC; }
span { border-color: rgb(219,129,252); }
td.TdClassName
{
border-color: #DB81FC;
}
.TagClassName
{
border-color: #DB81FC;
}
</style>