Shades of Fuchsia #DC45B8
Tints of Fuchsia #DC45B8
RGB
CMYK
RGB Variations
Color information
#DC45B8 (or 0xDC45B8) is known color: Fuchsia. HEX triplet: DC, 45 and B8. RGB value is (220,69,184). Sum of RGB (Red+Green+Blue) = 220+69+184=473 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.51% from 473); Green value is 69 (27.34% from 255 or 14.59% from 473); Blue value is 184 (72.27% from 255 or 38.90% from 473); Max value from RGB is 220 - color contains mainly: red. Hex color #DC45B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC45B8 is #23BA47. Grayscale: #7E7E7E. Windows color (decimal): -2341448 or 12076508. OLE color: 12076508.
HSL color Cylindrical-coordinate representation of color #DC45B8: hue angle of 314.3º 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 #DC45B8 is Cyan = 0, Magento = 0.69, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 69 | 184 | - |
| CMYK | 0 | 0.69 | 0.16 | 0.14 |
| HSL | 314.3º | 0.68% | 0.57% | - |
| HSV(B) | 314.3º | 0.69% | 0.86% | - |
| XYZ | 40.3 | 22.93 | 47.65 | - |
| YUV | 127.26 | 160.03 | 194.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 69 | 184 | 0 | 0.69 | 0.16 | 0.14 | 314.3 | 0.68 | 0.57 |
| Hex | DC | 45 | B8 | 0 | 45 | 10 | E | 13A | 44 | 39 |
| Octal | 334 | 105 | 270 | 0 | 105 | 20 | 16 | 472 | 104 | 71 |
| Binary | 11011100 | 1000101 | 10111000 | 0 | 1000101 | 10000 | 1110 | 100111010 | 1000100 | 111001 |
Color Harmonies of #DC45B8
Complementary color
Monochromatic Colors of #DC45B8
Black with #DC45B8
Text Example
Text Example
White with #DC45B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC45B8; }
p { color: rgb(220,69,184); }
H1.HeaderClassName
{
color: #DC45B8;
}
.AnyTagClassName
{
color: #DC45B8;
}
</style>
background-color css
<style>
a { background-color: #DC45B8; }
a { background-color: rgb(220,69,184); }
div.DivClassName
{
background-color: #DC45B8;
}
.BgClassName
{
background-color: #DC45B8;
}
</style>
border-color css
<style>
span { border-color: #DC45B8; }
span { border-color: rgb(220,69,184); }
td.TdClassName
{
border-color: #DC45B8;
}
.TagClassName
{
border-color: #DC45B8;
}
</style>