Shades of Fuchsia #DB50AF
Tints of Fuchsia #DB50AF
RGB
CMYK
RGB Variations
Color information
#DB50AF (or 0xDB50AF) is known color: Fuchsia. HEX triplet: DB, 50 and AF. RGB value is (219,80,175). Sum of RGB (Red+Green+Blue) = 219+80+175=474 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.20% from 474); Green value is 80 (31.64% from 255 or 16.88% from 474); Blue value is 175 (68.75% from 255 or 36.92% from 474); Max value from RGB is 219 - color contains mainly: red. Hex color #DB50AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB50AF is #24AF50. Grayscale: #848484. Windows color (decimal): -2404177 or 11489499. OLE color: 11489499.
HSL color Cylindrical-coordinate representation of color #DB50AF: hue angle of 318.99º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DB50AF is Cyan = 0, Magento = 0.63, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 80 | 175 | - |
| CMYK | 0 | 0.63 | 0.20 | 0.14 |
| HSL | 318.99º | 0.66% | 0.59% | - |
| HSV(B) | 318.99º | 0.63% | 0.86% | - |
| XYZ | 39.82 | 23.89 | 43.07 | - |
| YUV | 132.39 | 152.05 | 189.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 80 | 175 | 0 | 0.63 | 0.20 | 0.14 | 318.99 | 0.66 | 0.59 |
| Hex | DB | 50 | AF | 0 | 3F | 14 | E | 13F | 42 | 3B |
| Octal | 333 | 120 | 257 | 0 | 77 | 24 | 16 | 477 | 102 | 73 |
| Binary | 11011011 | 1010000 | 10101111 | 0 | 111111 | 10100 | 1110 | 100111111 | 1000010 | 111011 |
Color Harmonies of #DB50AF
Complementary color
Monochromatic Colors of #DB50AF
Black with #DB50AF
Text Example
Text Example
White with #DB50AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB50AF; }
p { color: rgb(219,80,175); }
H1.HeaderClassName
{
color: #DB50AF;
}
.AnyTagClassName
{
color: #DB50AF;
}
</style>
background-color css
<style>
a { background-color: #DB50AF; }
a { background-color: rgb(219,80,175); }
div.DivClassName
{
background-color: #DB50AF;
}
.BgClassName
{
background-color: #DB50AF;
}
</style>
border-color css
<style>
span { border-color: #DB50AF; }
span { border-color: rgb(219,80,175); }
td.TdClassName
{
border-color: #DB50AF;
}
.TagClassName
{
border-color: #DB50AF;
}
</style>