Html Css Color HEX #DC5DCD Free Speech Magenta
📋 copy color: '#DC5DCD'red 220 ◦ green 93 ◦ blue 205
Shades of Free Speech Magenta #DC5DCD
Tints of Free Speech Magenta #DC5DCD
RGB
CMYK
RGB Variations
Color information
#DC5DCD (or 0xDC5DCD) is known color: Free Speech Magenta. HEX triplet: DC, 5D and CD. RGB value is (220,93,205). Sum of RGB (Red+Green+Blue) = 220+93+205=518 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.47% from 518); Green value is 93 (36.72% from 255 or 17.95% from 518); Blue value is 205 (80.47% from 255 or 39.58% from 518); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5DCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC5DCD is #23A232. Grayscale: #8F8F8F. Windows color (decimal): -2335283 or 13458908. OLE color: 13458908.
HSL color Cylindrical-coordinate representation of color #DC5DCD: hue angle of 307.09º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DC5DCD is Cyan = 0, Magento = 0.58, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 93 | 205 | - |
| CMYK | 0 | 0.58 | 0.07 | 0.14 |
| HSL | 307.09º | 0.64% | 0.61% | - |
| HSV(B) | 307.09º | 0.58% | 0.86% | - |
| XYZ | 44.45 | 27.45 | 60.71 | - |
| YUV | 143.74 | 162.58 | 182.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 93 | 205 | 0 | 0.58 | 0.07 | 0.14 | 307.09 | 0.64 | 0.61 |
| Hex | DC | 5D | CD | 0 | 3A | 7 | E | 133 | 40 | 3D |
| Octal | 334 | 135 | 315 | 0 | 72 | 7 | 16 | 463 | 100 | 75 |
| Binary | 11011100 | 1011101 | 11001101 | 0 | 111010 | 111 | 1110 | 100110011 | 1000000 | 111101 |
Color Harmonies of #DC5DCD
Complementary color
Monochromatic Colors of #DC5DCD
Black with #DC5DCD
Text Example
Text Example
White with #DC5DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5DCD; }
p { color: rgb(220,93,205); }
H1.HeaderClassName
{
color: #DC5DCD;
}
.AnyTagClassName
{
color: #DC5DCD;
}
</style>
background-color css
<style>
a { background-color: #DC5DCD; }
a { background-color: rgb(220,93,205); }
div.DivClassName
{
background-color: #DC5DCD;
}
.BgClassName
{
background-color: #DC5DCD;
}
</style>
border-color css
<style>
span { border-color: #DC5DCD; }
span { border-color: rgb(220,93,205); }
td.TdClassName
{
border-color: #DC5DCD;
}
.TagClassName
{
border-color: #DC5DCD;
}
</style>