Html Css Color HEX #DC52D1 Free Speech Magenta
📋 copy color: '#DC52D1'red 220 ◦ green 82 ◦ blue 209
Shades of Free Speech Magenta #DC52D1
Tints of Free Speech Magenta #DC52D1
RGB
CMYK
RGB Variations
Color information
#DC52D1 (or 0xDC52D1) is known color: Free Speech Magenta. HEX triplet: DC, 52 and D1. RGB value is (220,82,209). Sum of RGB (Red+Green+Blue) = 220+82+209=511 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.05% from 511); Green value is 82 (32.42% from 255 or 16.05% from 511); Blue value is 209 (82.03% from 255 or 40.90% from 511); Max value from RGB is 220 - color contains mainly: red. Hex color #DC52D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC52D1 is #23AD2E. Grayscale: #898989. Windows color (decimal): -2338095 or 13718236. OLE color: 13718236.
HSL color Cylindrical-coordinate representation of color #DC52D1: hue angle of 304.78º 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 #DC52D1 is Cyan = 0, Magento = 0.63, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 82 | 209 | - |
| CMYK | 0 | 0.63 | 0.05 | 0.14 |
| HSL | 304.78º | 0.66% | 0.59% | - |
| HSV(B) | 304.78º | 0.63% | 0.86% | - |
| XYZ | 44.04 | 25.85 | 62.99 | - |
| YUV | 137.74 | 168.22 | 186.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 82 | 209 | 0 | 0.63 | 0.05 | 0.14 | 304.78 | 0.66 | 0.59 |
| Hex | DC | 52 | D1 | 0 | 3F | 5 | E | 131 | 42 | 3B |
| Octal | 334 | 122 | 321 | 0 | 77 | 5 | 16 | 461 | 102 | 73 |
| Binary | 11011100 | 1010010 | 11010001 | 0 | 111111 | 101 | 1110 | 100110001 | 1000010 | 111011 |
Color Harmonies of #DC52D1
Complementary color
Monochromatic Colors of #DC52D1
Black with #DC52D1
Text Example
Text Example
White with #DC52D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC52D1; }
p { color: rgb(220,82,209); }
H1.HeaderClassName
{
color: #DC52D1;
}
.AnyTagClassName
{
color: #DC52D1;
}
</style>
background-color css
<style>
a { background-color: #DC52D1; }
a { background-color: rgb(220,82,209); }
div.DivClassName
{
background-color: #DC52D1;
}
.BgClassName
{
background-color: #DC52D1;
}
</style>
border-color css
<style>
span { border-color: #DC52D1; }
span { border-color: rgb(220,82,209); }
td.TdClassName
{
border-color: #DC52D1;
}
.TagClassName
{
border-color: #DC52D1;
}
</style>