Shades of Fuchsia #DB4DBB
Tints of Fuchsia #DB4DBB
RGB
CMYK
RGB Variations
Color information
#DB4DBB (or 0xDB4DBB) is known color: Fuchsia. HEX triplet: DB, 4D and BB. RGB value is (219,77,187). Sum of RGB (Red+Green+Blue) = 219+77+187=483 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.34% from 483); Green value is 77 (30.47% from 255 or 15.94% from 483); Blue value is 187 (73.44% from 255 or 38.72% from 483); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4DBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB4DBB is #24B244. Grayscale: #838383. Windows color (decimal): -2404933 or 12275163. OLE color: 12275163.
HSL color Cylindrical-coordinate representation of color #DB4DBB: hue angle of 313.52º 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 #DB4DBB is Cyan = 0, Magento = 0.65, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 77 | 187 | - |
| CMYK | 0 | 0.65 | 0.15 | 0.14 |
| HSL | 313.52º | 0.66% | 0.58% | - |
| HSV(B) | 313.52º | 0.65% | 0.86% | - |
| XYZ | 40.84 | 23.96 | 49.49 | - |
| YUV | 132 | 159.04 | 190.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 77 | 187 | 0 | 0.65 | 0.15 | 0.14 | 313.52 | 0.66 | 0.58 |
| Hex | DB | 4D | BB | 0 | 41 | F | E | 13A | 42 | 3A |
| Octal | 333 | 115 | 273 | 0 | 101 | 17 | 16 | 472 | 102 | 72 |
| Binary | 11011011 | 1001101 | 10111011 | 0 | 1000001 | 1111 | 1110 | 100111010 | 1000010 | 111010 |
Color Harmonies of #DB4DBB
Complementary color
Monochromatic Colors of #DB4DBB
Black with #DB4DBB
Text Example
Text Example
White with #DB4DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4DBB; }
p { color: rgb(219,77,187); }
H1.HeaderClassName
{
color: #DB4DBB;
}
.AnyTagClassName
{
color: #DB4DBB;
}
</style>
background-color css
<style>
a { background-color: #DB4DBB; }
a { background-color: rgb(219,77,187); }
div.DivClassName
{
background-color: #DB4DBB;
}
.BgClassName
{
background-color: #DB4DBB;
}
</style>
border-color css
<style>
span { border-color: #DB4DBB; }
span { border-color: rgb(219,77,187); }
td.TdClassName
{
border-color: #DB4DBB;
}
.TagClassName
{
border-color: #DB4DBB;
}
</style>