Shades of Fuchsia #DB51B9
Tints of Fuchsia #DB51B9
RGB
CMYK
RGB Variations
Color information
#DB51B9 (or 0xDB51B9) is known color: Fuchsia. HEX triplet: DB, 51 and B9. RGB value is (219,81,185). Sum of RGB (Red+Green+Blue) = 219+81+185=485 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.15% from 485); Green value is 81 (32.03% from 255 or 16.70% from 485); Blue value is 185 (72.66% from 255 or 38.14% from 485); Max value from RGB is 219 - color contains mainly: red. Hex color #DB51B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB51B9 is #24AE46. Grayscale: #858585. Windows color (decimal): -2403911 or 12145115. OLE color: 12145115.
HSL color Cylindrical-coordinate representation of color #DB51B9: hue angle of 314.78º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DB51B9 is Cyan = 0, Magento = 0.63, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 81 | 185 | - |
| CMYK | 0 | 0.63 | 0.16 | 0.14 |
| HSL | 314.78º | 0.66% | 0.59% | - |
| HSV(B) | 314.78º | 0.63% | 0.86% | - |
| XYZ | 40.91 | 24.45 | 48.46 | - |
| YUV | 134.12 | 156.72 | 188.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 81 | 185 | 0 | 0.63 | 0.16 | 0.14 | 314.78 | 0.66 | 0.59 |
| Hex | DB | 51 | B9 | 0 | 3F | 10 | E | 13B | 42 | 3B |
| Octal | 333 | 121 | 271 | 0 | 77 | 20 | 16 | 473 | 102 | 73 |
| Binary | 11011011 | 1010001 | 10111001 | 0 | 111111 | 10000 | 1110 | 100111011 | 1000010 | 111011 |
Color Harmonies of #DB51B9
Complementary color
Monochromatic Colors of #DB51B9
Black with #DB51B9
Text Example
Text Example
White with #DB51B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB51B9; }
p { color: rgb(219,81,185); }
H1.HeaderClassName
{
color: #DB51B9;
}
.AnyTagClassName
{
color: #DB51B9;
}
</style>
background-color css
<style>
a { background-color: #DB51B9; }
a { background-color: rgb(219,81,185); }
div.DivClassName
{
background-color: #DB51B9;
}
.BgClassName
{
background-color: #DB51B9;
}
</style>
border-color css
<style>
span { border-color: #DB51B9; }
span { border-color: rgb(219,81,185); }
td.TdClassName
{
border-color: #DB51B9;
}
.TagClassName
{
border-color: #DB51B9;
}
</style>