Shades of Heliotrope #DB49FD
Tints of Heliotrope #DB49FD
RGB
CMYK
RGB Variations
Color information
#DB49FD (or 0xDB49FD) is known color: Heliotrope. HEX triplet: DB, 49 and FD. RGB value is (219,73,253). Sum of RGB (Red+Green+Blue) = 219+73+253=545 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.18% from 545); Green value is 73 (28.91% from 255 or 13.39% from 545); Blue value is 253 (99.22% from 255 or 46.42% from 545); Max value from RGB is 253 - color contains mainly: blue. Hex color #DB49FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB49FD is #24B602. Grayscale: #888888. Windows color (decimal): -2405891 or 16599515. OLE color: 16599515.
HSL color Cylindrical-coordinate representation of color #DB49FD: hue angle of 288.67º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DB49FD is Cyan = 0.13, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 219 | 73 | 253 | - |
| CMYK | 0.13 | 0.71 | 0 | 0.01 |
| HSL | 288.67º | 0.98% | 0.64% | - |
| HSV(B) | 288.67º | 0.71% | 0.99% | - |
| XYZ | 49.33 | 26.92 | 95.52 | - |
| YUV | 137.17 | 193.37 | 186.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 73 | 253 | 0.13 | 0.71 | 0 | 0.01 | 288.67 | 0.98 | 0.64 |
| Hex | DB | 49 | FD | D | 47 | 0 | 1 | 121 | 62 | 40 |
| Octal | 333 | 111 | 375 | 15 | 107 | 0 | 1 | 441 | 142 | 100 |
| Binary | 11011011 | 1001001 | 11111101 | 1101 | 1000111 | 0 | 1 | 100100001 | 1100010 | 1000000 |
Color Harmonies of #DB49FD
Complementary color
Monochromatic Colors of #DB49FD
Black with #DB49FD
Text Example
Text Example
White with #DB49FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB49FD; }
p { color: rgb(219,73,253); }
H1.HeaderClassName
{
color: #DB49FD;
}
.AnyTagClassName
{
color: #DB49FD;
}
</style>
background-color css
<style>
a { background-color: #DB49FD; }
a { background-color: rgb(219,73,253); }
div.DivClassName
{
background-color: #DB49FD;
}
.BgClassName
{
background-color: #DB49FD;
}
</style>
border-color css
<style>
span { border-color: #DB49FD; }
span { border-color: rgb(219,73,253); }
td.TdClassName
{
border-color: #DB49FD;
}
.TagClassName
{
border-color: #DB49FD;
}
</style>