Shades of Heliotrope #DB54FD
Tints of Heliotrope #DB54FD
RGB
CMYK
RGB Variations
Color information
#DB54FD (or 0xDB54FD) is known color: Heliotrope. HEX triplet: DB, 54 and FD. RGB value is (219,84,253). Sum of RGB (Red+Green+Blue) = 219+84+253=556 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.39% from 556); Green value is 84 (33.20% from 255 or 15.11% from 556); Blue value is 253 (99.22% from 255 or 45.50% from 556); Max value from RGB is 253 - color contains mainly: blue. Hex color #DB54FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB54FD is #24AB02. Grayscale: #8F8F8F. Windows color (decimal): -2403075 or 16602331. OLE color: 16602331.
HSL color Cylindrical-coordinate representation of color #DB54FD: hue angle of 287.93º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DB54FD is Cyan = 0.13, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 219 | 84 | 253 | - |
| CMYK | 0.13 | 0.67 | 0 | 0.01 |
| HSL | 287.93º | 0.98% | 0.66% | - |
| HSV(B) | 287.93º | 0.67% | 0.99% | - |
| XYZ | 50.11 | 28.49 | 95.79 | - |
| YUV | 143.63 | 189.73 | 181.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 84 | 253 | 0.13 | 0.67 | 0 | 0.01 | 287.93 | 0.98 | 0.66 |
| Hex | DB | 54 | FD | D | 43 | 0 | 1 | 120 | 62 | 42 |
| Octal | 333 | 124 | 375 | 15 | 103 | 0 | 1 | 440 | 142 | 102 |
| Binary | 11011011 | 1010100 | 11111101 | 1101 | 1000011 | 0 | 1 | 100100000 | 1100010 | 1000010 |
Color Harmonies of #DB54FD
Complementary color
Monochromatic Colors of #DB54FD
Black with #DB54FD
Text Example
Text Example
White with #DB54FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB54FD; }
p { color: rgb(219,84,253); }
H1.HeaderClassName
{
color: #DB54FD;
}
.AnyTagClassName
{
color: #DB54FD;
}
</style>
background-color css
<style>
a { background-color: #DB54FD; }
a { background-color: rgb(219,84,253); }
div.DivClassName
{
background-color: #DB54FD;
}
.BgClassName
{
background-color: #DB54FD;
}
</style>
border-color css
<style>
span { border-color: #DB54FD; }
span { border-color: rgb(219,84,253); }
td.TdClassName
{
border-color: #DB54FD;
}
.TagClassName
{
border-color: #DB54FD;
}
</style>