Shades of Fuchsia #DB3BBC
Tints of Fuchsia #DB3BBC
RGB
CMYK
RGB Variations
Color information
#DB3BBC (or 0xDB3BBC) is known color: Fuchsia. HEX triplet: DB, 3B and BC. RGB value is (219,59,188). Sum of RGB (Red+Green+Blue) = 219+59+188=466 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.00% from 466); Green value is 59 (23.44% from 255 or 12.66% from 466); Blue value is 188 (73.83% from 255 or 40.34% from 466); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3BBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB3BBC is #24C443. Grayscale: #797979. Windows color (decimal): -2409540 or 12336091. OLE color: 12336091.
HSL color Cylindrical-coordinate representation of color #DB3BBC: hue angle of 311.62º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DB3BBC is Cyan = 0, Magento = 0.73, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 59 | 188 | - |
| CMYK | 0 | 0.73 | 0.14 | 0.14 |
| HSL | 311.63º | 0.69% | 0.55% | - |
| HSV(B) | 311.63º | 0.73% | 0.86% | - |
| XYZ | 39.85 | 21.82 | 49.69 | - |
| YUV | 121.55 | 165.51 | 197.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 59 | 188 | 0 | 0.73 | 0.14 | 0.14 | 311.63 | 0.69 | 0.55 |
| Hex | DB | 3B | BC | 0 | 49 | E | E | 138 | 45 | 37 |
| Octal | 333 | 73 | 274 | 0 | 111 | 16 | 16 | 470 | 105 | 67 |
| Binary | 11011011 | 111011 | 10111100 | 0 | 1001001 | 1110 | 1110 | 100111000 | 1000101 | 110111 |
Color Harmonies of #DB3BBC
Complementary color
Monochromatic Colors of #DB3BBC
Black with #DB3BBC
Text Example
Text Example
White with #DB3BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3BBC; }
p { color: rgb(219,59,188); }
H1.HeaderClassName
{
color: #DB3BBC;
}
.AnyTagClassName
{
color: #DB3BBC;
}
</style>
background-color css
<style>
a { background-color: #DB3BBC; }
a { background-color: rgb(219,59,188); }
div.DivClassName
{
background-color: #DB3BBC;
}
.BgClassName
{
background-color: #DB3BBC;
}
</style>
border-color css
<style>
span { border-color: #DB3BBC; }
span { border-color: rgb(219,59,188); }
td.TdClassName
{
border-color: #DB3BBC;
}
.TagClassName
{
border-color: #DB3BBC;
}
</style>