Shades of Fuchsia #DC45B7
Tints of Fuchsia #DC45B7
RGB
CMYK
RGB Variations
Color information
#DC45B7 (or 0xDC45B7) is known color: Fuchsia. HEX triplet: DC, 45 and B7. RGB value is (220,69,183). Sum of RGB (Red+Green+Blue) = 220+69+183=472 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.61% from 472); Green value is 69 (27.34% from 255 or 14.62% from 472); Blue value is 183 (71.88% from 255 or 38.77% from 472); Max value from RGB is 220 - color contains mainly: red. Hex color #DC45B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC45B7 is #23BA48. Grayscale: #7E7E7E. Windows color (decimal): -2341449 or 12010972. OLE color: 12010972.
HSL color Cylindrical-coordinate representation of color #DC45B7: hue angle of 314.7º 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 #DC45B7 is Cyan = 0, Magento = 0.69, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 69 | 183 | - |
| CMYK | 0 | 0.69 | 0.17 | 0.14 |
| HSL | 314.7º | 0.68% | 0.57% | - |
| HSV(B) | 314.7º | 0.69% | 0.86% | - |
| XYZ | 40.19 | 22.89 | 47.1 | - |
| YUV | 127.15 | 159.53 | 194.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 69 | 183 | 0 | 0.69 | 0.17 | 0.14 | 314.7 | 0.68 | 0.57 |
| Hex | DC | 45 | B7 | 0 | 45 | 11 | E | 13B | 44 | 39 |
| Octal | 334 | 105 | 267 | 0 | 105 | 21 | 16 | 473 | 104 | 71 |
| Binary | 11011100 | 1000101 | 10110111 | 0 | 1000101 | 10001 | 1110 | 100111011 | 1000100 | 111001 |
Color Harmonies of #DC45B7
Complementary color
Monochromatic Colors of #DC45B7
Black with #DC45B7
Text Example
Text Example
White with #DC45B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC45B7; }
p { color: rgb(220,69,183); }
H1.HeaderClassName
{
color: #DC45B7;
}
.AnyTagClassName
{
color: #DC45B7;
}
</style>
background-color css
<style>
a { background-color: #DC45B7; }
a { background-color: rgb(220,69,183); }
div.DivClassName
{
background-color: #DC45B7;
}
.BgClassName
{
background-color: #DC45B7;
}
</style>
border-color css
<style>
span { border-color: #DC45B7; }
span { border-color: rgb(220,69,183); }
td.TdClassName
{
border-color: #DC45B7;
}
.TagClassName
{
border-color: #DC45B7;
}
</style>