Html Css Color HEX #DC57D4 Free Speech Magenta
📋 copy color: '#DC57D4'red 220 ◦ green 87 ◦ blue 212
Shades of Free Speech Magenta #DC57D4
Tints of Free Speech Magenta #DC57D4
RGB
CMYK
RGB Variations
Color information
#DC57D4 (or 0xDC57D4) is known color: Free Speech Magenta. HEX triplet: DC, 57 and D4. RGB value is (220,87,212). Sum of RGB (Red+Green+Blue) = 220+87+212=519 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.39% from 519); Green value is 87 (34.38% from 255 or 16.76% from 519); Blue value is 212 (83.20% from 255 or 40.85% from 519); Max value from RGB is 220 - color contains mainly: red. Hex color #DC57D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC57D4 is #23A82B. Grayscale: #8C8C8C. Windows color (decimal): -2336812 or 13916124. OLE color: 13916124.
HSL color Cylindrical-coordinate representation of color #DC57D4: hue angle of 303.61º 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 #DC57D4 is Cyan = 0, Magento = 0.60, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 87 | 212 | - |
| CMYK | 0 | 0.60 | 0.04 | 0.14 |
| HSL | 303.61º | 0.66% | 0.6% | - |
| HSV(B) | 303.61º | 0.6% | 0.86% | - |
| XYZ | 44.81 | 26.79 | 65.1 | - |
| YUV | 141.02 | 168.06 | 184.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 87 | 212 | 0 | 0.60 | 0.04 | 0.14 | 303.61 | 0.66 | 0.6 |
| Hex | DC | 57 | D4 | 0 | 3C | 4 | E | 130 | 42 | 3C |
| Octal | 334 | 127 | 324 | 0 | 74 | 4 | 16 | 460 | 102 | 74 |
| Binary | 11011100 | 1010111 | 11010100 | 0 | 111100 | 100 | 1110 | 100110000 | 1000010 | 111100 |
Color Harmonies of #DC57D4
Complementary color
Monochromatic Colors of #DC57D4
Black with #DC57D4
Text Example
Text Example
White with #DC57D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC57D4; }
p { color: rgb(220,87,212); }
H1.HeaderClassName
{
color: #DC57D4;
}
.AnyTagClassName
{
color: #DC57D4;
}
</style>
background-color css
<style>
a { background-color: #DC57D4; }
a { background-color: rgb(220,87,212); }
div.DivClassName
{
background-color: #DC57D4;
}
.BgClassName
{
background-color: #DC57D4;
}
</style>
border-color css
<style>
span { border-color: #DC57D4; }
span { border-color: rgb(220,87,212); }
td.TdClassName
{
border-color: #DC57D4;
}
.TagClassName
{
border-color: #DC57D4;
}
</style>