Shades of Fuchsia #DF4CB5
Tints of Fuchsia #DF4CB5
RGB
CMYK
RGB Variations
Color information
#DF4CB5 (or 0xDF4CB5) is known color: Fuchsia. HEX triplet: DF, 4C and B5. RGB value is (223,76,181). Sum of RGB (Red+Green+Blue) = 223+76+181=480 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.46% from 480); Green value is 76 (30.08% from 255 or 15.83% from 480); Blue value is 181 (71.09% from 255 or 37.71% from 480); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4CB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF4CB5 is #20B34A. Grayscale: #838383. Windows color (decimal): -2143051 or 11881695. OLE color: 11881695.
HSL color Cylindrical-coordinate representation of color #DF4CB5: hue angle of 317.14º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DF4CB5 is Cyan = 0, Magento = 0.66, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 76 | 181 | - |
| CMYK | 0 | 0.66 | 0.19 | 0.13 |
| HSL | 317.14º | 0.7% | 0.59% | - |
| HSV(B) | 317.14º | 0.66% | 0.87% | - |
| XYZ | 41.36 | 24.19 | 46.21 | - |
| YUV | 131.92 | 155.7 | 192.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 76 | 181 | 0 | 0.66 | 0.19 | 0.13 | 317.14 | 0.7 | 0.59 |
| Hex | DF | 4C | B5 | 0 | 42 | 13 | D | 13D | 46 | 3B |
| Octal | 337 | 114 | 265 | 0 | 102 | 23 | 15 | 475 | 106 | 73 |
| Binary | 11011111 | 1001100 | 10110101 | 0 | 1000010 | 10011 | 1101 | 100111101 | 1000110 | 111011 |
Color Harmonies of #DF4CB5
Complementary color
Monochromatic Colors of #DF4CB5
Black with #DF4CB5
Text Example
Text Example
White with #DF4CB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4CB5; }
p { color: rgb(223,76,181); }
H1.HeaderClassName
{
color: #DF4CB5;
}
.AnyTagClassName
{
color: #DF4CB5;
}
</style>
background-color css
<style>
a { background-color: #DF4CB5; }
a { background-color: rgb(223,76,181); }
div.DivClassName
{
background-color: #DF4CB5;
}
.BgClassName
{
background-color: #DF4CB5;
}
</style>
border-color css
<style>
span { border-color: #DF4CB5; }
span { border-color: rgb(223,76,181); }
td.TdClassName
{
border-color: #DF4CB5;
}
.TagClassName
{
border-color: #DF4CB5;
}
</style>