Shades of Fuchsia #DF48B4
Tints of Fuchsia #DF48B4
RGB
CMYK
RGB Variations
Color information
#DF48B4 (or 0xDF48B4) is known color: Fuchsia. HEX triplet: DF, 48 and B4. RGB value is (223,72,180). Sum of RGB (Red+Green+Blue) = 223+72+180=475 (62% of max value = 765). Red value is 223 (87.5% from 255 or 46.95% from 475); Green value is 72 (28.52% from 255 or 15.16% from 475); Blue value is 180 (70.70% from 255 or 37.89% from 475); Max value from RGB is 223 - color contains mainly: red. Hex color #DF48B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF48B4 is #20B74B. Grayscale: #818181. Windows color (decimal): -2144076 or 11815135. OLE color: 11815135.
HSL color Cylindrical-coordinate representation of color #DF48B4: hue angle of 317.09º 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 #DF48B4 is Cyan = 0, Magento = 0.68, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 72 | 180 | - |
| CMYK | 0 | 0.68 | 0.19 | 0.13 |
| HSL | 317.09º | 0.7% | 0.58% | - |
| HSV(B) | 317.09º | 0.68% | 0.87% | - |
| XYZ | 40.99 | 23.62 | 45.58 | - |
| YUV | 129.46 | 156.53 | 194.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 72 | 180 | 0 | 0.68 | 0.19 | 0.13 | 317.09 | 0.7 | 0.58 |
| Hex | DF | 48 | B4 | 0 | 44 | 13 | D | 13D | 46 | 3A |
| Octal | 337 | 110 | 264 | 0 | 104 | 23 | 15 | 475 | 106 | 72 |
| Binary | 11011111 | 1001000 | 10110100 | 0 | 1000100 | 10011 | 1101 | 100111101 | 1000110 | 111010 |
Color Harmonies of #DF48B4
Complementary color
Monochromatic Colors of #DF48B4
Black with #DF48B4
Text Example
Text Example
White with #DF48B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF48B4; }
p { color: rgb(223,72,180); }
H1.HeaderClassName
{
color: #DF48B4;
}
.AnyTagClassName
{
color: #DF48B4;
}
</style>
background-color css
<style>
a { background-color: #DF48B4; }
a { background-color: rgb(223,72,180); }
div.DivClassName
{
background-color: #DF48B4;
}
.BgClassName
{
background-color: #DF48B4;
}
</style>
border-color css
<style>
span { border-color: #DF48B4; }
span { border-color: rgb(223,72,180); }
td.TdClassName
{
border-color: #DF48B4;
}
.TagClassName
{
border-color: #DF48B4;
}
</style>