Html Css Color HEX #DC54C3 Free Speech Magenta
📋 copy color: '#DC54C3'red 220 ◦ green 84 ◦ blue 195
Shades of Free Speech Magenta #DC54C3
Tints of Free Speech Magenta #DC54C3
RGB
CMYK
RGB Variations
Color information
#DC54C3 (or 0xDC54C3) is known color: Free Speech Magenta. HEX triplet: DC, 54 and C3. RGB value is (220,84,195). Sum of RGB (Red+Green+Blue) = 220+84+195=499 (66% of max value = 765). Red value is 220 (86.33% from 255 or 44.09% from 499); Green value is 84 (33.20% from 255 or 16.83% from 499); Blue value is 195 (76.56% from 255 or 39.08% from 499); Max value from RGB is 220 - color contains mainly: red. Hex color #DC54C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC54C3 is #23AB3C. Grayscale: #898989. Windows color (decimal): -2337597 or 12801244. OLE color: 12801244.
HSL color Cylindrical-coordinate representation of color #DC54C3: hue angle of 311.03º 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 #DC54C3 is Cyan = 0, Magento = 0.62, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 84 | 195 | - |
| CMYK | 0 | 0.62 | 0.11 | 0.14 |
| HSL | 311.03º | 0.66% | 0.6% | - |
| HSV(B) | 311.03º | 0.62% | 0.86% | - |
| XYZ | 42.54 | 25.5 | 54.31 | - |
| YUV | 137.32 | 160.56 | 186.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 84 | 195 | 0 | 0.62 | 0.11 | 0.14 | 311.03 | 0.66 | 0.6 |
| Hex | DC | 54 | C3 | 0 | 3E | B | E | 137 | 42 | 3C |
| Octal | 334 | 124 | 303 | 0 | 76 | 13 | 16 | 467 | 102 | 74 |
| Binary | 11011100 | 1010100 | 11000011 | 0 | 111110 | 1011 | 1110 | 100110111 | 1000010 | 111100 |
Color Harmonies of #DC54C3
Complementary color
Monochromatic Colors of #DC54C3
Black with #DC54C3
Text Example
Text Example
White with #DC54C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC54C3; }
p { color: rgb(220,84,195); }
H1.HeaderClassName
{
color: #DC54C3;
}
.AnyTagClassName
{
color: #DC54C3;
}
</style>
background-color css
<style>
a { background-color: #DC54C3; }
a { background-color: rgb(220,84,195); }
div.DivClassName
{
background-color: #DC54C3;
}
.BgClassName
{
background-color: #DC54C3;
}
</style>
border-color css
<style>
span { border-color: #DC54C3; }
span { border-color: rgb(220,84,195); }
td.TdClassName
{
border-color: #DC54C3;
}
.TagClassName
{
border-color: #DC54C3;
}
</style>