Html Css Color HEX #DC52D5 Free Speech Magenta
📋 copy color: '#DC52D5'red 220 ◦ green 82 ◦ blue 213
Shades of Free Speech Magenta #DC52D5
Tints of Free Speech Magenta #DC52D5
RGB
CMYK
RGB Variations
Color information
#DC52D5 (or 0xDC52D5) is known color: Free Speech Magenta. HEX triplet: DC, 52 and D5. RGB value is (220,82,213). Sum of RGB (Red+Green+Blue) = 220+82+213=515 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.72% from 515); Green value is 82 (32.42% from 255 or 15.92% from 515); Blue value is 213 (83.59% from 255 or 41.36% from 515); Max value from RGB is 220 - color contains mainly: red. Hex color #DC52D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC52D5 is #23AD2A. Grayscale: #898989. Windows color (decimal): -2338091 or 13980380. OLE color: 13980380.
HSL color Cylindrical-coordinate representation of color #DC52D5: hue angle of 303.04º 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 #DC52D5 is Cyan = 0, Magento = 0.63, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 82 | 213 | - |
| CMYK | 0 | 0.63 | 0.03 | 0.14 |
| HSL | 303.04º | 0.66% | 0.59% | - |
| HSV(B) | 303.04º | 0.63% | 0.86% | - |
| XYZ | 44.54 | 26.05 | 65.63 | - |
| YUV | 138.2 | 170.22 | 186.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 82 | 213 | 0 | 0.63 | 0.03 | 0.14 | 303.04 | 0.66 | 0.59 |
| Hex | DC | 52 | D5 | 0 | 3F | 3 | E | 12F | 42 | 3B |
| Octal | 334 | 122 | 325 | 0 | 77 | 3 | 16 | 457 | 102 | 73 |
| Binary | 11011100 | 1010010 | 11010101 | 0 | 111111 | 11 | 1110 | 100101111 | 1000010 | 111011 |
Color Harmonies of #DC52D5
Complementary color
Monochromatic Colors of #DC52D5
Black with #DC52D5
Text Example
Text Example
White with #DC52D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC52D5; }
p { color: rgb(220,82,213); }
H1.HeaderClassName
{
color: #DC52D5;
}
.AnyTagClassName
{
color: #DC52D5;
}
</style>
background-color css
<style>
a { background-color: #DC52D5; }
a { background-color: rgb(220,82,213); }
div.DivClassName
{
background-color: #DC52D5;
}
.BgClassName
{
background-color: #DC52D5;
}
</style>
border-color css
<style>
span { border-color: #DC52D5; }
span { border-color: rgb(220,82,213); }
td.TdClassName
{
border-color: #DC52D5;
}
.TagClassName
{
border-color: #DC52D5;
}
</style>