Shades of Fuchsia #DB53B9
Tints of Fuchsia #DB53B9
RGB
CMYK
RGB Variations
Color information
#DB53B9 (or 0xDB53B9) is known color: Fuchsia. HEX triplet: DB, 53 and B9. RGB value is (219,83,185). Sum of RGB (Red+Green+Blue) = 219+83+185=487 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.97% from 487); Green value is 83 (32.81% from 255 or 17.04% from 487); Blue value is 185 (72.66% from 255 or 37.99% from 487); Max value from RGB is 219 - color contains mainly: red. Hex color #DB53B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB53B9 is #24AC46. Grayscale: #878787. Windows color (decimal): -2403399 or 12145627. OLE color: 12145627.
HSL color Cylindrical-coordinate representation of color #DB53B9: hue angle of 315º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DB53B9 is Cyan = 0, Magento = 0.62, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 83 | 185 | - |
| CMYK | 0 | 0.62 | 0.16 | 0.14 |
| HSL | 315º | 0.65% | 0.59% | - |
| HSV(B) | 315º | 0.62% | 0.86% | - |
| XYZ | 41.06 | 24.75 | 48.51 | - |
| YUV | 135.29 | 156.06 | 187.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 83 | 185 | 0 | 0.62 | 0.16 | 0.14 | 315 | 0.65 | 0.59 |
| Hex | DB | 53 | B9 | 0 | 3E | 10 | E | 13B | 41 | 3B |
| Octal | 333 | 123 | 271 | 0 | 76 | 20 | 16 | 473 | 101 | 73 |
| Binary | 11011011 | 1010011 | 10111001 | 0 | 111110 | 10000 | 1110 | 100111011 | 1000001 | 111011 |
Color Harmonies of #DB53B9
Complementary color
Monochromatic Colors of #DB53B9
Black with #DB53B9
Text Example
Text Example
White with #DB53B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB53B9; }
p { color: rgb(219,83,185); }
H1.HeaderClassName
{
color: #DB53B9;
}
.AnyTagClassName
{
color: #DB53B9;
}
</style>
background-color css
<style>
a { background-color: #DB53B9; }
a { background-color: rgb(219,83,185); }
div.DivClassName
{
background-color: #DB53B9;
}
.BgClassName
{
background-color: #DB53B9;
}
</style>
border-color css
<style>
span { border-color: #DB53B9; }
span { border-color: rgb(219,83,185); }
td.TdClassName
{
border-color: #DB53B9;
}
.TagClassName
{
border-color: #DB53B9;
}
</style>