Shades of Fuchsia #DB52B1
Tints of Fuchsia #DB52B1
RGB
CMYK
RGB Variations
Color information
#DB52B1 (or 0xDB52B1) is known color: Fuchsia. HEX triplet: DB, 52 and B1. RGB value is (219,82,177). Sum of RGB (Red+Green+Blue) = 219+82+177=478 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.82% from 478); Green value is 82 (32.42% from 255 or 17.15% from 478); Blue value is 177 (69.53% from 255 or 37.03% from 478); Max value from RGB is 219 - color contains mainly: red. Hex color #DB52B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB52B1 is #24AD4E. Grayscale: #858585. Windows color (decimal): -2403663 or 11621083. OLE color: 11621083.
HSL color Cylindrical-coordinate representation of color #DB52B1: hue angle of 318.39º 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 #DB52B1 is Cyan = 0, Magento = 0.63, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 82 | 177 | - |
| CMYK | 0 | 0.63 | 0.19 | 0.14 |
| HSL | 318.39º | 0.66% | 0.59% | - |
| HSV(B) | 318.39º | 0.63% | 0.86% | - |
| XYZ | 40.17 | 24.27 | 44.16 | - |
| YUV | 133.79 | 152.39 | 188.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 82 | 177 | 0 | 0.63 | 0.19 | 0.14 | 318.39 | 0.66 | 0.59 |
| Hex | DB | 52 | B1 | 0 | 3F | 13 | E | 13E | 42 | 3B |
| Octal | 333 | 122 | 261 | 0 | 77 | 23 | 16 | 476 | 102 | 73 |
| Binary | 11011011 | 1010010 | 10110001 | 0 | 111111 | 10011 | 1110 | 100111110 | 1000010 | 111011 |
Color Harmonies of #DB52B1
Complementary color
Monochromatic Colors of #DB52B1
Black with #DB52B1
Text Example
Text Example
White with #DB52B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB52B1; }
p { color: rgb(219,82,177); }
H1.HeaderClassName
{
color: #DB52B1;
}
.AnyTagClassName
{
color: #DB52B1;
}
</style>
background-color css
<style>
a { background-color: #DB52B1; }
a { background-color: rgb(219,82,177); }
div.DivClassName
{
background-color: #DB52B1;
}
.BgClassName
{
background-color: #DB52B1;
}
</style>
border-color css
<style>
span { border-color: #DB52B1; }
span { border-color: rgb(219,82,177); }
td.TdClassName
{
border-color: #DB52B1;
}
.TagClassName
{
border-color: #DB52B1;
}
</style>