Shades of Fuchsia #DB4BB1
Tints of Fuchsia #DB4BB1
RGB
CMYK
RGB Variations
Color information
#DB4BB1 (or 0xDB4BB1) is known color: Fuchsia. HEX triplet: DB, 4B and B1. RGB value is (219,75,177). Sum of RGB (Red+Green+Blue) = 219+75+177=471 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.50% from 471); Green value is 75 (29.69% from 255 or 15.92% from 471); Blue value is 177 (69.53% from 255 or 37.58% from 471); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4BB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB4BB1 is #24B44E. Grayscale: #818181. Windows color (decimal): -2405455 or 11619291. OLE color: 11619291.
HSL color Cylindrical-coordinate representation of color #DB4BB1: hue angle of 317.5º 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 #DB4BB1 is Cyan = 0, Magento = 0.66, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 75 | 177 | - |
| CMYK | 0 | 0.66 | 0.19 | 0.14 |
| HSL | 317.5º | 0.67% | 0.58% | - |
| HSV(B) | 317.5º | 0.66% | 0.86% | - |
| XYZ | 39.67 | 23.27 | 44 | - |
| YUV | 129.68 | 154.71 | 191.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 75 | 177 | 0 | 0.66 | 0.19 | 0.14 | 317.5 | 0.67 | 0.58 |
| Hex | DB | 4B | B1 | 0 | 42 | 13 | E | 13E | 43 | 3A |
| Octal | 333 | 113 | 261 | 0 | 102 | 23 | 16 | 476 | 103 | 72 |
| Binary | 11011011 | 1001011 | 10110001 | 0 | 1000010 | 10011 | 1110 | 100111110 | 1000011 | 111010 |
Color Harmonies of #DB4BB1
Complementary color
Monochromatic Colors of #DB4BB1
Black with #DB4BB1
Text Example
Text Example
White with #DB4BB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4BB1; }
p { color: rgb(219,75,177); }
H1.HeaderClassName
{
color: #DB4BB1;
}
.AnyTagClassName
{
color: #DB4BB1;
}
</style>
background-color css
<style>
a { background-color: #DB4BB1; }
a { background-color: rgb(219,75,177); }
div.DivClassName
{
background-color: #DB4BB1;
}
.BgClassName
{
background-color: #DB4BB1;
}
</style>
border-color css
<style>
span { border-color: #DB4BB1; }
span { border-color: rgb(219,75,177); }
td.TdClassName
{
border-color: #DB4BB1;
}
.TagClassName
{
border-color: #DB4BB1;
}
</style>