Shades of Fuchsia #DB55BA
Tints of Fuchsia #DB55BA
RGB
CMYK
RGB Variations
Color information
#DB55BA (or 0xDB55BA) is known color: Fuchsia. HEX triplet: DB, 55 and BA. RGB value is (219,85,186). Sum of RGB (Red+Green+Blue) = 219+85+186=490 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.69% from 490); Green value is 85 (33.59% from 255 or 17.35% from 490); Blue value is 186 (73.05% from 255 or 37.96% from 490); Max value from RGB is 219 - color contains mainly: red. Hex color #DB55BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB55BA is #24AA45. Grayscale: #888888. Windows color (decimal): -2402886 or 12211675. OLE color: 12211675.
HSL color Cylindrical-coordinate representation of color #DB55BA: hue angle of 314.78º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DB55BA is Cyan = 0, Magento = 0.61, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 85 | 186 | - |
| CMYK | 0 | 0.61 | 0.15 | 0.14 |
| HSL | 314.78º | 0.65% | 0.6% | - |
| HSV(B) | 314.78º | 0.61% | 0.86% | - |
| XYZ | 41.32 | 25.1 | 49.12 | - |
| YUV | 136.58 | 155.89 | 186.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 85 | 186 | 0 | 0.61 | 0.15 | 0.14 | 314.78 | 0.65 | 0.6 |
| Hex | DB | 55 | BA | 0 | 3D | F | E | 13B | 41 | 3C |
| Octal | 333 | 125 | 272 | 0 | 75 | 17 | 16 | 473 | 101 | 74 |
| Binary | 11011011 | 1010101 | 10111010 | 0 | 111101 | 1111 | 1110 | 100111011 | 1000001 | 111100 |
Color Harmonies of #DB55BA
Complementary color
Monochromatic Colors of #DB55BA
Black with #DB55BA
Text Example
Text Example
White with #DB55BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB55BA; }
p { color: rgb(219,85,186); }
H1.HeaderClassName
{
color: #DB55BA;
}
.AnyTagClassName
{
color: #DB55BA;
}
</style>
background-color css
<style>
a { background-color: #DB55BA; }
a { background-color: rgb(219,85,186); }
div.DivClassName
{
background-color: #DB55BA;
}
.BgClassName
{
background-color: #DB55BA;
}
</style>
border-color css
<style>
span { border-color: #DB55BA; }
span { border-color: rgb(219,85,186); }
td.TdClassName
{
border-color: #DB55BA;
}
.TagClassName
{
border-color: #DB55BA;
}
</style>