Shades of Fuchsia #DB4BBC
Tints of Fuchsia #DB4BBC
RGB
CMYK
RGB Variations
Color information
#DB4BBC (or 0xDB4BBC) is known color: Fuchsia. HEX triplet: DB, 4B and BC. RGB value is (219,75,188). Sum of RGB (Red+Green+Blue) = 219+75+188=482 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.44% from 482); Green value is 75 (29.69% from 255 or 15.56% from 482); Blue value is 188 (73.83% from 255 or 39.00% from 482); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4BBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB4BBC is #24B443. Grayscale: #828282. Windows color (decimal): -2405444 or 12340187. OLE color: 12340187.
HSL color Cylindrical-coordinate representation of color #DB4BBC: hue angle of 312.92º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DB4BBC is Cyan = 0, Magento = 0.66, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 75 | 188 | - |
| CMYK | 0 | 0.66 | 0.14 | 0.14 |
| HSL | 312.92º | 0.67% | 0.58% | - |
| HSV(B) | 312.92º | 0.66% | 0.86% | - |
| XYZ | 40.81 | 23.72 | 50.01 | - |
| YUV | 130.94 | 160.21 | 190.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 75 | 188 | 0 | 0.66 | 0.14 | 0.14 | 312.92 | 0.67 | 0.58 |
| Hex | DB | 4B | BC | 0 | 42 | E | E | 139 | 43 | 3A |
| Octal | 333 | 113 | 274 | 0 | 102 | 16 | 16 | 471 | 103 | 72 |
| Binary | 11011011 | 1001011 | 10111100 | 0 | 1000010 | 1110 | 1110 | 100111001 | 1000011 | 111010 |
Color Harmonies of #DB4BBC
Complementary color
Monochromatic Colors of #DB4BBC
Black with #DB4BBC
Text Example
Text Example
White with #DB4BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4BBC; }
p { color: rgb(219,75,188); }
H1.HeaderClassName
{
color: #DB4BBC;
}
.AnyTagClassName
{
color: #DB4BBC;
}
</style>
background-color css
<style>
a { background-color: #DB4BBC; }
a { background-color: rgb(219,75,188); }
div.DivClassName
{
background-color: #DB4BBC;
}
.BgClassName
{
background-color: #DB4BBC;
}
</style>
border-color css
<style>
span { border-color: #DB4BBC; }
span { border-color: rgb(219,75,188); }
td.TdClassName
{
border-color: #DB4BBC;
}
.TagClassName
{
border-color: #DB4BBC;
}
</style>