Shades of Heliotrope #DB84FD
Tints of Heliotrope #DB84FD
RGB
CMYK
RGB Variations
Color information
#DB84FD (or 0xDB84FD) is known color: Heliotrope. HEX triplet: DB, 84 and FD. RGB value is (219,132,253). Sum of RGB (Red+Green+Blue) = 219+132+253=604 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.26% from 604); Green value is 132 (51.95% from 255 or 21.85% from 604); Blue value is 253 (99.22% from 255 or 41.89% from 604); Max value from RGB is 253 - color contains mainly: blue. Hex color #DB84FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB84FD is #247B02. Grayscale: #ABABAB. Windows color (decimal): -2390787 or 16614619. OLE color: 16614619.
HSL color Cylindrical-coordinate representation of color #DB84FD: hue angle of 283.14º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DB84FD is Cyan = 0.13, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 219 | 132 | 253 | - |
| CMYK | 0.13 | 0.48 | 0 | 0.01 |
| HSL | 283.14º | 0.97% | 0.75% | - |
| HSV(B) | 283.14º | 0.48% | 0.99% | - |
| XYZ | 55.19 | 38.65 | 97.48 | - |
| YUV | 171.81 | 173.82 | 161.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 132 | 253 | 0.13 | 0.48 | 0 | 0.01 | 283.14 | 0.97 | 0.75 |
| Hex | DB | 84 | FD | D | 30 | 0 | 1 | 11B | 61 | 4B |
| Octal | 333 | 204 | 375 | 15 | 60 | 0 | 1 | 433 | 141 | 113 |
| Binary | 11011011 | 10000100 | 11111101 | 1101 | 110000 | 0 | 1 | 100011011 | 1100001 | 1001011 |
Color Harmonies of #DB84FD
Complementary color
Monochromatic Colors of #DB84FD
Black with #DB84FD
Text Example
Text Example
White with #DB84FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB84FD; }
p { color: rgb(219,132,253); }
H1.HeaderClassName
{
color: #DB84FD;
}
.AnyTagClassName
{
color: #DB84FD;
}
</style>
background-color css
<style>
a { background-color: #DB84FD; }
a { background-color: rgb(219,132,253); }
div.DivClassName
{
background-color: #DB84FD;
}
.BgClassName
{
background-color: #DB84FD;
}
</style>
border-color css
<style>
span { border-color: #DB84FD; }
span { border-color: rgb(219,132,253); }
td.TdClassName
{
border-color: #DB84FD;
}
.TagClassName
{
border-color: #DB84FD;
}
</style>