Shades of Fuchsia #DB52BB
Tints of Fuchsia #DB52BB
RGB
CMYK
RGB Variations
Color information
#DB52BB (or 0xDB52BB) is known color: Fuchsia. HEX triplet: DB, 52 and BB. RGB value is (219,82,187). Sum of RGB (Red+Green+Blue) = 219+82+187=488 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.88% from 488); Green value is 82 (32.42% from 255 or 16.80% from 488); Blue value is 187 (73.44% from 255 or 38.32% from 488); Max value from RGB is 219 - color contains mainly: red. Hex color #DB52BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB52BB is #24AD44. Grayscale: #868686. Windows color (decimal): -2403653 or 12276443. OLE color: 12276443.
HSL color Cylindrical-coordinate representation of color #DB52BB: hue angle of 314.01º 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 #DB52BB is Cyan = 0, Magento = 0.63, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 82 | 187 | - |
| CMYK | 0 | 0.63 | 0.15 | 0.14 |
| HSL | 314.01º | 0.66% | 0.59% | - |
| HSV(B) | 314.01º | 0.63% | 0.86% | - |
| XYZ | 41.2 | 24.68 | 49.61 | - |
| YUV | 134.93 | 157.39 | 187.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 82 | 187 | 0 | 0.63 | 0.15 | 0.14 | 314.01 | 0.66 | 0.59 |
| Hex | DB | 52 | BB | 0 | 3F | F | E | 13A | 42 | 3B |
| Octal | 333 | 122 | 273 | 0 | 77 | 17 | 16 | 472 | 102 | 73 |
| Binary | 11011011 | 1010010 | 10111011 | 0 | 111111 | 1111 | 1110 | 100111010 | 1000010 | 111011 |
Color Harmonies of #DB52BB
Complementary color
Monochromatic Colors of #DB52BB
Black with #DB52BB
Text Example
Text Example
White with #DB52BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB52BB; }
p { color: rgb(219,82,187); }
H1.HeaderClassName
{
color: #DB52BB;
}
.AnyTagClassName
{
color: #DB52BB;
}
</style>
background-color css
<style>
a { background-color: #DB52BB; }
a { background-color: rgb(219,82,187); }
div.DivClassName
{
background-color: #DB52BB;
}
.BgClassName
{
background-color: #DB52BB;
}
</style>
border-color css
<style>
span { border-color: #DB52BB; }
span { border-color: rgb(219,82,187); }
td.TdClassName
{
border-color: #DB52BB;
}
.TagClassName
{
border-color: #DB52BB;
}
</style>