Shades of Fuchsia #DB51BA
Tints of Fuchsia #DB51BA
RGB
CMYK
RGB Variations
Color information
#DB51BA (or 0xDB51BA) is known color: Fuchsia. HEX triplet: DB, 51 and BA. RGB value is (219,81,186). Sum of RGB (Red+Green+Blue) = 219+81+186=486 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.06% from 486); Green value is 81 (32.03% from 255 or 16.67% from 486); Blue value is 186 (73.05% from 255 or 38.27% from 486); Max value from RGB is 219 - color contains mainly: red. Hex color #DB51BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB51BA is #24AE45. Grayscale: #858585. Windows color (decimal): -2403910 or 12210651. OLE color: 12210651.
HSL color Cylindrical-coordinate representation of color #DB51BA: hue angle of 314.35º 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 #DB51BA is Cyan = 0, Magento = 0.63, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 81 | 186 | - |
| CMYK | 0 | 0.63 | 0.15 | 0.14 |
| HSL | 314.35º | 0.66% | 0.59% | - |
| HSV(B) | 314.35º | 0.63% | 0.86% | - |
| XYZ | 41.02 | 24.49 | 49.02 | - |
| YUV | 134.23 | 157.22 | 188.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 81 | 186 | 0 | 0.63 | 0.15 | 0.14 | 314.35 | 0.66 | 0.59 |
| Hex | DB | 51 | BA | 0 | 3F | F | E | 13A | 42 | 3B |
| Octal | 333 | 121 | 272 | 0 | 77 | 17 | 16 | 472 | 102 | 73 |
| Binary | 11011011 | 1010001 | 10111010 | 0 | 111111 | 1111 | 1110 | 100111010 | 1000010 | 111011 |
Color Harmonies of #DB51BA
Complementary color
Monochromatic Colors of #DB51BA
Black with #DB51BA
Text Example
Text Example
White with #DB51BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB51BA; }
p { color: rgb(219,81,186); }
H1.HeaderClassName
{
color: #DB51BA;
}
.AnyTagClassName
{
color: #DB51BA;
}
</style>
background-color css
<style>
a { background-color: #DB51BA; }
a { background-color: rgb(219,81,186); }
div.DivClassName
{
background-color: #DB51BA;
}
.BgClassName
{
background-color: #DB51BA;
}
</style>
border-color css
<style>
span { border-color: #DB51BA; }
span { border-color: rgb(219,81,186); }
td.TdClassName
{
border-color: #DB51BA;
}
.TagClassName
{
border-color: #DB51BA;
}
</style>