Shades of Fuchsia #DC54B7
Tints of Fuchsia #DC54B7
RGB
CMYK
RGB Variations
Color information
#DC54B7 (or 0xDC54B7) is known color: Fuchsia. HEX triplet: DC, 54 and B7. RGB value is (220,84,183). Sum of RGB (Red+Green+Blue) = 220+84+183=487 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.17% from 487); Green value is 84 (33.20% from 255 or 17.25% from 487); Blue value is 183 (71.88% from 255 or 37.58% from 487); Max value from RGB is 220 - color contains mainly: red. Hex color #DC54B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC54B7 is #23AB48. Grayscale: #878787. Windows color (decimal): -2337609 or 12014812. OLE color: 12014812.
HSL color Cylindrical-coordinate representation of color #DC54B7: hue angle of 316.32º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DC54B7 is Cyan = 0, Magento = 0.62, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 84 | 183 | - |
| CMYK | 0 | 0.62 | 0.17 | 0.14 |
| HSL | 316.32º | 0.66% | 0.6% | - |
| HSV(B) | 316.32º | 0.62% | 0.86% | - |
| XYZ | 41.23 | 24.98 | 47.45 | - |
| YUV | 135.95 | 154.56 | 187.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 84 | 183 | 0 | 0.62 | 0.17 | 0.14 | 316.32 | 0.66 | 0.6 |
| Hex | DC | 54 | B7 | 0 | 3E | 11 | E | 13C | 42 | 3C |
| Octal | 334 | 124 | 267 | 0 | 76 | 21 | 16 | 474 | 102 | 74 |
| Binary | 11011100 | 1010100 | 10110111 | 0 | 111110 | 10001 | 1110 | 100111100 | 1000010 | 111100 |
Color Harmonies of #DC54B7
Complementary color
Monochromatic Colors of #DC54B7
Black with #DC54B7
Text Example
Text Example
White with #DC54B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC54B7; }
p { color: rgb(220,84,183); }
H1.HeaderClassName
{
color: #DC54B7;
}
.AnyTagClassName
{
color: #DC54B7;
}
</style>
background-color css
<style>
a { background-color: #DC54B7; }
a { background-color: rgb(220,84,183); }
div.DivClassName
{
background-color: #DC54B7;
}
.BgClassName
{
background-color: #DC54B7;
}
</style>
border-color css
<style>
span { border-color: #DC54B7; }
span { border-color: rgb(220,84,183); }
td.TdClassName
{
border-color: #DC54B7;
}
.TagClassName
{
border-color: #DC54B7;
}
</style>