Shades of Fuchsia #DF48B5
Tints of Fuchsia #DF48B5
RGB
CMYK
RGB Variations
Color information
#DF48B5 (or 0xDF48B5) is known color: Fuchsia. HEX triplet: DF, 48 and B5. RGB value is (223,72,181). Sum of RGB (Red+Green+Blue) = 223+72+181=476 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.85% from 476); Green value is 72 (28.52% from 255 or 15.13% from 476); Blue value is 181 (71.09% from 255 or 38.03% from 476); Max value from RGB is 223 - color contains mainly: red. Hex color #DF48B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF48B5 is #20B74A. Grayscale: #818181. Windows color (decimal): -2144075 or 11880671. OLE color: 11880671.
HSL color Cylindrical-coordinate representation of color #DF48B5: hue angle of 316.69º 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 #DF48B5 is Cyan = 0, Magento = 0.68, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 72 | 181 | - |
| CMYK | 0 | 0.68 | 0.19 | 0.13 |
| HSL | 316.69º | 0.7% | 0.58% | - |
| HSV(B) | 316.69º | 0.68% | 0.87% | - |
| XYZ | 41.09 | 23.66 | 46.12 | - |
| YUV | 129.58 | 157.03 | 194.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 72 | 181 | 0 | 0.68 | 0.19 | 0.13 | 316.69 | 0.7 | 0.58 |
| Hex | DF | 48 | B5 | 0 | 44 | 13 | D | 13D | 46 | 3A |
| Octal | 337 | 110 | 265 | 0 | 104 | 23 | 15 | 475 | 106 | 72 |
| Binary | 11011111 | 1001000 | 10110101 | 0 | 1000100 | 10011 | 1101 | 100111101 | 1000110 | 111010 |
Color Harmonies of #DF48B5
Complementary color
Monochromatic Colors of #DF48B5
Black with #DF48B5
Text Example
Text Example
White with #DF48B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF48B5; }
p { color: rgb(223,72,181); }
H1.HeaderClassName
{
color: #DF48B5;
}
.AnyTagClassName
{
color: #DF48B5;
}
</style>
background-color css
<style>
a { background-color: #DF48B5; }
a { background-color: rgb(223,72,181); }
div.DivClassName
{
background-color: #DF48B5;
}
.BgClassName
{
background-color: #DF48B5;
}
</style>
border-color css
<style>
span { border-color: #DF48B5; }
span { border-color: rgb(223,72,181); }
td.TdClassName
{
border-color: #DF48B5;
}
.TagClassName
{
border-color: #DF48B5;
}
</style>