Html Css Color HEX #DC5ED3 Free Speech Magenta
📋 copy color: '#DC5ED3'red 220 ◦ green 94 ◦ blue 211
Shades of Free Speech Magenta #DC5ED3
Tints of Free Speech Magenta #DC5ED3
RGB
CMYK
RGB Variations
Color information
#DC5ED3 (or 0xDC5ED3) is known color: Free Speech Magenta. HEX triplet: DC, 5E and D3. RGB value is (220,94,211). Sum of RGB (Red+Green+Blue) = 220+94+211=525 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.90% from 525); Green value is 94 (37.11% from 255 or 17.90% from 525); Blue value is 211 (82.81% from 255 or 40.19% from 525); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5ED3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC5ED3 is #23A12C. Grayscale: #909090. Windows color (decimal): -2335021 or 13852380. OLE color: 13852380.
HSL color Cylindrical-coordinate representation of color #DC5ED3: hue angle of 304.29º 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 #DC5ED3 is Cyan = 0, Magento = 0.57, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 94 | 211 | - |
| CMYK | 0 | 0.57 | 0.04 | 0.14 |
| HSL | 304.29º | 0.64% | 0.62% | - |
| HSV(B) | 304.29º | 0.57% | 0.86% | - |
| XYZ | 45.28 | 27.92 | 64.63 | - |
| YUV | 145.01 | 165.24 | 181.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 94 | 211 | 0 | 0.57 | 0.04 | 0.14 | 304.29 | 0.64 | 0.62 |
| Hex | DC | 5E | D3 | 0 | 39 | 4 | E | 130 | 40 | 3E |
| Octal | 334 | 136 | 323 | 0 | 71 | 4 | 16 | 460 | 100 | 76 |
| Binary | 11011100 | 1011110 | 11010011 | 0 | 111001 | 100 | 1110 | 100110000 | 1000000 | 111110 |
Color Harmonies of #DC5ED3
Complementary color
Monochromatic Colors of #DC5ED3
Black with #DC5ED3
Text Example
Text Example
White with #DC5ED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5ED3; }
p { color: rgb(220,94,211); }
H1.HeaderClassName
{
color: #DC5ED3;
}
.AnyTagClassName
{
color: #DC5ED3;
}
</style>
background-color css
<style>
a { background-color: #DC5ED3; }
a { background-color: rgb(220,94,211); }
div.DivClassName
{
background-color: #DC5ED3;
}
.BgClassName
{
background-color: #DC5ED3;
}
</style>
border-color css
<style>
span { border-color: #DC5ED3; }
span { border-color: rgb(220,94,211); }
td.TdClassName
{
border-color: #DC5ED3;
}
.TagClassName
{
border-color: #DC5ED3;
}
</style>