Shades of Fuchsia #DF47B5
Tints of Fuchsia #DF47B5
RGB
CMYK
RGB Variations
Color information
#DF47B5 (or 0xDF47B5) is known color: Fuchsia. HEX triplet: DF, 47 and B5. RGB value is (223,71,181). Sum of RGB (Red+Green+Blue) = 223+71+181=475 (62% of max value = 765). Red value is 223 (87.5% from 255 or 46.95% from 475); Green value is 71 (28.12% from 255 or 14.95% from 475); Blue value is 181 (71.09% from 255 or 38.11% from 475); Max value from RGB is 223 - color contains mainly: red. Hex color #DF47B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF47B5 is #20B84A. Grayscale: #808080. Windows color (decimal): -2144331 or 11880415. OLE color: 11880415.
HSL color Cylindrical-coordinate representation of color #DF47B5: hue angle of 316.58º 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 #DF47B5 is Cyan = 0, Magento = 0.68, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 71 | 181 | - |
| CMYK | 0 | 0.68 | 0.19 | 0.13 |
| HSL | 316.58º | 0.7% | 0.58% | - |
| HSV(B) | 316.58º | 0.68% | 0.87% | - |
| XYZ | 41.03 | 23.53 | 46.1 | - |
| YUV | 128.99 | 157.36 | 195.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 71 | 181 | 0 | 0.68 | 0.19 | 0.13 | 316.58 | 0.7 | 0.58 |
| Hex | DF | 47 | B5 | 0 | 44 | 13 | D | 13D | 46 | 3A |
| Octal | 337 | 107 | 265 | 0 | 104 | 23 | 15 | 475 | 106 | 72 |
| Binary | 11011111 | 1000111 | 10110101 | 0 | 1000100 | 10011 | 1101 | 100111101 | 1000110 | 111010 |
Color Harmonies of #DF47B5
Complementary color
Monochromatic Colors of #DF47B5
Black with #DF47B5
Text Example
Text Example
White with #DF47B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF47B5; }
p { color: rgb(223,71,181); }
H1.HeaderClassName
{
color: #DF47B5;
}
.AnyTagClassName
{
color: #DF47B5;
}
</style>
background-color css
<style>
a { background-color: #DF47B5; }
a { background-color: rgb(223,71,181); }
div.DivClassName
{
background-color: #DF47B5;
}
.BgClassName
{
background-color: #DF47B5;
}
</style>
border-color css
<style>
span { border-color: #DF47B5; }
span { border-color: rgb(223,71,181); }
td.TdClassName
{
border-color: #DF47B5;
}
.TagClassName
{
border-color: #DF47B5;
}
</style>