Html Css Color HEX #DC57E5 Free Speech Magenta
📋 copy color: '#DC57E5'red 220 ◦ green 87 ◦ blue 229
Shades of Free Speech Magenta #DC57E5
Tints of Free Speech Magenta #DC57E5
RGB
CMYK
RGB Variations
Color information
#DC57E5 (or 0xDC57E5) is known color: Free Speech Magenta. HEX triplet: DC, 57 and E5. RGB value is (220,87,229). Sum of RGB (Red+Green+Blue) = 220+87+229=536 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.04% from 536); Green value is 87 (34.38% from 255 or 16.23% from 536); Blue value is 229 (89.84% from 255 or 42.72% from 536); Max value from RGB is 229 - color contains mainly: blue. Hex color #DC57E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC57E5 is #23A81A. Grayscale: #8E8E8E. Windows color (decimal): -2336795 or 15030236. OLE color: 15030236.
HSL color Cylindrical-coordinate representation of color #DC57E5: hue angle of 296.2º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DC57E5 is Cyan = 0.04, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 220 | 87 | 229 | - |
| CMYK | 0.04 | 0.62 | 0 | 0.10 |
| HSL | 296.2º | 0.73% | 0.62% | - |
| HSV(B) | 296.2º | 0.62% | 0.9% | - |
| XYZ | 47.07 | 27.69 | 76.99 | - |
| YUV | 142.96 | 176.56 | 182.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 87 | 229 | 0.04 | 0.62 | 0 | 0.10 | 296.2 | 0.73 | 0.62 |
| Hex | DC | 57 | E5 | 4 | 3E | 0 | A | 128 | 49 | 3E |
| Octal | 334 | 127 | 345 | 4 | 76 | 0 | 12 | 450 | 111 | 76 |
| Binary | 11011100 | 1010111 | 11100101 | 100 | 111110 | 0 | 1010 | 100101000 | 1001001 | 111110 |
Color Harmonies of #DC57E5
Complementary color
Monochromatic Colors of #DC57E5
Black with #DC57E5
Text Example
Text Example
White with #DC57E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC57E5; }
p { color: rgb(220,87,229); }
H1.HeaderClassName
{
color: #DC57E5;
}
.AnyTagClassName
{
color: #DC57E5;
}
</style>
background-color css
<style>
a { background-color: #DC57E5; }
a { background-color: rgb(220,87,229); }
div.DivClassName
{
background-color: #DC57E5;
}
.BgClassName
{
background-color: #DC57E5;
}
</style>
border-color css
<style>
span { border-color: #DC57E5; }
span { border-color: rgb(220,87,229); }
td.TdClassName
{
border-color: #DC57E5;
}
.TagClassName
{
border-color: #DC57E5;
}
</style>