Shades of Fuchsia #DF49B6
Tints of Fuchsia #DF49B6
RGB
CMYK
RGB Variations
Color information
#DF49B6 (or 0xDF49B6) is known color: Fuchsia. HEX triplet: DF, 49 and B6. RGB value is (223,73,182). Sum of RGB (Red+Green+Blue) = 223+73+182=478 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.65% from 478); Green value is 73 (28.91% from 255 or 15.27% from 478); Blue value is 182 (71.48% from 255 or 38.08% from 478); Max value from RGB is 223 - color contains mainly: red. Hex color #DF49B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF49B6 is #20B649. Grayscale: #818181. Windows color (decimal): -2143818 or 11946463. OLE color: 11946463.
HSL color Cylindrical-coordinate representation of color #DF49B6: hue angle of 316.4º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DF49B6 is Cyan = 0, Magento = 0.67, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 73 | 182 | - |
| CMYK | 0 | 0.67 | 0.18 | 0.13 |
| HSL | 316.4º | 0.7% | 0.58% | - |
| HSV(B) | 316.4º | 0.67% | 0.87% | - |
| XYZ | 41.26 | 23.83 | 46.68 | - |
| YUV | 130.28 | 157.2 | 194.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 73 | 182 | 0 | 0.67 | 0.18 | 0.13 | 316.4 | 0.7 | 0.58 |
| Hex | DF | 49 | B6 | 0 | 43 | 12 | D | 13C | 46 | 3A |
| Octal | 337 | 111 | 266 | 0 | 103 | 22 | 15 | 474 | 106 | 72 |
| Binary | 11011111 | 1001001 | 10110110 | 0 | 1000011 | 10010 | 1101 | 100111100 | 1000110 | 111010 |
Color Harmonies of #DF49B6
Complementary color
Monochromatic Colors of #DF49B6
Black with #DF49B6
Text Example
Text Example
White with #DF49B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF49B6; }
p { color: rgb(223,73,182); }
H1.HeaderClassName
{
color: #DF49B6;
}
.AnyTagClassName
{
color: #DF49B6;
}
</style>
background-color css
<style>
a { background-color: #DF49B6; }
a { background-color: rgb(223,73,182); }
div.DivClassName
{
background-color: #DF49B6;
}
.BgClassName
{
background-color: #DF49B6;
}
</style>
border-color css
<style>
span { border-color: #DF49B6; }
span { border-color: rgb(223,73,182); }
td.TdClassName
{
border-color: #DF49B6;
}
.TagClassName
{
border-color: #DF49B6;
}
</style>