Shades of Fuchsia #DB49AF
Tints of Fuchsia #DB49AF
RGB
CMYK
RGB Variations
Color information
#DB49AF (or 0xDB49AF) is known color: Fuchsia. HEX triplet: DB, 49 and AF. RGB value is (219,73,175). Sum of RGB (Red+Green+Blue) = 219+73+175=467 (61% of max value = 765). Red value is 219 (85.94% from 255 or 46.90% from 467); Green value is 73 (28.91% from 255 or 15.63% from 467); Blue value is 175 (68.75% from 255 or 37.47% from 467); Max value from RGB is 219 - color contains mainly: red. Hex color #DB49AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB49AF is #24B650. Grayscale: #808080. Windows color (decimal): -2405969 or 11487707. OLE color: 11487707.
HSL color Cylindrical-coordinate representation of color #DB49AF: hue angle of 318.08º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DB49AF is Cyan = 0, Magento = 0.67, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 73 | 175 | - |
| CMYK | 0 | 0.67 | 0.20 | 0.14 |
| HSL | 318.08º | 0.67% | 0.57% | - |
| HSV(B) | 318.08º | 0.67% | 0.86% | - |
| XYZ | 39.33 | 22.92 | 42.91 | - |
| YUV | 128.28 | 154.37 | 192.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 73 | 175 | 0 | 0.67 | 0.20 | 0.14 | 318.08 | 0.67 | 0.57 |
| Hex | DB | 49 | AF | 0 | 43 | 14 | E | 13E | 43 | 39 |
| Octal | 333 | 111 | 257 | 0 | 103 | 24 | 16 | 476 | 103 | 71 |
| Binary | 11011011 | 1001001 | 10101111 | 0 | 1000011 | 10100 | 1110 | 100111110 | 1000011 | 111001 |
Color Harmonies of #DB49AF
Complementary color
Monochromatic Colors of #DB49AF
Black with #DB49AF
Text Example
Text Example
White with #DB49AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB49AF; }
p { color: rgb(219,73,175); }
H1.HeaderClassName
{
color: #DB49AF;
}
.AnyTagClassName
{
color: #DB49AF;
}
</style>
background-color css
<style>
a { background-color: #DB49AF; }
a { background-color: rgb(219,73,175); }
div.DivClassName
{
background-color: #DB49AF;
}
.BgClassName
{
background-color: #DB49AF;
}
</style>
border-color css
<style>
span { border-color: #DB49AF; }
span { border-color: rgb(219,73,175); }
td.TdClassName
{
border-color: #DB49AF;
}
.TagClassName
{
border-color: #DB49AF;
}
</style>