Shades of Fuchsia #DB5AB6
Tints of Fuchsia #DB5AB6
RGB
CMYK
RGB Variations
Color information
#DB5AB6 (or 0xDB5AB6) is known color: Fuchsia. HEX triplet: DB, 5A and B6. RGB value is (219,90,182). Sum of RGB (Red+Green+Blue) = 219+90+182=491 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.60% from 491); Green value is 90 (35.55% from 255 or 18.33% from 491); Blue value is 182 (71.48% from 255 or 37.07% from 491); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5AB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB5AB6 is #24A549. Grayscale: #8A8A8A. Windows color (decimal): -2401610 or 11950811. OLE color: 11950811.
HSL color Cylindrical-coordinate representation of color #DB5AB6: hue angle of 317.21º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DB5AB6 is Cyan = 0, Magento = 0.59, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 90 | 182 | - |
| CMYK | 0 | 0.59 | 0.17 | 0.14 |
| HSL | 317.21º | 0.64% | 0.61% | - |
| HSV(B) | 317.21º | 0.59% | 0.86% | - |
| XYZ | 41.31 | 25.75 | 47.05 | - |
| YUV | 139.06 | 152.24 | 185.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 90 | 182 | 0 | 0.59 | 0.17 | 0.14 | 317.21 | 0.64 | 0.61 |
| Hex | DB | 5A | B6 | 0 | 3B | 11 | E | 13D | 40 | 3D |
| Octal | 333 | 132 | 266 | 0 | 73 | 21 | 16 | 475 | 100 | 75 |
| Binary | 11011011 | 1011010 | 10110110 | 0 | 111011 | 10001 | 1110 | 100111101 | 1000000 | 111101 |
Color Harmonies of #DB5AB6
Complementary color
Monochromatic Colors of #DB5AB6
Black with #DB5AB6
Text Example
Text Example
White with #DB5AB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5AB6; }
p { color: rgb(219,90,182); }
H1.HeaderClassName
{
color: #DB5AB6;
}
.AnyTagClassName
{
color: #DB5AB6;
}
</style>
background-color css
<style>
a { background-color: #DB5AB6; }
a { background-color: rgb(219,90,182); }
div.DivClassName
{
background-color: #DB5AB6;
}
.BgClassName
{
background-color: #DB5AB6;
}
</style>
border-color css
<style>
span { border-color: #DB5AB6; }
span { border-color: rgb(219,90,182); }
td.TdClassName
{
border-color: #DB5AB6;
}
.TagClassName
{
border-color: #DB5AB6;
}
</style>