Html Css Color HEX #DC5EDF Free Speech Magenta
📋 copy color: '#DC5EDF'red 220 ◦ green 94 ◦ blue 223
Shades of Free Speech Magenta #DC5EDF
Tints of Free Speech Magenta #DC5EDF
RGB
CMYK
RGB Variations
Color information
#DC5EDF (or 0xDC5EDF) is known color: Free Speech Magenta. HEX triplet: DC, 5E and DF. RGB value is (220,94,223). Sum of RGB (Red+Green+Blue) = 220+94+223=537 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.97% from 537); Green value is 94 (37.11% from 255 or 17.50% from 537); Blue value is 223 (87.5% from 255 or 41.53% from 537); Max value from RGB is 223 - color contains mainly: blue. Hex color #DC5EDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC5EDF is #23A120. Grayscale: #919191. Windows color (decimal): -2335009 or 14638812. OLE color: 14638812.
HSL color Cylindrical-coordinate representation of color #DC5EDF: hue angle of 298.6º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DC5EDF is Cyan = 0.01, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 94 | 223 | - |
| CMYK | 0.01 | 0.58 | 0 | 0.13 |
| HSL | 298.6º | 0.67% | 0.62% | - |
| HSV(B) | 298.6º | 0.58% | 0.87% | - |
| XYZ | 46.84 | 28.55 | 72.85 | - |
| YUV | 146.38 | 171.24 | 180.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 94 | 223 | 0.01 | 0.58 | 0 | 0.13 | 298.6 | 0.67 | 0.62 |
| Hex | DC | 5E | DF | 1 | 3A | 0 | D | 12B | 43 | 3E |
| Octal | 334 | 136 | 337 | 1 | 72 | 0 | 15 | 453 | 103 | 76 |
| Binary | 11011100 | 1011110 | 11011111 | 1 | 111010 | 0 | 1101 | 100101011 | 1000011 | 111110 |
Color Harmonies of #DC5EDF
Complementary color
Monochromatic Colors of #DC5EDF
Black with #DC5EDF
Text Example
Text Example
White with #DC5EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5EDF; }
p { color: rgb(220,94,223); }
H1.HeaderClassName
{
color: #DC5EDF;
}
.AnyTagClassName
{
color: #DC5EDF;
}
</style>
background-color css
<style>
a { background-color: #DC5EDF; }
a { background-color: rgb(220,94,223); }
div.DivClassName
{
background-color: #DC5EDF;
}
.BgClassName
{
background-color: #DC5EDF;
}
</style>
border-color css
<style>
span { border-color: #DC5EDF; }
span { border-color: rgb(220,94,223); }
td.TdClassName
{
border-color: #DC5EDF;
}
.TagClassName
{
border-color: #DC5EDF;
}
</style>