Shades of Fuchsia #DB52BC
Tints of Fuchsia #DB52BC
RGB
CMYK
RGB Variations
Color information
#DB52BC (or 0xDB52BC) is known color: Fuchsia. HEX triplet: DB, 52 and BC. RGB value is (219,82,188). Sum of RGB (Red+Green+Blue) = 219+82+188=489 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.79% from 489); Green value is 82 (32.42% from 255 or 16.77% from 489); Blue value is 188 (73.83% from 255 or 38.45% from 489); Max value from RGB is 219 - color contains mainly: red. Hex color #DB52BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB52BC is #24AD43. Grayscale: #868686. Windows color (decimal): -2403652 or 12341979. OLE color: 12341979.
HSL color Cylindrical-coordinate representation of color #DB52BC: hue angle of 313.58º 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 #DB52BC is Cyan = 0, Magento = 0.63, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 82 | 188 | - |
| CMYK | 0 | 0.63 | 0.14 | 0.14 |
| HSL | 313.58º | 0.66% | 0.59% | - |
| HSV(B) | 313.58º | 0.63% | 0.86% | - |
| XYZ | 41.31 | 24.73 | 50.17 | - |
| YUV | 135.05 | 157.89 | 187.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 82 | 188 | 0 | 0.63 | 0.14 | 0.14 | 313.58 | 0.66 | 0.59 |
| Hex | DB | 52 | BC | 0 | 3F | E | E | 13A | 42 | 3B |
| Octal | 333 | 122 | 274 | 0 | 77 | 16 | 16 | 472 | 102 | 73 |
| Binary | 11011011 | 1010010 | 10111100 | 0 | 111111 | 1110 | 1110 | 100111010 | 1000010 | 111011 |
Color Harmonies of #DB52BC
Complementary color
Monochromatic Colors of #DB52BC
Black with #DB52BC
Text Example
Text Example
White with #DB52BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB52BC; }
p { color: rgb(219,82,188); }
H1.HeaderClassName
{
color: #DB52BC;
}
.AnyTagClassName
{
color: #DB52BC;
}
</style>
background-color css
<style>
a { background-color: #DB52BC; }
a { background-color: rgb(219,82,188); }
div.DivClassName
{
background-color: #DB52BC;
}
.BgClassName
{
background-color: #DB52BC;
}
</style>
border-color css
<style>
span { border-color: #DB52BC; }
span { border-color: rgb(219,82,188); }
td.TdClassName
{
border-color: #DB52BC;
}
.TagClassName
{
border-color: #DB52BC;
}
</style>