Shades of Fuchsia #DC54B2
Tints of Fuchsia #DC54B2
RGB
CMYK
RGB Variations
Color information
#DC54B2 (or 0xDC54B2) is known color: Fuchsia. HEX triplet: DC, 54 and B2. RGB value is (220,84,178). Sum of RGB (Red+Green+Blue) = 220+84+178=482 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.64% from 482); Green value is 84 (33.20% from 255 or 17.43% from 482); Blue value is 178 (69.92% from 255 or 36.93% from 482); Max value from RGB is 220 - color contains mainly: red. Hex color #DC54B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC54B2 is #23AB4D. Grayscale: #878787. Windows color (decimal): -2337614 or 11687132. OLE color: 11687132.
HSL color Cylindrical-coordinate representation of color #DC54B2: hue angle of 318.53º 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 #DC54B2 is Cyan = 0, Magento = 0.62, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 84 | 178 | - |
| CMYK | 0 | 0.62 | 0.19 | 0.14 |
| HSL | 318.53º | 0.66% | 0.6% | - |
| HSV(B) | 318.53º | 0.62% | 0.86% | - |
| XYZ | 40.72 | 24.77 | 44.75 | - |
| YUV | 135.38 | 152.06 | 188.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 84 | 178 | 0 | 0.62 | 0.19 | 0.14 | 318.53 | 0.66 | 0.6 |
| Hex | DC | 54 | B2 | 0 | 3E | 13 | E | 13F | 42 | 3C |
| Octal | 334 | 124 | 262 | 0 | 76 | 23 | 16 | 477 | 102 | 74 |
| Binary | 11011100 | 1010100 | 10110010 | 0 | 111110 | 10011 | 1110 | 100111111 | 1000010 | 111100 |
Color Harmonies of #DC54B2
Complementary color
Monochromatic Colors of #DC54B2
Black with #DC54B2
Text Example
Text Example
White with #DC54B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC54B2; }
p { color: rgb(220,84,178); }
H1.HeaderClassName
{
color: #DC54B2;
}
.AnyTagClassName
{
color: #DC54B2;
}
</style>
background-color css
<style>
a { background-color: #DC54B2; }
a { background-color: rgb(220,84,178); }
div.DivClassName
{
background-color: #DC54B2;
}
.BgClassName
{
background-color: #DC54B2;
}
</style>
border-color css
<style>
span { border-color: #DC54B2; }
span { border-color: rgb(220,84,178); }
td.TdClassName
{
border-color: #DC54B2;
}
.TagClassName
{
border-color: #DC54B2;
}
</style>