Html Css Color HEX #DC52D7 Free Speech Magenta
📋 copy color: '#DC52D7'red 220 ◦ green 82 ◦ blue 215
Shades of Free Speech Magenta #DC52D7
Tints of Free Speech Magenta #DC52D7
RGB
CMYK
RGB Variations
Color information
#DC52D7 (or 0xDC52D7) is known color: Free Speech Magenta. HEX triplet: DC, 52 and D7. RGB value is (220,82,215). Sum of RGB (Red+Green+Blue) = 220+82+215=517 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.55% from 517); Green value is 82 (32.42% from 255 or 15.86% from 517); Blue value is 215 (84.38% from 255 or 41.59% from 517); Max value from RGB is 220 - color contains mainly: red. Hex color #DC52D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC52D7 is #23AD28. Grayscale: #8A8A8A. Windows color (decimal): -2338089 or 14111452. OLE color: 14111452.
HSL color Cylindrical-coordinate representation of color #DC52D7: hue angle of 302.17º 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 #DC52D7 is Cyan = 0, Magento = 0.63, Yellow = 0.02 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 82 | 215 | - |
| CMYK | 0 | 0.63 | 0.02 | 0.14 |
| HSL | 302.17º | 0.66% | 0.59% | - |
| HSV(B) | 302.17º | 0.63% | 0.86% | - |
| XYZ | 44.8 | 26.16 | 66.98 | - |
| YUV | 138.42 | 171.22 | 186.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 82 | 215 | 0 | 0.63 | 0.02 | 0.14 | 302.17 | 0.66 | 0.59 |
| Hex | DC | 52 | D7 | 0 | 3F | 2 | E | 12E | 42 | 3B |
| Octal | 334 | 122 | 327 | 0 | 77 | 2 | 16 | 456 | 102 | 73 |
| Binary | 11011100 | 1010010 | 11010111 | 0 | 111111 | 10 | 1110 | 100101110 | 1000010 | 111011 |
Color Harmonies of #DC52D7
Complementary color
Monochromatic Colors of #DC52D7
Black with #DC52D7
Text Example
Text Example
White with #DC52D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC52D7; }
p { color: rgb(220,82,215); }
H1.HeaderClassName
{
color: #DC52D7;
}
.AnyTagClassName
{
color: #DC52D7;
}
</style>
background-color css
<style>
a { background-color: #DC52D7; }
a { background-color: rgb(220,82,215); }
div.DivClassName
{
background-color: #DC52D7;
}
.BgClassName
{
background-color: #DC52D7;
}
</style>
border-color css
<style>
span { border-color: #DC52D7; }
span { border-color: rgb(220,82,215); }
td.TdClassName
{
border-color: #DC52D7;
}
.TagClassName
{
border-color: #DC52D7;
}
</style>