Html Css Color HEX #DC52C7 Free Speech Magenta
📋 copy color: '#DC52C7'red 220 ◦ green 82 ◦ blue 199
Shades of Free Speech Magenta #DC52C7
Tints of Free Speech Magenta #DC52C7
RGB
CMYK
RGB Variations
Color information
#DC52C7 (or 0xDC52C7) is known color: Free Speech Magenta. HEX triplet: DC, 52 and C7. RGB value is (220,82,199). Sum of RGB (Red+Green+Blue) = 220+82+199=501 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.91% from 501); Green value is 82 (32.42% from 255 or 16.37% from 501); Blue value is 199 (78.12% from 255 or 39.72% from 501); Max value from RGB is 220 - color contains mainly: red. Hex color #DC52C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC52C7 is #23AD38. Grayscale: #888888. Windows color (decimal): -2338105 or 13062876. OLE color: 13062876.
HSL color Cylindrical-coordinate representation of color #DC52C7: hue angle of 309.13º 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 #DC52C7 is Cyan = 0, Magento = 0.63, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 82 | 199 | - |
| CMYK | 0 | 0.63 | 0.10 | 0.14 |
| HSL | 309.13º | 0.66% | 0.59% | - |
| HSV(B) | 309.13º | 0.63% | 0.86% | - |
| XYZ | 42.84 | 25.37 | 56.67 | - |
| YUV | 136.6 | 163.22 | 187.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 82 | 199 | 0 | 0.63 | 0.10 | 0.14 | 309.13 | 0.66 | 0.59 |
| Hex | DC | 52 | C7 | 0 | 3F | A | E | 135 | 42 | 3B |
| Octal | 334 | 122 | 307 | 0 | 77 | 12 | 16 | 465 | 102 | 73 |
| Binary | 11011100 | 1010010 | 11000111 | 0 | 111111 | 1010 | 1110 | 100110101 | 1000010 | 111011 |
Color Harmonies of #DC52C7
Complementary color
Monochromatic Colors of #DC52C7
Black with #DC52C7
Text Example
Text Example
White with #DC52C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC52C7; }
p { color: rgb(220,82,199); }
H1.HeaderClassName
{
color: #DC52C7;
}
.AnyTagClassName
{
color: #DC52C7;
}
</style>
background-color css
<style>
a { background-color: #DC52C7; }
a { background-color: rgb(220,82,199); }
div.DivClassName
{
background-color: #DC52C7;
}
.BgClassName
{
background-color: #DC52C7;
}
</style>
border-color css
<style>
span { border-color: #DC52C7; }
span { border-color: rgb(220,82,199); }
td.TdClassName
{
border-color: #DC52C7;
}
.TagClassName
{
border-color: #DC52C7;
}
</style>