Html Css Color HEX #DC52DF Free Speech Magenta
📋 copy color: '#DC52DF'red 220 ◦ green 82 ◦ blue 223
Shades of Free Speech Magenta #DC52DF
Tints of Free Speech Magenta #DC52DF
RGB
CMYK
RGB Variations
Color information
#DC52DF (or 0xDC52DF) is known color: Free Speech Magenta. HEX triplet: DC, 52 and DF. RGB value is (220,82,223). Sum of RGB (Red+Green+Blue) = 220+82+223=525 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.90% from 525); Green value is 82 (32.42% from 255 or 15.62% from 525); Blue value is 223 (87.5% from 255 or 42.48% from 525); Max value from RGB is 223 - color contains mainly: blue. Hex color #DC52DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC52DF is #23AD20. Grayscale: #8A8A8A. Windows color (decimal): -2338081 or 14635740. OLE color: 14635740.
HSL color Cylindrical-coordinate representation of color #DC52DF: hue angle of 298.72º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DC52DF is Cyan = 0.01, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 82 | 223 | - |
| CMYK | 0.01 | 0.63 | 0 | 0.13 |
| HSL | 298.72º | 0.69% | 0.6% | - |
| HSV(B) | 298.72º | 0.63% | 0.87% | - |
| XYZ | 45.85 | 26.58 | 72.53 | - |
| YUV | 139.34 | 175.22 | 185.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 82 | 223 | 0.01 | 0.63 | 0 | 0.13 | 298.72 | 0.69 | 0.6 |
| Hex | DC | 52 | DF | 1 | 3F | 0 | D | 12B | 45 | 3C |
| Octal | 334 | 122 | 337 | 1 | 77 | 0 | 15 | 453 | 105 | 74 |
| Binary | 11011100 | 1010010 | 11011111 | 1 | 111111 | 0 | 1101 | 100101011 | 1000101 | 111100 |
Color Harmonies of #DC52DF
Complementary color
Monochromatic Colors of #DC52DF
Black with #DC52DF
Text Example
Text Example
White with #DC52DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC52DF; }
p { color: rgb(220,82,223); }
H1.HeaderClassName
{
color: #DC52DF;
}
.AnyTagClassName
{
color: #DC52DF;
}
</style>
background-color css
<style>
a { background-color: #DC52DF; }
a { background-color: rgb(220,82,223); }
div.DivClassName
{
background-color: #DC52DF;
}
.BgClassName
{
background-color: #DC52DF;
}
</style>
border-color css
<style>
span { border-color: #DC52DF; }
span { border-color: rgb(220,82,223); }
td.TdClassName
{
border-color: #DC52DF;
}
.TagClassName
{
border-color: #DC52DF;
}
</style>