Shades of Fuchsia #DF45B9
Tints of Fuchsia #DF45B9
RGB
CMYK
RGB Variations
Color information
#DF45B9 (or 0xDF45B9) is known color: Fuchsia. HEX triplet: DF, 45 and B9. RGB value is (223,69,185). Sum of RGB (Red+Green+Blue) = 223+69+185=477 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.75% from 477); Green value is 69 (27.34% from 255 or 14.47% from 477); Blue value is 185 (72.66% from 255 or 38.78% from 477); Max value from RGB is 223 - color contains mainly: red. Hex color #DF45B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF45B9 is #20BA46. Grayscale: #7F7F7F. Windows color (decimal): -2144839 or 12142047. OLE color: 12142047.
HSL color Cylindrical-coordinate representation of color #DF45B9: hue angle of 314.81º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DF45B9 is Cyan = 0, Magento = 0.69, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 69 | 185 | - |
| CMYK | 0 | 0.69 | 0.17 | 0.13 |
| HSL | 314.81º | 0.71% | 0.57% | - |
| HSV(B) | 314.81º | 0.69% | 0.87% | - |
| XYZ | 41.32 | 23.45 | 48.25 | - |
| YUV | 128.27 | 160.02 | 195.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 69 | 185 | 0 | 0.69 | 0.17 | 0.13 | 314.81 | 0.71 | 0.57 |
| Hex | DF | 45 | B9 | 0 | 45 | 11 | D | 13B | 47 | 39 |
| Octal | 337 | 105 | 271 | 0 | 105 | 21 | 15 | 473 | 107 | 71 |
| Binary | 11011111 | 1000101 | 10111001 | 0 | 1000101 | 10001 | 1101 | 100111011 | 1000111 | 111001 |
Color Harmonies of #DF45B9
Complementary color
Monochromatic Colors of #DF45B9
Black with #DF45B9
Text Example
Text Example
White with #DF45B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF45B9; }
p { color: rgb(223,69,185); }
H1.HeaderClassName
{
color: #DF45B9;
}
.AnyTagClassName
{
color: #DF45B9;
}
</style>
background-color css
<style>
a { background-color: #DF45B9; }
a { background-color: rgb(223,69,185); }
div.DivClassName
{
background-color: #DF45B9;
}
.BgClassName
{
background-color: #DF45B9;
}
</style>
border-color css
<style>
span { border-color: #DF45B9; }
span { border-color: rgb(223,69,185); }
td.TdClassName
{
border-color: #DF45B9;
}
.TagClassName
{
border-color: #DF45B9;
}
</style>