Shades of Fuchsia #DB4AB6
Tints of Fuchsia #DB4AB6
RGB
CMYK
RGB Variations
Color information
#DB4AB6 (or 0xDB4AB6) is known color: Fuchsia. HEX triplet: DB, 4A and B6. RGB value is (219,74,182). Sum of RGB (Red+Green+Blue) = 219+74+182=475 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.11% from 475); Green value is 74 (29.30% from 255 or 15.58% from 475); Blue value is 182 (71.48% from 255 or 38.32% from 475); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4AB6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB4AB6 is #24B549. Grayscale: #818181. Windows color (decimal): -2405706 or 11946715. OLE color: 11946715.
HSL color Cylindrical-coordinate representation of color #DB4AB6: hue angle of 315.31º 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 #DB4AB6 is Cyan = 0, Magento = 0.66, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 74 | 182 | - |
| CMYK | 0 | 0.66 | 0.17 | 0.14 |
| HSL | 315.31º | 0.67% | 0.57% | - |
| HSV(B) | 315.31º | 0.66% | 0.86% | - |
| XYZ | 40.11 | 23.34 | 46.65 | - |
| YUV | 129.67 | 157.54 | 191.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 74 | 182 | 0 | 0.66 | 0.17 | 0.14 | 315.31 | 0.67 | 0.57 |
| Hex | DB | 4A | B6 | 0 | 42 | 11 | E | 13B | 43 | 39 |
| Octal | 333 | 112 | 266 | 0 | 102 | 21 | 16 | 473 | 103 | 71 |
| Binary | 11011011 | 1001010 | 10110110 | 0 | 1000010 | 10001 | 1110 | 100111011 | 1000011 | 111001 |
Color Harmonies of #DB4AB6
Complementary color
Monochromatic Colors of #DB4AB6
Black with #DB4AB6
Text Example
Text Example
White with #DB4AB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4AB6; }
p { color: rgb(219,74,182); }
H1.HeaderClassName
{
color: #DB4AB6;
}
.AnyTagClassName
{
color: #DB4AB6;
}
</style>
background-color css
<style>
a { background-color: #DB4AB6; }
a { background-color: rgb(219,74,182); }
div.DivClassName
{
background-color: #DB4AB6;
}
.BgClassName
{
background-color: #DB4AB6;
}
</style>
border-color css
<style>
span { border-color: #DB4AB6; }
span { border-color: rgb(219,74,182); }
td.TdClassName
{
border-color: #DB4AB6;
}
.TagClassName
{
border-color: #DB4AB6;
}
</style>