Html Css Color HEX #DC52C5 Free Speech Magenta
📋 copy color: '#DC52C5'red 220 ◦ green 82 ◦ blue 197
Shades of Free Speech Magenta #DC52C5
Tints of Free Speech Magenta #DC52C5
RGB
CMYK
RGB Variations
Color information
#DC52C5 (or 0xDC52C5) is known color: Free Speech Magenta. HEX triplet: DC, 52 and C5. RGB value is (220,82,197). Sum of RGB (Red+Green+Blue) = 220+82+197=499 (66% of max value = 765). Red value is 220 (86.33% from 255 or 44.09% from 499); Green value is 82 (32.42% from 255 or 16.43% from 499); Blue value is 197 (77.34% from 255 or 39.48% from 499); Max value from RGB is 220 - color contains mainly: red. Hex color #DC52C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC52C5 is #23AD3A. Grayscale: #888888. Windows color (decimal): -2338107 or 12931804. OLE color: 12931804.
HSL color Cylindrical-coordinate representation of color #DC52C5: hue angle of 310º 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 #DC52C5 is Cyan = 0, Magento = 0.63, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 82 | 197 | - |
| CMYK | 0 | 0.63 | 0.10 | 0.14 |
| HSL | 310º | 0.66% | 0.59% | - |
| HSV(B) | 310º | 0.63% | 0.86% | - |
| XYZ | 42.61 | 25.28 | 55.46 | - |
| YUV | 136.37 | 162.22 | 187.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 82 | 197 | 0 | 0.63 | 0.10 | 0.14 | 310 | 0.66 | 0.59 |
| Hex | DC | 52 | C5 | 0 | 3F | A | E | 136 | 42 | 3B |
| Octal | 334 | 122 | 305 | 0 | 77 | 12 | 16 | 466 | 102 | 73 |
| Binary | 11011100 | 1010010 | 11000101 | 0 | 111111 | 1010 | 1110 | 100110110 | 1000010 | 111011 |
Color Harmonies of #DC52C5
Complementary color
Monochromatic Colors of #DC52C5
Black with #DC52C5
Text Example
Text Example
White with #DC52C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC52C5; }
p { color: rgb(220,82,197); }
H1.HeaderClassName
{
color: #DC52C5;
}
.AnyTagClassName
{
color: #DC52C5;
}
</style>
background-color css
<style>
a { background-color: #DC52C5; }
a { background-color: rgb(220,82,197); }
div.DivClassName
{
background-color: #DC52C5;
}
.BgClassName
{
background-color: #DC52C5;
}
</style>
border-color css
<style>
span { border-color: #DC52C5; }
span { border-color: rgb(220,82,197); }
td.TdClassName
{
border-color: #DC52C5;
}
.TagClassName
{
border-color: #DC52C5;
}
</style>