Shades of Fuchsia #DB51BC
Tints of Fuchsia #DB51BC
RGB
CMYK
RGB Variations
Color information
#DB51BC (or 0xDB51BC) is known color: Fuchsia. HEX triplet: DB, 51 and BC. RGB value is (219,81,188). Sum of RGB (Red+Green+Blue) = 219+81+188=488 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.88% from 488); Green value is 81 (32.03% from 255 or 16.60% from 488); Blue value is 188 (73.83% from 255 or 38.52% from 488); Max value from RGB is 219 - color contains mainly: red. Hex color #DB51BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB51BC is #24AE43. Grayscale: #868686. Windows color (decimal): -2403908 or 12341723. OLE color: 12341723.
HSL color Cylindrical-coordinate representation of color #DB51BC: hue angle of 313.48º 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 #DB51BC is Cyan = 0, Magento = 0.63, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 81 | 188 | - |
| CMYK | 0 | 0.63 | 0.14 | 0.14 |
| HSL | 313.48º | 0.66% | 0.59% | - |
| HSV(B) | 313.48º | 0.63% | 0.86% | - |
| XYZ | 41.23 | 24.58 | 50.15 | - |
| YUV | 134.46 | 158.22 | 188.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 81 | 188 | 0 | 0.63 | 0.14 | 0.14 | 313.48 | 0.66 | 0.59 |
| Hex | DB | 51 | BC | 0 | 3F | E | E | 139 | 42 | 3B |
| Octal | 333 | 121 | 274 | 0 | 77 | 16 | 16 | 471 | 102 | 73 |
| Binary | 11011011 | 1010001 | 10111100 | 0 | 111111 | 1110 | 1110 | 100111001 | 1000010 | 111011 |
Color Harmonies of #DB51BC
Complementary color
Monochromatic Colors of #DB51BC
Black with #DB51BC
Text Example
Text Example
White with #DB51BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB51BC; }
p { color: rgb(219,81,188); }
H1.HeaderClassName
{
color: #DB51BC;
}
.AnyTagClassName
{
color: #DB51BC;
}
</style>
background-color css
<style>
a { background-color: #DB51BC; }
a { background-color: rgb(219,81,188); }
div.DivClassName
{
background-color: #DB51BC;
}
.BgClassName
{
background-color: #DB51BC;
}
</style>
border-color css
<style>
span { border-color: #DB51BC; }
span { border-color: rgb(219,81,188); }
td.TdClassName
{
border-color: #DB51BC;
}
.TagClassName
{
border-color: #DB51BC;
}
</style>