Shades of Fuchsia #DB3BB8
Tints of Fuchsia #DB3BB8
RGB
CMYK
RGB Variations
Color information
#DB3BB8 (or 0xDB3BB8) is known color: Fuchsia. HEX triplet: DB, 3B and B8. RGB value is (219,59,184). Sum of RGB (Red+Green+Blue) = 219+59+184=462 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.40% from 462); Green value is 59 (23.44% from 255 or 12.77% from 462); Blue value is 184 (72.27% from 255 or 39.83% from 462); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3BB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB3BB8 is #24C447. Grayscale: #787878. Windows color (decimal): -2409544 or 12073947. OLE color: 12073947.
HSL color Cylindrical-coordinate representation of color #DB3BB8: hue angle of 313.12º 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 #DB3BB8 is Cyan = 0, Magento = 0.73, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 59 | 184 | - |
| CMYK | 0 | 0.73 | 0.16 | 0.14 |
| HSL | 313.13º | 0.69% | 0.55% | - |
| HSV(B) | 313.13º | 0.73% | 0.86% | - |
| XYZ | 39.43 | 21.65 | 47.45 | - |
| YUV | 121.09 | 163.51 | 197.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 59 | 184 | 0 | 0.73 | 0.16 | 0.14 | 313.13 | 0.69 | 0.55 |
| Hex | DB | 3B | B8 | 0 | 49 | 10 | E | 139 | 45 | 37 |
| Octal | 333 | 73 | 270 | 0 | 111 | 20 | 16 | 471 | 105 | 67 |
| Binary | 11011011 | 111011 | 10111000 | 0 | 1001001 | 10000 | 1110 | 100111001 | 1000101 | 110111 |
Color Harmonies of #DB3BB8
Complementary color
Monochromatic Colors of #DB3BB8
Black with #DB3BB8
Text Example
Text Example
White with #DB3BB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3BB8; }
p { color: rgb(219,59,184); }
H1.HeaderClassName
{
color: #DB3BB8;
}
.AnyTagClassName
{
color: #DB3BB8;
}
</style>
background-color css
<style>
a { background-color: #DB3BB8; }
a { background-color: rgb(219,59,184); }
div.DivClassName
{
background-color: #DB3BB8;
}
.BgClassName
{
background-color: #DB3BB8;
}
</style>
border-color css
<style>
span { border-color: #DB3BB8; }
span { border-color: rgb(219,59,184); }
td.TdClassName
{
border-color: #DB3BB8;
}
.TagClassName
{
border-color: #DB3BB8;
}
</style>