Html Css Color HEX #DC52D3 Free Speech Magenta
📋 copy color: '#DC52D3'red 220 ◦ green 82 ◦ blue 211
Shades of Free Speech Magenta #DC52D3
Tints of Free Speech Magenta #DC52D3
RGB
CMYK
RGB Variations
Color information
#DC52D3 (or 0xDC52D3) is known color: Free Speech Magenta. HEX triplet: DC, 52 and D3. RGB value is (220,82,211). Sum of RGB (Red+Green+Blue) = 220+82+211=513 (67% of max value = 765). Red value is 220 (86.33% from 255 or 42.88% from 513); Green value is 82 (32.42% from 255 or 15.98% from 513); Blue value is 211 (82.81% from 255 or 41.13% from 513); Max value from RGB is 220 - color contains mainly: red. Hex color #DC52D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC52D3 is #23AD2C. Grayscale: #898989. Windows color (decimal): -2338093 or 13849308. OLE color: 13849308.
HSL color Cylindrical-coordinate representation of color #DC52D3: hue angle of 303.91º 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 #DC52D3 is Cyan = 0, Magento = 0.63, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 82 | 211 | - |
| CMYK | 0 | 0.63 | 0.04 | 0.14 |
| HSL | 303.91º | 0.66% | 0.59% | - |
| HSV(B) | 303.91º | 0.63% | 0.86% | - |
| XYZ | 44.29 | 25.95 | 64.3 | - |
| YUV | 137.97 | 169.22 | 186.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 82 | 211 | 0 | 0.63 | 0.04 | 0.14 | 303.91 | 0.66 | 0.59 |
| Hex | DC | 52 | D3 | 0 | 3F | 4 | E | 130 | 42 | 3B |
| Octal | 334 | 122 | 323 | 0 | 77 | 4 | 16 | 460 | 102 | 73 |
| Binary | 11011100 | 1010010 | 11010011 | 0 | 111111 | 100 | 1110 | 100110000 | 1000010 | 111011 |
Color Harmonies of #DC52D3
Complementary color
Monochromatic Colors of #DC52D3
Black with #DC52D3
Text Example
Text Example
White with #DC52D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC52D3; }
p { color: rgb(220,82,211); }
H1.HeaderClassName
{
color: #DC52D3;
}
.AnyTagClassName
{
color: #DC52D3;
}
</style>
background-color css
<style>
a { background-color: #DC52D3; }
a { background-color: rgb(220,82,211); }
div.DivClassName
{
background-color: #DC52D3;
}
.BgClassName
{
background-color: #DC52D3;
}
</style>
border-color css
<style>
span { border-color: #DC52D3; }
span { border-color: rgb(220,82,211); }
td.TdClassName
{
border-color: #DC52D3;
}
.TagClassName
{
border-color: #DC52D3;
}
</style>