Html Css Color HEX #DC54C5 Free Speech Magenta
📋 copy color: '#DC54C5'red 220 ◦ green 84 ◦ blue 197
Shades of Free Speech Magenta #DC54C5
Tints of Free Speech Magenta #DC54C5
RGB
CMYK
RGB Variations
Color information
#DC54C5 (or 0xDC54C5) is known color: Free Speech Magenta. HEX triplet: DC, 54 and C5. RGB value is (220,84,197). Sum of RGB (Red+Green+Blue) = 220+84+197=501 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.91% from 501); Green value is 84 (33.20% from 255 or 16.77% from 501); Blue value is 197 (77.34% from 255 or 39.32% from 501); Max value from RGB is 220 - color contains mainly: red. Hex color #DC54C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC54C5 is #23AB3A. Grayscale: #898989. Windows color (decimal): -2337595 or 12932316. OLE color: 12932316.
HSL color Cylindrical-coordinate representation of color #DC54C5: hue angle of 310.15º 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 #DC54C5 is Cyan = 0, Magento = 0.62, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 84 | 197 | - |
| CMYK | 0 | 0.62 | 0.10 | 0.14 |
| HSL | 310.15º | 0.66% | 0.6% | - |
| HSV(B) | 310.15º | 0.62% | 0.86% | - |
| XYZ | 42.76 | 25.59 | 55.51 | - |
| YUV | 137.55 | 161.56 | 186.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 84 | 197 | 0 | 0.62 | 0.10 | 0.14 | 310.15 | 0.66 | 0.6 |
| Hex | DC | 54 | C5 | 0 | 3E | A | E | 136 | 42 | 3C |
| Octal | 334 | 124 | 305 | 0 | 76 | 12 | 16 | 466 | 102 | 74 |
| Binary | 11011100 | 1010100 | 11000101 | 0 | 111110 | 1010 | 1110 | 100110110 | 1000010 | 111100 |
Color Harmonies of #DC54C5
Complementary color
Monochromatic Colors of #DC54C5
Black with #DC54C5
Text Example
Text Example
White with #DC54C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC54C5; }
p { color: rgb(220,84,197); }
H1.HeaderClassName
{
color: #DC54C5;
}
.AnyTagClassName
{
color: #DC54C5;
}
</style>
background-color css
<style>
a { background-color: #DC54C5; }
a { background-color: rgb(220,84,197); }
div.DivClassName
{
background-color: #DC54C5;
}
.BgClassName
{
background-color: #DC54C5;
}
</style>
border-color css
<style>
span { border-color: #DC54C5; }
span { border-color: rgb(220,84,197); }
td.TdClassName
{
border-color: #DC54C5;
}
.TagClassName
{
border-color: #DC54C5;
}
</style>