Html Css Color HEX #DC5BC0 Free Speech Magenta
📋 copy color: '#DC5BC0'red 220 ◦ green 91 ◦ blue 192
Shades of Free Speech Magenta #DC5BC0
Tints of Free Speech Magenta #DC5BC0
RGB
CMYK
RGB Variations
Color information
#DC5BC0 (or 0xDC5BC0) is known color: Free Speech Magenta. HEX triplet: DC, 5B and C0. RGB value is (220,91,192). Sum of RGB (Red+Green+Blue) = 220+91+192=503 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.74% from 503); Green value is 91 (35.94% from 255 or 18.09% from 503); Blue value is 192 (75.39% from 255 or 38.17% from 503); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5BC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC5BC0 is #23A43F. Grayscale: #8C8C8C. Windows color (decimal): -2335808 or 12606428. OLE color: 12606428.
HSL color Cylindrical-coordinate representation of color #DC5BC0: hue angle of 313.02º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DC5BC0 is Cyan = 0, Magento = 0.59, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 91 | 192 | - |
| CMYK | 0 | 0.59 | 0.13 | 0.14 |
| HSL | 313.02º | 0.65% | 0.61% | - |
| HSV(B) | 313.02º | 0.59% | 0.86% | - |
| XYZ | 42.77 | 26.5 | 52.73 | - |
| YUV | 141.09 | 156.74 | 184.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 91 | 192 | 0 | 0.59 | 0.13 | 0.14 | 313.02 | 0.65 | 0.61 |
| Hex | DC | 5B | C0 | 0 | 3B | D | E | 139 | 41 | 3D |
| Octal | 334 | 133 | 300 | 0 | 73 | 15 | 16 | 471 | 101 | 75 |
| Binary | 11011100 | 1011011 | 11000000 | 0 | 111011 | 1101 | 1110 | 100111001 | 1000001 | 111101 |
Color Harmonies of #DC5BC0
Complementary color
Monochromatic Colors of #DC5BC0
Black with #DC5BC0
Text Example
Text Example
White with #DC5BC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5BC0; }
p { color: rgb(220,91,192); }
H1.HeaderClassName
{
color: #DC5BC0;
}
.AnyTagClassName
{
color: #DC5BC0;
}
</style>
background-color css
<style>
a { background-color: #DC5BC0; }
a { background-color: rgb(220,91,192); }
div.DivClassName
{
background-color: #DC5BC0;
}
.BgClassName
{
background-color: #DC5BC0;
}
</style>
border-color css
<style>
span { border-color: #DC5BC0; }
span { border-color: rgb(220,91,192); }
td.TdClassName
{
border-color: #DC5BC0;
}
.TagClassName
{
border-color: #DC5BC0;
}
</style>