Html Css Color HEX #DC5ED5 Free Speech Magenta
📋 copy color: '#DC5ED5'red 220 ◦ green 94 ◦ blue 213
Shades of Free Speech Magenta #DC5ED5
Tints of Free Speech Magenta #DC5ED5
RGB
CMYK
RGB Variations
Color information
#DC5ED5 (or 0xDC5ED5) is known color: Free Speech Magenta. HEX triplet: DC, 5E and D5. RGB value is (220,94,213). Sum of RGB (Red+Green+Blue) = 220+94+213=527 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.75% from 527); Green value is 94 (37.11% from 255 or 17.84% from 527); Blue value is 213 (83.59% from 255 or 40.42% from 527); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5ED5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC5ED5 is #23A12A. Grayscale: #909090. Windows color (decimal): -2335019 or 13983452. OLE color: 13983452.
HSL color Cylindrical-coordinate representation of color #DC5ED5: hue angle of 303.33º 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 #DC5ED5 is Cyan = 0, Magento = 0.57, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 94 | 213 | - |
| CMYK | 0 | 0.57 | 0.03 | 0.14 |
| HSL | 303.33º | 0.64% | 0.62% | - |
| HSV(B) | 303.33º | 0.57% | 0.86% | - |
| XYZ | 45.53 | 28.03 | 65.96 | - |
| YUV | 145.24 | 166.24 | 181.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 94 | 213 | 0 | 0.57 | 0.03 | 0.14 | 303.33 | 0.64 | 0.62 |
| Hex | DC | 5E | D5 | 0 | 39 | 3 | E | 12F | 40 | 3E |
| Octal | 334 | 136 | 325 | 0 | 71 | 3 | 16 | 457 | 100 | 76 |
| Binary | 11011100 | 1011110 | 11010101 | 0 | 111001 | 11 | 1110 | 100101111 | 1000000 | 111110 |
Color Harmonies of #DC5ED5
Complementary color
Monochromatic Colors of #DC5ED5
Black with #DC5ED5
Text Example
Text Example
White with #DC5ED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5ED5; }
p { color: rgb(220,94,213); }
H1.HeaderClassName
{
color: #DC5ED5;
}
.AnyTagClassName
{
color: #DC5ED5;
}
</style>
background-color css
<style>
a { background-color: #DC5ED5; }
a { background-color: rgb(220,94,213); }
div.DivClassName
{
background-color: #DC5ED5;
}
.BgClassName
{
background-color: #DC5ED5;
}
</style>
border-color css
<style>
span { border-color: #DC5ED5; }
span { border-color: rgb(220,94,213); }
td.TdClassName
{
border-color: #DC5ED5;
}
.TagClassName
{
border-color: #DC5ED5;
}
</style>