Html Css Color HEX #DC52BC Free Speech Magenta
📋 copy color: '#DC52BC'red 220 ◦ green 82 ◦ blue 188
Shades of Free Speech Magenta #DC52BC
Tints of Free Speech Magenta #DC52BC
RGB
CMYK
RGB Variations
Color information
#DC52BC (or 0xDC52BC) is known color: Free Speech Magenta. HEX triplet: DC, 52 and BC. RGB value is (220,82,188). Sum of RGB (Red+Green+Blue) = 220+82+188=490 (64% of max value = 765). Red value is 220 (86.33% from 255 or 44.90% from 490); Green value is 82 (32.42% from 255 or 16.73% from 490); Blue value is 188 (73.83% from 255 or 38.37% from 490); Max value from RGB is 220 - color contains mainly: red. Hex color #DC52BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC52BC is #23AD43. Grayscale: #878787. Windows color (decimal): -2338116 or 12341980. OLE color: 12341980.
HSL color Cylindrical-coordinate representation of color #DC52BC: hue angle of 313.91º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DC52BC is Cyan = 0, Magento = 0.63, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 82 | 188 | - |
| CMYK | 0 | 0.63 | 0.15 | 0.14 |
| HSL | 313.91º | 0.66% | 0.59% | - |
| HSV(B) | 313.91º | 0.63% | 0.86% | - |
| XYZ | 41.61 | 24.88 | 50.19 | - |
| YUV | 135.35 | 157.72 | 188.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 82 | 188 | 0 | 0.63 | 0.15 | 0.14 | 313.91 | 0.66 | 0.59 |
| Hex | DC | 52 | BC | 0 | 3F | F | E | 13A | 42 | 3B |
| Octal | 334 | 122 | 274 | 0 | 77 | 17 | 16 | 472 | 102 | 73 |
| Binary | 11011100 | 1010010 | 10111100 | 0 | 111111 | 1111 | 1110 | 100111010 | 1000010 | 111011 |
Color Harmonies of #DC52BC
Complementary color
Monochromatic Colors of #DC52BC
Black with #DC52BC
Text Example
Text Example
White with #DC52BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC52BC; }
p { color: rgb(220,82,188); }
H1.HeaderClassName
{
color: #DC52BC;
}
.AnyTagClassName
{
color: #DC52BC;
}
</style>
background-color css
<style>
a { background-color: #DC52BC; }
a { background-color: rgb(220,82,188); }
div.DivClassName
{
background-color: #DC52BC;
}
.BgClassName
{
background-color: #DC52BC;
}
</style>
border-color css
<style>
span { border-color: #DC52BC; }
span { border-color: rgb(220,82,188); }
td.TdClassName
{
border-color: #DC52BC;
}
.TagClassName
{
border-color: #DC52BC;
}
</style>