Shades of Fuchsia #DB5AB3
Tints of Fuchsia #DB5AB3
RGB
CMYK
RGB Variations
Color information
#DB5AB3 (or 0xDB5AB3) is known color: Fuchsia. HEX triplet: DB, 5A and B3. RGB value is (219,90,179). Sum of RGB (Red+Green+Blue) = 219+90+179=488 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.88% from 488); Green value is 90 (35.55% from 255 or 18.44% from 488); Blue value is 179 (70.31% from 255 or 36.68% from 488); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5AB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB5AB3 is #24A54C. Grayscale: #8A8A8A. Windows color (decimal): -2401613 or 11754203. OLE color: 11754203.
HSL color Cylindrical-coordinate representation of color #DB5AB3: hue angle of 318.6º 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 #DB5AB3 is Cyan = 0, Magento = 0.59, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 90 | 179 | - |
| CMYK | 0 | 0.59 | 0.18 | 0.14 |
| HSL | 318.6º | 0.64% | 0.61% | - |
| HSV(B) | 318.6º | 0.59% | 0.86% | - |
| XYZ | 41.01 | 25.63 | 45.43 | - |
| YUV | 138.72 | 150.74 | 185.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 90 | 179 | 0 | 0.59 | 0.18 | 0.14 | 318.6 | 0.64 | 0.61 |
| Hex | DB | 5A | B3 | 0 | 3B | 12 | E | 13F | 40 | 3D |
| Octal | 333 | 132 | 263 | 0 | 73 | 22 | 16 | 477 | 100 | 75 |
| Binary | 11011011 | 1011010 | 10110011 | 0 | 111011 | 10010 | 1110 | 100111111 | 1000000 | 111101 |
Color Harmonies of #DB5AB3
Complementary color
Monochromatic Colors of #DB5AB3
Black with #DB5AB3
Text Example
Text Example
White with #DB5AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5AB3; }
p { color: rgb(219,90,179); }
H1.HeaderClassName
{
color: #DB5AB3;
}
.AnyTagClassName
{
color: #DB5AB3;
}
</style>
background-color css
<style>
a { background-color: #DB5AB3; }
a { background-color: rgb(219,90,179); }
div.DivClassName
{
background-color: #DB5AB3;
}
.BgClassName
{
background-color: #DB5AB3;
}
</style>
border-color css
<style>
span { border-color: #DB5AB3; }
span { border-color: rgb(219,90,179); }
td.TdClassName
{
border-color: #DB5AB3;
}
.TagClassName
{
border-color: #DB5AB3;
}
</style>