Shades of Fuchsia #DB51B5
Tints of Fuchsia #DB51B5
RGB
CMYK
RGB Variations
Color information
#DB51B5 (or 0xDB51B5) is known color: Fuchsia. HEX triplet: DB, 51 and B5. RGB value is (219,81,181). Sum of RGB (Red+Green+Blue) = 219+81+181=481 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.53% from 481); Green value is 81 (32.03% from 255 or 16.84% from 481); Blue value is 181 (71.09% from 255 or 37.63% from 481); Max value from RGB is 219 - color contains mainly: red. Hex color #DB51B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB51B5 is #24AE4A. Grayscale: #858585. Windows color (decimal): -2403915 or 11882971. OLE color: 11882971.
HSL color Cylindrical-coordinate representation of color #DB51B5: hue angle of 316.52º 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 #DB51B5 is Cyan = 0, Magento = 0.63, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 81 | 181 | - |
| CMYK | 0 | 0.63 | 0.17 | 0.14 |
| HSL | 316.52º | 0.66% | 0.59% | - |
| HSV(B) | 316.52º | 0.63% | 0.86% | - |
| XYZ | 40.5 | 24.28 | 46.27 | - |
| YUV | 133.66 | 154.72 | 188.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 81 | 181 | 0 | 0.63 | 0.17 | 0.14 | 316.52 | 0.66 | 0.59 |
| Hex | DB | 51 | B5 | 0 | 3F | 11 | E | 13D | 42 | 3B |
| Octal | 333 | 121 | 265 | 0 | 77 | 21 | 16 | 475 | 102 | 73 |
| Binary | 11011011 | 1010001 | 10110101 | 0 | 111111 | 10001 | 1110 | 100111101 | 1000010 | 111011 |
Color Harmonies of #DB51B5
Complementary color
Monochromatic Colors of #DB51B5
Black with #DB51B5
Text Example
Text Example
White with #DB51B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB51B5; }
p { color: rgb(219,81,181); }
H1.HeaderClassName
{
color: #DB51B5;
}
.AnyTagClassName
{
color: #DB51B5;
}
</style>
background-color css
<style>
a { background-color: #DB51B5; }
a { background-color: rgb(219,81,181); }
div.DivClassName
{
background-color: #DB51B5;
}
.BgClassName
{
background-color: #DB51B5;
}
</style>
border-color css
<style>
span { border-color: #DB51B5; }
span { border-color: rgb(219,81,181); }
td.TdClassName
{
border-color: #DB51B5;
}
.TagClassName
{
border-color: #DB51B5;
}
</style>