Html Css Color HEX #DC57C5 Free Speech Magenta
📋 copy color: '#DC57C5'red 220 ◦ green 87 ◦ blue 197
Shades of Free Speech Magenta #DC57C5
Tints of Free Speech Magenta #DC57C5
RGB
CMYK
RGB Variations
Color information
#DC57C5 (or 0xDC57C5) is known color: Free Speech Magenta. HEX triplet: DC, 57 and C5. RGB value is (220,87,197). Sum of RGB (Red+Green+Blue) = 220+87+197=504 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.65% from 504); Green value is 87 (34.38% from 255 or 17.26% from 504); Blue value is 197 (77.34% from 255 or 39.09% from 504); Max value from RGB is 220 - color contains mainly: red. Hex color #DC57C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC57C5 is #23A83A. Grayscale: #8B8B8B. Windows color (decimal): -2336827 or 12933084. OLE color: 12933084.
HSL color Cylindrical-coordinate representation of color #DC57C5: hue angle of 310.38º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DC57C5 is Cyan = 0, Magento = 0.60, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 87 | 197 | - |
| CMYK | 0 | 0.60 | 0.10 | 0.14 |
| HSL | 310.38º | 0.66% | 0.6% | - |
| HSV(B) | 310.38º | 0.6% | 0.86% | - |
| XYZ | 43 | 26.06 | 55.59 | - |
| YUV | 139.31 | 160.56 | 185.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 87 | 197 | 0 | 0.60 | 0.10 | 0.14 | 310.38 | 0.66 | 0.6 |
| Hex | DC | 57 | C5 | 0 | 3C | A | E | 136 | 42 | 3C |
| Octal | 334 | 127 | 305 | 0 | 74 | 12 | 16 | 466 | 102 | 74 |
| Binary | 11011100 | 1010111 | 11000101 | 0 | 111100 | 1010 | 1110 | 100110110 | 1000010 | 111100 |
Color Harmonies of #DC57C5
Complementary color
Monochromatic Colors of #DC57C5
Black with #DC57C5
Text Example
Text Example
White with #DC57C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC57C5; }
p { color: rgb(220,87,197); }
H1.HeaderClassName
{
color: #DC57C5;
}
.AnyTagClassName
{
color: #DC57C5;
}
</style>
background-color css
<style>
a { background-color: #DC57C5; }
a { background-color: rgb(220,87,197); }
div.DivClassName
{
background-color: #DC57C5;
}
.BgClassName
{
background-color: #DC57C5;
}
</style>
border-color css
<style>
span { border-color: #DC57C5; }
span { border-color: rgb(220,87,197); }
td.TdClassName
{
border-color: #DC57C5;
}
.TagClassName
{
border-color: #DC57C5;
}
</style>