Shades of Fuchsia #DF45B3
Tints of Fuchsia #DF45B3
RGB
CMYK
RGB Variations
Color information
#DF45B3 (or 0xDF45B3) is known color: Fuchsia. HEX triplet: DF, 45 and B3. RGB value is (223,69,179). Sum of RGB (Red+Green+Blue) = 223+69+179=471 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.35% from 471); Green value is 69 (27.34% from 255 or 14.65% from 471); Blue value is 179 (70.31% from 255 or 38.00% from 471); Max value from RGB is 223 - color contains mainly: red. Hex color #DF45B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF45B3 is #20BA4C. Grayscale: #7F7F7F. Windows color (decimal): -2144845 or 11748831. OLE color: 11748831.
HSL color Cylindrical-coordinate representation of color #DF45B3: hue angle of 317.14º 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 #DF45B3 is Cyan = 0, Magento = 0.69, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 69 | 179 | - |
| CMYK | 0 | 0.69 | 0.20 | 0.13 |
| HSL | 317.14º | 0.71% | 0.57% | - |
| HSV(B) | 317.14º | 0.69% | 0.87% | - |
| XYZ | 40.7 | 23.2 | 44.98 | - |
| YUV | 127.59 | 157.02 | 196.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 69 | 179 | 0 | 0.69 | 0.20 | 0.13 | 317.14 | 0.71 | 0.57 |
| Hex | DF | 45 | B3 | 0 | 45 | 14 | D | 13D | 47 | 39 |
| Octal | 337 | 105 | 263 | 0 | 105 | 24 | 15 | 475 | 107 | 71 |
| Binary | 11011111 | 1000101 | 10110011 | 0 | 1000101 | 10100 | 1101 | 100111101 | 1000111 | 111001 |
Color Harmonies of #DF45B3
Complementary color
Monochromatic Colors of #DF45B3
Black with #DF45B3
Text Example
Text Example
White with #DF45B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF45B3; }
p { color: rgb(223,69,179); }
H1.HeaderClassName
{
color: #DF45B3;
}
.AnyTagClassName
{
color: #DF45B3;
}
</style>
background-color css
<style>
a { background-color: #DF45B3; }
a { background-color: rgb(223,69,179); }
div.DivClassName
{
background-color: #DF45B3;
}
.BgClassName
{
background-color: #DF45B3;
}
</style>
border-color css
<style>
span { border-color: #DF45B3; }
span { border-color: rgb(223,69,179); }
td.TdClassName
{
border-color: #DF45B3;
}
.TagClassName
{
border-color: #DF45B3;
}
</style>