Shades of Fuchsia #DB51B1
Tints of Fuchsia #DB51B1
RGB
CMYK
RGB Variations
Color information
#DB51B1 (or 0xDB51B1) is known color: Fuchsia. HEX triplet: DB, 51 and B1. RGB value is (219,81,177). Sum of RGB (Red+Green+Blue) = 219+81+177=477 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.91% from 477); Green value is 81 (32.03% from 255 or 16.98% from 477); Blue value is 177 (69.53% from 255 or 37.11% from 477); Max value from RGB is 219 - color contains mainly: red. Hex color #DB51B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB51B1 is #24AE4E. Grayscale: #848484. Windows color (decimal): -2403919 or 11620827. OLE color: 11620827.
HSL color Cylindrical-coordinate representation of color #DB51B1: hue angle of 318.26º 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 #DB51B1 is Cyan = 0, Magento = 0.63, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 81 | 177 | - |
| CMYK | 0 | 0.63 | 0.19 | 0.14 |
| HSL | 318.26º | 0.66% | 0.59% | - |
| HSV(B) | 318.26º | 0.63% | 0.86% | - |
| XYZ | 40.09 | 24.12 | 44.14 | - |
| YUV | 133.21 | 152.72 | 189.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 81 | 177 | 0 | 0.63 | 0.19 | 0.14 | 318.26 | 0.66 | 0.59 |
| Hex | DB | 51 | B1 | 0 | 3F | 13 | E | 13E | 42 | 3B |
| Octal | 333 | 121 | 261 | 0 | 77 | 23 | 16 | 476 | 102 | 73 |
| Binary | 11011011 | 1010001 | 10110001 | 0 | 111111 | 10011 | 1110 | 100111110 | 1000010 | 111011 |
Color Harmonies of #DB51B1
Complementary color
Monochromatic Colors of #DB51B1
Black with #DB51B1
Text Example
Text Example
White with #DB51B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB51B1; }
p { color: rgb(219,81,177); }
H1.HeaderClassName
{
color: #DB51B1;
}
.AnyTagClassName
{
color: #DB51B1;
}
</style>
background-color css
<style>
a { background-color: #DB51B1; }
a { background-color: rgb(219,81,177); }
div.DivClassName
{
background-color: #DB51B1;
}
.BgClassName
{
background-color: #DB51B1;
}
</style>
border-color css
<style>
span { border-color: #DB51B1; }
span { border-color: rgb(219,81,177); }
td.TdClassName
{
border-color: #DB51B1;
}
.TagClassName
{
border-color: #DB51B1;
}
</style>