Shades of Fuchsia #DF50B5
Tints of Fuchsia #DF50B5
RGB
CMYK
RGB Variations
Color information
#DF50B5 (or 0xDF50B5) is known color: Fuchsia. HEX triplet: DF, 50 and B5. RGB value is (223,80,181). Sum of RGB (Red+Green+Blue) = 223+80+181=484 (64% of max value = 765). Red value is 223 (87.5% from 255 or 46.07% from 484); Green value is 80 (31.64% from 255 or 16.53% from 484); Blue value is 181 (71.09% from 255 or 37.40% from 484); Max value from RGB is 223 - color contains mainly: red. Hex color #DF50B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF50B5 is #20AF4A. Grayscale: #868686. Windows color (decimal): -2142027 or 11882719. OLE color: 11882719.
HSL color Cylindrical-coordinate representation of color #DF50B5: hue angle of 317.62º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DF50B5 is Cyan = 0, Magento = 0.64, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 80 | 181 | - |
| CMYK | 0 | 0.64 | 0.19 | 0.13 |
| HSL | 317.62º | 0.69% | 0.59% | - |
| HSV(B) | 317.62º | 0.64% | 0.87% | - |
| XYZ | 41.64 | 24.76 | 46.3 | - |
| YUV | 134.27 | 154.38 | 191.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 80 | 181 | 0 | 0.64 | 0.19 | 0.13 | 317.62 | 0.69 | 0.59 |
| Hex | DF | 50 | B5 | 0 | 40 | 13 | D | 13E | 45 | 3B |
| Octal | 337 | 120 | 265 | 0 | 100 | 23 | 15 | 476 | 105 | 73 |
| Binary | 11011111 | 1010000 | 10110101 | 0 | 1000000 | 10011 | 1101 | 100111110 | 1000101 | 111011 |
Color Harmonies of #DF50B5
Complementary color
Monochromatic Colors of #DF50B5
Black with #DF50B5
Text Example
Text Example
White with #DF50B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF50B5; }
p { color: rgb(223,80,181); }
H1.HeaderClassName
{
color: #DF50B5;
}
.AnyTagClassName
{
color: #DF50B5;
}
</style>
background-color css
<style>
a { background-color: #DF50B5; }
a { background-color: rgb(223,80,181); }
div.DivClassName
{
background-color: #DF50B5;
}
.BgClassName
{
background-color: #DF50B5;
}
</style>
border-color css
<style>
span { border-color: #DF50B5; }
span { border-color: rgb(223,80,181); }
td.TdClassName
{
border-color: #DF50B5;
}
.TagClassName
{
border-color: #DF50B5;
}
</style>