Shades of Fuchsia #DB4ABC
Tints of Fuchsia #DB4ABC
RGB
CMYK
RGB Variations
Color information
#DB4ABC (or 0xDB4ABC) is known color: Fuchsia. HEX triplet: DB, 4A and BC. RGB value is (219,74,188). Sum of RGB (Red+Green+Blue) = 219+74+188=481 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.53% from 481); Green value is 74 (29.30% from 255 or 15.38% from 481); Blue value is 188 (73.83% from 255 or 39.09% from 481); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4ABC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB4ABC is #24B543. Grayscale: #828282. Windows color (decimal): -2405700 or 12339931. OLE color: 12339931.
HSL color Cylindrical-coordinate representation of color #DB4ABC: hue angle of 312.83º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DB4ABC is Cyan = 0, Magento = 0.66, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 74 | 188 | - |
| CMYK | 0 | 0.66 | 0.14 | 0.14 |
| HSL | 312.83º | 0.67% | 0.57% | - |
| HSV(B) | 312.83º | 0.66% | 0.86% | - |
| XYZ | 40.74 | 23.59 | 49.98 | - |
| YUV | 130.35 | 160.54 | 191.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 74 | 188 | 0 | 0.66 | 0.14 | 0.14 | 312.83 | 0.67 | 0.57 |
| Hex | DB | 4A | BC | 0 | 42 | E | E | 139 | 43 | 39 |
| Octal | 333 | 112 | 274 | 0 | 102 | 16 | 16 | 471 | 103 | 71 |
| Binary | 11011011 | 1001010 | 10111100 | 0 | 1000010 | 1110 | 1110 | 100111001 | 1000011 | 111001 |
Color Harmonies of #DB4ABC
Complementary color
Monochromatic Colors of #DB4ABC
Black with #DB4ABC
Text Example
Text Example
White with #DB4ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4ABC; }
p { color: rgb(219,74,188); }
H1.HeaderClassName
{
color: #DB4ABC;
}
.AnyTagClassName
{
color: #DB4ABC;
}
</style>
background-color css
<style>
a { background-color: #DB4ABC; }
a { background-color: rgb(219,74,188); }
div.DivClassName
{
background-color: #DB4ABC;
}
.BgClassName
{
background-color: #DB4ABC;
}
</style>
border-color css
<style>
span { border-color: #DB4ABC; }
span { border-color: rgb(219,74,188); }
td.TdClassName
{
border-color: #DB4ABC;
}
.TagClassName
{
border-color: #DB4ABC;
}
</style>