Shades of Fuchsia #DF48B7
Tints of Fuchsia #DF48B7
RGB
CMYK
RGB Variations
Color information
#DF48B7 (or 0xDF48B7) is known color: Fuchsia. HEX triplet: DF, 48 and B7. RGB value is (223,72,183). Sum of RGB (Red+Green+Blue) = 223+72+183=478 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.65% from 478); Green value is 72 (28.52% from 255 or 15.06% from 478); Blue value is 183 (71.88% from 255 or 38.28% from 478); Max value from RGB is 223 - color contains mainly: red. Hex color #DF48B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF48B7 is #20B748. Grayscale: #818181. Windows color (decimal): -2144073 or 12011743. OLE color: 12011743.
HSL color Cylindrical-coordinate representation of color #DF48B7: hue angle of 315.89º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DF48B7 is Cyan = 0, Magento = 0.68, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 72 | 183 | - |
| CMYK | 0 | 0.68 | 0.18 | 0.13 |
| HSL | 315.89º | 0.7% | 0.58% | - |
| HSV(B) | 315.89º | 0.68% | 0.87% | - |
| XYZ | 41.3 | 23.74 | 47.21 | - |
| YUV | 129.8 | 158.03 | 194.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 72 | 183 | 0 | 0.68 | 0.18 | 0.13 | 315.89 | 0.7 | 0.58 |
| Hex | DF | 48 | B7 | 0 | 44 | 12 | D | 13C | 46 | 3A |
| Octal | 337 | 110 | 267 | 0 | 104 | 22 | 15 | 474 | 106 | 72 |
| Binary | 11011111 | 1001000 | 10110111 | 0 | 1000100 | 10010 | 1101 | 100111100 | 1000110 | 111010 |
Color Harmonies of #DF48B7
Complementary color
Monochromatic Colors of #DF48B7
Black with #DF48B7
Text Example
Text Example
White with #DF48B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF48B7; }
p { color: rgb(223,72,183); }
H1.HeaderClassName
{
color: #DF48B7;
}
.AnyTagClassName
{
color: #DF48B7;
}
</style>
background-color css
<style>
a { background-color: #DF48B7; }
a { background-color: rgb(223,72,183); }
div.DivClassName
{
background-color: #DF48B7;
}
.BgClassName
{
background-color: #DF48B7;
}
</style>
border-color css
<style>
span { border-color: #DF48B7; }
span { border-color: rgb(223,72,183); }
td.TdClassName
{
border-color: #DF48B7;
}
.TagClassName
{
border-color: #DF48B7;
}
</style>