Html Css Color HEX #DC52C2 Free Speech Magenta
📋 copy color: '#DC52C2'red 220 ◦ green 82 ◦ blue 194
Shades of Free Speech Magenta #DC52C2
Tints of Free Speech Magenta #DC52C2
RGB
CMYK
RGB Variations
Color information
#DC52C2 (or 0xDC52C2) is known color: Free Speech Magenta. HEX triplet: DC, 52 and C2. RGB value is (220,82,194). Sum of RGB (Red+Green+Blue) = 220+82+194=496 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.35% from 496); Green value is 82 (32.42% from 255 or 16.53% from 496); Blue value is 194 (76.17% from 255 or 39.11% from 496); Max value from RGB is 220 - color contains mainly: red. Hex color #DC52C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC52C2 is #23AD3D. Grayscale: #878787. Windows color (decimal): -2338110 or 12735196. OLE color: 12735196.
HSL color Cylindrical-coordinate representation of color #DC52C2: hue angle of 311.3º 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 #DC52C2 is Cyan = 0, Magento = 0.63, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 82 | 194 | - |
| CMYK | 0 | 0.63 | 0.12 | 0.14 |
| HSL | 311.3º | 0.66% | 0.59% | - |
| HSV(B) | 311.3º | 0.63% | 0.86% | - |
| XYZ | 42.27 | 25.15 | 53.66 | - |
| YUV | 136.03 | 160.72 | 187.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 82 | 194 | 0 | 0.63 | 0.12 | 0.14 | 311.3 | 0.66 | 0.59 |
| Hex | DC | 52 | C2 | 0 | 3F | C | E | 137 | 42 | 3B |
| Octal | 334 | 122 | 302 | 0 | 77 | 14 | 16 | 467 | 102 | 73 |
| Binary | 11011100 | 1010010 | 11000010 | 0 | 111111 | 1100 | 1110 | 100110111 | 1000010 | 111011 |
Color Harmonies of #DC52C2
Complementary color
Monochromatic Colors of #DC52C2
Black with #DC52C2
Text Example
Text Example
White with #DC52C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC52C2; }
p { color: rgb(220,82,194); }
H1.HeaderClassName
{
color: #DC52C2;
}
.AnyTagClassName
{
color: #DC52C2;
}
</style>
background-color css
<style>
a { background-color: #DC52C2; }
a { background-color: rgb(220,82,194); }
div.DivClassName
{
background-color: #DC52C2;
}
.BgClassName
{
background-color: #DC52C2;
}
</style>
border-color css
<style>
span { border-color: #DC52C2; }
span { border-color: rgb(220,82,194); }
td.TdClassName
{
border-color: #DC52C2;
}
.TagClassName
{
border-color: #DC52C2;
}
</style>