Html Css Color HEX #DC5FCD Free Speech Magenta
📋 copy color: '#DC5FCD'red 220 ◦ green 95 ◦ blue 205
Shades of Free Speech Magenta #DC5FCD
Tints of Free Speech Magenta #DC5FCD
RGB
CMYK
RGB Variations
Color information
#DC5FCD (or 0xDC5FCD) is known color: Free Speech Magenta. HEX triplet: DC, 5F and CD. RGB value is (220,95,205). Sum of RGB (Red+Green+Blue) = 220+95+205=520 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.31% from 520); Green value is 95 (37.5% from 255 or 18.27% from 520); Blue value is 205 (80.47% from 255 or 39.42% from 520); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5FCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC5FCD is #23A032. Grayscale: #909090. Windows color (decimal): -2334771 or 13459420. OLE color: 13459420.
HSL color Cylindrical-coordinate representation of color #DC5FCD: hue angle of 307.2º 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 #DC5FCD is Cyan = 0, Magento = 0.57, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 95 | 205 | - |
| CMYK | 0 | 0.57 | 0.07 | 0.14 |
| HSL | 307.2º | 0.64% | 0.62% | - |
| HSV(B) | 307.2º | 0.57% | 0.86% | - |
| XYZ | 44.63 | 27.81 | 60.77 | - |
| YUV | 144.92 | 161.91 | 181.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 95 | 205 | 0 | 0.57 | 0.07 | 0.14 | 307.2 | 0.64 | 0.62 |
| Hex | DC | 5F | CD | 0 | 39 | 7 | E | 133 | 40 | 3E |
| Octal | 334 | 137 | 315 | 0 | 71 | 7 | 16 | 463 | 100 | 76 |
| Binary | 11011100 | 1011111 | 11001101 | 0 | 111001 | 111 | 1110 | 100110011 | 1000000 | 111110 |
Color Harmonies of #DC5FCD
Complementary color
Monochromatic Colors of #DC5FCD
Black with #DC5FCD
Text Example
Text Example
White with #DC5FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5FCD; }
p { color: rgb(220,95,205); }
H1.HeaderClassName
{
color: #DC5FCD;
}
.AnyTagClassName
{
color: #DC5FCD;
}
</style>
background-color css
<style>
a { background-color: #DC5FCD; }
a { background-color: rgb(220,95,205); }
div.DivClassName
{
background-color: #DC5FCD;
}
.BgClassName
{
background-color: #DC5FCD;
}
</style>
border-color css
<style>
span { border-color: #DC5FCD; }
span { border-color: rgb(220,95,205); }
td.TdClassName
{
border-color: #DC5FCD;
}
.TagClassName
{
border-color: #DC5FCD;
}
</style>