Shades of Fuchsia #DC45B9
Tints of Fuchsia #DC45B9
RGB
CMYK
RGB Variations
Color information
#DC45B9 (or 0xDC45B9) is known color: Fuchsia. HEX triplet: DC, 45 and B9. RGB value is (220,69,185). Sum of RGB (Red+Green+Blue) = 220+69+185=474 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.41% from 474); Green value is 69 (27.34% from 255 or 14.56% from 474); Blue value is 185 (72.66% from 255 or 39.03% from 474); Max value from RGB is 220 - color contains mainly: red. Hex color #DC45B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC45B9 is #23BA46. Grayscale: #7F7F7F. Windows color (decimal): -2341447 or 12142044. OLE color: 12142044.
HSL color Cylindrical-coordinate representation of color #DC45B9: hue angle of 313.91º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DC45B9 is Cyan = 0, Magento = 0.69, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 69 | 185 | - |
| CMYK | 0 | 0.69 | 0.16 | 0.14 |
| HSL | 313.91º | 0.68% | 0.57% | - |
| HSV(B) | 313.91º | 0.69% | 0.86% | - |
| XYZ | 40.4 | 22.97 | 48.2 | - |
| YUV | 127.37 | 160.53 | 194.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 69 | 185 | 0 | 0.69 | 0.16 | 0.14 | 313.91 | 0.68 | 0.57 |
| Hex | DC | 45 | B9 | 0 | 45 | 10 | E | 13A | 44 | 39 |
| Octal | 334 | 105 | 271 | 0 | 105 | 20 | 16 | 472 | 104 | 71 |
| Binary | 11011100 | 1000101 | 10111001 | 0 | 1000101 | 10000 | 1110 | 100111010 | 1000100 | 111001 |
Color Harmonies of #DC45B9
Complementary color
Monochromatic Colors of #DC45B9
Black with #DC45B9
Text Example
Text Example
White with #DC45B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC45B9; }
p { color: rgb(220,69,185); }
H1.HeaderClassName
{
color: #DC45B9;
}
.AnyTagClassName
{
color: #DC45B9;
}
</style>
background-color css
<style>
a { background-color: #DC45B9; }
a { background-color: rgb(220,69,185); }
div.DivClassName
{
background-color: #DC45B9;
}
.BgClassName
{
background-color: #DC45B9;
}
</style>
border-color css
<style>
span { border-color: #DC45B9; }
span { border-color: rgb(220,69,185); }
td.TdClassName
{
border-color: #DC45B9;
}
.TagClassName
{
border-color: #DC45B9;
}
</style>