Shades of Fuchsia #DC54B4
Tints of Fuchsia #DC54B4
RGB
CMYK
RGB Variations
Color information
#DC54B4 (or 0xDC54B4) is known color: Fuchsia. HEX triplet: DC, 54 and B4. RGB value is (220,84,180). Sum of RGB (Red+Green+Blue) = 220+84+180=484 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.45% from 484); Green value is 84 (33.20% from 255 or 17.36% from 484); Blue value is 180 (70.70% from 255 or 37.19% from 484); Max value from RGB is 220 - color contains mainly: red. Hex color #DC54B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC54B4 is #23AB4B. Grayscale: #878787. Windows color (decimal): -2337612 or 11818204. OLE color: 11818204.
HSL color Cylindrical-coordinate representation of color #DC54B4: hue angle of 317.65º 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 #DC54B4 is Cyan = 0, Magento = 0.62, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 84 | 180 | - |
| CMYK | 0 | 0.62 | 0.18 | 0.14 |
| HSL | 317.65º | 0.66% | 0.6% | - |
| HSV(B) | 317.65º | 0.62% | 0.86% | - |
| XYZ | 40.92 | 24.85 | 45.82 | - |
| YUV | 135.61 | 153.06 | 188.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 84 | 180 | 0 | 0.62 | 0.18 | 0.14 | 317.65 | 0.66 | 0.6 |
| Hex | DC | 54 | B4 | 0 | 3E | 12 | E | 13E | 42 | 3C |
| Octal | 334 | 124 | 264 | 0 | 76 | 22 | 16 | 476 | 102 | 74 |
| Binary | 11011100 | 1010100 | 10110100 | 0 | 111110 | 10010 | 1110 | 100111110 | 1000010 | 111100 |
Color Harmonies of #DC54B4
Complementary color
Monochromatic Colors of #DC54B4
Black with #DC54B4
Text Example
Text Example
White with #DC54B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC54B4; }
p { color: rgb(220,84,180); }
H1.HeaderClassName
{
color: #DC54B4;
}
.AnyTagClassName
{
color: #DC54B4;
}
</style>
background-color css
<style>
a { background-color: #DC54B4; }
a { background-color: rgb(220,84,180); }
div.DivClassName
{
background-color: #DC54B4;
}
.BgClassName
{
background-color: #DC54B4;
}
</style>
border-color css
<style>
span { border-color: #DC54B4; }
span { border-color: rgb(220,84,180); }
td.TdClassName
{
border-color: #DC54B4;
}
.TagClassName
{
border-color: #DC54B4;
}
</style>