Shades of Heliotrope #DB50FD
Tints of Heliotrope #DB50FD
RGB
CMYK
RGB Variations
Color information
#DB50FD (or 0xDB50FD) is known color: Heliotrope. HEX triplet: DB, 50 and FD. RGB value is (219,80,253). Sum of RGB (Red+Green+Blue) = 219+80+253=552 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.67% from 552); Green value is 80 (31.64% from 255 or 14.49% from 552); Blue value is 253 (99.22% from 255 or 45.83% from 552); Max value from RGB is 253 - color contains mainly: blue. Hex color #DB50FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB50FD is #24AF02. Grayscale: #8C8C8C. Windows color (decimal): -2404099 or 16601307. OLE color: 16601307.
HSL color Cylindrical-coordinate representation of color #DB50FD: hue angle of 288.21º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DB50FD is Cyan = 0.13, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 219 | 80 | 253 | - |
CMYK | 0.13 | 0.68 | 0 | 0.01 |
HSL | 288.21º | 0.98% | 0.65% | - |
HSV(B) | 288.21º | 0.68% | 0.99% | - |
XYZ | 49.81 | 27.89 | 95.69 | - |
YUV | 141.28 | 191.05 | 183.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 80 | 253 | 0.13 | 0.68 | 0 | 0.01 | 288.21 | 0.98 | 0.65 |
Hex | DB | 50 | FD | D | 44 | 0 | 1 | 120 | 62 | 41 |
Octal | 333 | 120 | 375 | 15 | 104 | 0 | 1 | 440 | 142 | 101 |
Binary | 11011011 | 1010000 | 11111101 | 1101 | 1000100 | 0 | 1 | 100100000 | 1100010 | 1000001 |
Color Harmonies of #DB50FD
Complementary color
Monochromatic Colors of #DB50FD
Black with #DB50FD
Text Example
Text Example
White with #DB50FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB50FD; }
p { color: rgb(219,80,253); }
H1.HeaderClassName
{
color: #DB50FD;
}
.AnyTagClassName
{
color: #DB50FD;
}
</style>
background-color css
<style>
a { background-color: #DB50FD; }
a { background-color: rgb(219,80,253); }
div.DivClassName
{
background-color: #DB50FD;
}
.BgClassName
{
background-color: #DB50FD;
}
</style>
border-color css
<style>
span { border-color: #DB50FD; }
span { border-color: rgb(219,80,253); }
td.TdClassName
{
border-color: #DB50FD;
}
.TagClassName
{
border-color: #DB50FD;
}
</style>