Shades of Fuchsia #DB52B5
Tints of Fuchsia #DB52B5
RGB
CMYK
RGB Variations
Color information
#DB52B5 (or 0xDB52B5) is known color: Fuchsia. HEX triplet: DB, 52 and B5. RGB value is (219,82,181). Sum of RGB (Red+Green+Blue) = 219+82+181=482 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.44% from 482); Green value is 82 (32.42% from 255 or 17.01% from 482); Blue value is 181 (71.09% from 255 or 37.55% from 482); Max value from RGB is 219 - color contains mainly: red. Hex color #DB52B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB52B5 is #24AD4A. Grayscale: #858585. Windows color (decimal): -2403659 or 11883227. OLE color: 11883227.
HSL color Cylindrical-coordinate representation of color #DB52B5: hue angle of 316.64º 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 #DB52B5 is Cyan = 0, Magento = 0.63, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 82 | 181 | - |
| CMYK | 0 | 0.63 | 0.17 | 0.14 |
| HSL | 316.64º | 0.66% | 0.59% | - |
| HSV(B) | 316.64º | 0.63% | 0.86% | - |
| XYZ | 40.57 | 24.43 | 46.29 | - |
| YUV | 134.25 | 154.39 | 188.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 82 | 181 | 0 | 0.63 | 0.17 | 0.14 | 316.64 | 0.66 | 0.59 |
| Hex | DB | 52 | B5 | 0 | 3F | 11 | E | 13D | 42 | 3B |
| Octal | 333 | 122 | 265 | 0 | 77 | 21 | 16 | 475 | 102 | 73 |
| Binary | 11011011 | 1010010 | 10110101 | 0 | 111111 | 10001 | 1110 | 100111101 | 1000010 | 111011 |
Color Harmonies of #DB52B5
Complementary color
Monochromatic Colors of #DB52B5
Black with #DB52B5
Text Example
Text Example
White with #DB52B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB52B5; }
p { color: rgb(219,82,181); }
H1.HeaderClassName
{
color: #DB52B5;
}
.AnyTagClassName
{
color: #DB52B5;
}
</style>
background-color css
<style>
a { background-color: #DB52B5; }
a { background-color: rgb(219,82,181); }
div.DivClassName
{
background-color: #DB52B5;
}
.BgClassName
{
background-color: #DB52B5;
}
</style>
border-color css
<style>
span { border-color: #DB52B5; }
span { border-color: rgb(219,82,181); }
td.TdClassName
{
border-color: #DB52B5;
}
.TagClassName
{
border-color: #DB52B5;
}
</style>