Html Css Color HEX #DC5EBA Free Speech Magenta
📋 copy color: '#DC5EBA'red 220 ◦ green 94 ◦ blue 186
Shades of Free Speech Magenta #DC5EBA
Tints of Free Speech Magenta #DC5EBA
RGB
CMYK
RGB Variations
Color information
#DC5EBA (or 0xDC5EBA) is known color: Free Speech Magenta. HEX triplet: DC, 5E and BA. RGB value is (220,94,186). Sum of RGB (Red+Green+Blue) = 220+94+186=500 (66% of max value = 765). Red value is 220 (86.33% from 255 or 44% from 500); Green value is 94 (37.11% from 255 or 18.8% from 500); Blue value is 186 (73.05% from 255 or 37.2% from 500); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5EBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC5EBA is #23A145. Grayscale: #8D8D8D. Windows color (decimal): -2335046 or 12213980. OLE color: 12213980.
HSL color Cylindrical-coordinate representation of color #DC5EBA: hue angle of 316.19º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DC5EBA is Cyan = 0, Magento = 0.57, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 94 | 186 | - |
| CMYK | 0 | 0.57 | 0.15 | 0.14 |
| HSL | 316.19º | 0.64% | 0.62% | - |
| HSV(B) | 316.19º | 0.57% | 0.86% | - |
| XYZ | 42.38 | 26.77 | 49.39 | - |
| YUV | 142.16 | 152.74 | 183.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 94 | 186 | 0 | 0.57 | 0.15 | 0.14 | 316.19 | 0.64 | 0.62 |
| Hex | DC | 5E | BA | 0 | 39 | F | E | 13C | 40 | 3E |
| Octal | 334 | 136 | 272 | 0 | 71 | 17 | 16 | 474 | 100 | 76 |
| Binary | 11011100 | 1011110 | 10111010 | 0 | 111001 | 1111 | 1110 | 100111100 | 1000000 | 111110 |
Color Harmonies of #DC5EBA
Complementary color
Monochromatic Colors of #DC5EBA
Black with #DC5EBA
Text Example
Text Example
White with #DC5EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5EBA; }
p { color: rgb(220,94,186); }
H1.HeaderClassName
{
color: #DC5EBA;
}
.AnyTagClassName
{
color: #DC5EBA;
}
</style>
background-color css
<style>
a { background-color: #DC5EBA; }
a { background-color: rgb(220,94,186); }
div.DivClassName
{
background-color: #DC5EBA;
}
.BgClassName
{
background-color: #DC5EBA;
}
</style>
border-color css
<style>
span { border-color: #DC5EBA; }
span { border-color: rgb(220,94,186); }
td.TdClassName
{
border-color: #DC5EBA;
}
.TagClassName
{
border-color: #DC5EBA;
}
</style>