Shades of Heliotrope #DB82FE
Tints of Heliotrope #DB82FE
RGB
CMYK
RGB Variations
Color information
#DB82FE (or 0xDB82FE) is known color: Heliotrope. HEX triplet: DB, 82 and FE. RGB value is (219,130,254). Sum of RGB (Red+Green+Blue) = 219+130+254=603 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.32% from 603); Green value is 130 (51.17% from 255 or 21.56% from 603); Blue value is 254 (99.61% from 255 or 42.12% from 603); Max value from RGB is 254 - color contains mainly: blue. Hex color #DB82FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB82FE is #247D01. Grayscale: #AAAAAA. Windows color (decimal): -2391298 or 16679643. OLE color: 16679643.
HSL color Cylindrical-coordinate representation of color #DB82FE: hue angle of 283.06º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DB82FE is Cyan = 0.14, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 219 | 130 | 254 | - |
| CMYK | 0.14 | 0.49 | 0 | 0.00 |
| HSL | 283.06º | 0.98% | 0.75% | - |
| HSV(B) | 283.06º | 0.49% | 1% | - |
| XYZ | 55.09 | 38.18 | 98.23 | - |
| YUV | 170.75 | 174.99 | 162.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 130 | 254 | 0.14 | 0.49 | 0 | 0.00 | 283.06 | 0.98 | 0.75 |
| Hex | DB | 82 | FE | E | 31 | 0 | 0 | 11B | 62 | 4B |
| Octal | 333 | 202 | 376 | 16 | 61 | 0 | 0 | 433 | 142 | 113 |
| Binary | 11011011 | 10000010 | 11111110 | 1110 | 110001 | 0 | 0 | 100011011 | 1100010 | 1001011 |
Color Harmonies of #DB82FE
Complementary color
Monochromatic Colors of #DB82FE
Black with #DB82FE
Text Example
Text Example
White with #DB82FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB82FE; }
p { color: rgb(219,130,254); }
H1.HeaderClassName
{
color: #DB82FE;
}
.AnyTagClassName
{
color: #DB82FE;
}
</style>
background-color css
<style>
a { background-color: #DB82FE; }
a { background-color: rgb(219,130,254); }
div.DivClassName
{
background-color: #DB82FE;
}
.BgClassName
{
background-color: #DB82FE;
}
</style>
border-color css
<style>
span { border-color: #DB82FE; }
span { border-color: rgb(219,130,254); }
td.TdClassName
{
border-color: #DB82FE;
}
.TagClassName
{
border-color: #DB82FE;
}
</style>