Shades of Fuchsia #DB4DAF
Tints of Fuchsia #DB4DAF
RGB
CMYK
RGB Variations
Color information
#DB4DAF (or 0xDB4DAF) is known color: Fuchsia. HEX triplet: DB, 4D and AF. RGB value is (219,77,175). Sum of RGB (Red+Green+Blue) = 219+77+175=471 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.50% from 471); Green value is 77 (30.47% from 255 or 16.35% from 471); Blue value is 175 (68.75% from 255 or 37.15% from 471); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4DAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB4DAF is #24B250. Grayscale: #828282. Windows color (decimal): -2404945 or 11488731. OLE color: 11488731.
HSL color Cylindrical-coordinate representation of color #DB4DAF: hue angle of 318.59º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DB4DAF is Cyan = 0, Magento = 0.65, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 77 | 175 | - |
| CMYK | 0 | 0.65 | 0.20 | 0.14 |
| HSL | 318.59º | 0.66% | 0.58% | - |
| HSV(B) | 318.59º | 0.65% | 0.86% | - |
| XYZ | 39.61 | 23.46 | 43 | - |
| YUV | 130.63 | 153.04 | 191.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 77 | 175 | 0 | 0.65 | 0.20 | 0.14 | 318.59 | 0.66 | 0.58 |
| Hex | DB | 4D | AF | 0 | 41 | 14 | E | 13F | 42 | 3A |
| Octal | 333 | 115 | 257 | 0 | 101 | 24 | 16 | 477 | 102 | 72 |
| Binary | 11011011 | 1001101 | 10101111 | 0 | 1000001 | 10100 | 1110 | 100111111 | 1000010 | 111010 |
Color Harmonies of #DB4DAF
Complementary color
Monochromatic Colors of #DB4DAF
Black with #DB4DAF
Text Example
Text Example
White with #DB4DAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4DAF; }
p { color: rgb(219,77,175); }
H1.HeaderClassName
{
color: #DB4DAF;
}
.AnyTagClassName
{
color: #DB4DAF;
}
</style>
background-color css
<style>
a { background-color: #DB4DAF; }
a { background-color: rgb(219,77,175); }
div.DivClassName
{
background-color: #DB4DAF;
}
.BgClassName
{
background-color: #DB4DAF;
}
</style>
border-color css
<style>
span { border-color: #DB4DAF; }
span { border-color: rgb(219,77,175); }
td.TdClassName
{
border-color: #DB4DAF;
}
.TagClassName
{
border-color: #DB4DAF;
}
</style>