Shades of Fuchsia #DB52B6
Tints of Fuchsia #DB52B6
RGB
CMYK
RGB Variations
Color information
#DB52B6 (or 0xDB52B6) is known color: Fuchsia. HEX triplet: DB, 52 and B6. RGB value is (219,82,182). Sum of RGB (Red+Green+Blue) = 219+82+182=483 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.34% from 483); Green value is 82 (32.42% from 255 or 16.98% from 483); Blue value is 182 (71.48% from 255 or 37.68% from 483); Max value from RGB is 219 - color contains mainly: red. Hex color #DB52B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB52B6 is #24AD49. Grayscale: #868686. Windows color (decimal): -2403658 or 11948763. OLE color: 11948763.
HSL color Cylindrical-coordinate representation of color #DB52B6: hue angle of 316.2º 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 #DB52B6 is Cyan = 0, Magento = 0.63, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 82 | 182 | - |
| CMYK | 0 | 0.63 | 0.17 | 0.14 |
| HSL | 316.2º | 0.66% | 0.59% | - |
| HSV(B) | 316.2º | 0.63% | 0.86% | - |
| XYZ | 40.67 | 24.47 | 46.84 | - |
| YUV | 134.36 | 154.89 | 188.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 82 | 182 | 0 | 0.63 | 0.17 | 0.14 | 316.2 | 0.66 | 0.59 |
| Hex | DB | 52 | B6 | 0 | 3F | 11 | E | 13C | 42 | 3B |
| Octal | 333 | 122 | 266 | 0 | 77 | 21 | 16 | 474 | 102 | 73 |
| Binary | 11011011 | 1010010 | 10110110 | 0 | 111111 | 10001 | 1110 | 100111100 | 1000010 | 111011 |
Color Harmonies of #DB52B6
Complementary color
Monochromatic Colors of #DB52B6
Black with #DB52B6
Text Example
Text Example
White with #DB52B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB52B6; }
p { color: rgb(219,82,182); }
H1.HeaderClassName
{
color: #DB52B6;
}
.AnyTagClassName
{
color: #DB52B6;
}
</style>
background-color css
<style>
a { background-color: #DB52B6; }
a { background-color: rgb(219,82,182); }
div.DivClassName
{
background-color: #DB52B6;
}
.BgClassName
{
background-color: #DB52B6;
}
</style>
border-color css
<style>
span { border-color: #DB52B6; }
span { border-color: rgb(219,82,182); }
td.TdClassName
{
border-color: #DB52B6;
}
.TagClassName
{
border-color: #DB52B6;
}
</style>