Shades of Fuchsia #DB4DBD
Tints of Fuchsia #DB4DBD
RGB
CMYK
RGB Variations
Color information
#DB4DBD (or 0xDB4DBD) is known color: Fuchsia. HEX triplet: DB, 4D and BD. RGB value is (219,77,189). Sum of RGB (Red+Green+Blue) = 219+77+189=485 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.15% from 485); Green value is 77 (30.47% from 255 or 15.88% from 485); Blue value is 189 (74.22% from 255 or 38.97% from 485); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4DBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB4DBD is #24B242. Grayscale: #838383. Windows color (decimal): -2404931 or 12406235. OLE color: 12406235.
HSL color Cylindrical-coordinate representation of color #DB4DBD: hue angle of 312.68º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DB4DBD is Cyan = 0, Magento = 0.65, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 77 | 189 | - |
| CMYK | 0 | 0.65 | 0.14 | 0.14 |
| HSL | 312.68º | 0.66% | 0.58% | - |
| HSV(B) | 312.68º | 0.65% | 0.86% | - |
| XYZ | 41.05 | 24.04 | 50.62 | - |
| YUV | 132.23 | 160.04 | 189.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 77 | 189 | 0 | 0.65 | 0.14 | 0.14 | 312.68 | 0.66 | 0.58 |
| Hex | DB | 4D | BD | 0 | 41 | E | E | 139 | 42 | 3A |
| Octal | 333 | 115 | 275 | 0 | 101 | 16 | 16 | 471 | 102 | 72 |
| Binary | 11011011 | 1001101 | 10111101 | 0 | 1000001 | 1110 | 1110 | 100111001 | 1000010 | 111010 |
Color Harmonies of #DB4DBD
Complementary color
Monochromatic Colors of #DB4DBD
Black with #DB4DBD
Text Example
Text Example
White with #DB4DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4DBD; }
p { color: rgb(219,77,189); }
H1.HeaderClassName
{
color: #DB4DBD;
}
.AnyTagClassName
{
color: #DB4DBD;
}
</style>
background-color css
<style>
a { background-color: #DB4DBD; }
a { background-color: rgb(219,77,189); }
div.DivClassName
{
background-color: #DB4DBD;
}
.BgClassName
{
background-color: #DB4DBD;
}
</style>
border-color css
<style>
span { border-color: #DB4DBD; }
span { border-color: rgb(219,77,189); }
td.TdClassName
{
border-color: #DB4DBD;
}
.TagClassName
{
border-color: #DB4DBD;
}
</style>