Html Css Color HEX #DC52C3 Free Speech Magenta
📋 copy color: '#DC52C3'red 220 ◦ green 82 ◦ blue 195
Shades of Free Speech Magenta #DC52C3
Tints of Free Speech Magenta #DC52C3
RGB
CMYK
RGB Variations
Color information
#DC52C3 (or 0xDC52C3) is known color: Free Speech Magenta. HEX triplet: DC, 52 and C3. RGB value is (220,82,195). Sum of RGB (Red+Green+Blue) = 220+82+195=497 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.27% from 497); Green value is 82 (32.42% from 255 or 16.50% from 497); Blue value is 195 (76.56% from 255 or 39.24% from 497); Max value from RGB is 220 - color contains mainly: red. Hex color #DC52C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC52C3 is #23AD3C. Grayscale: #878787. Windows color (decimal): -2338109 or 12800732. OLE color: 12800732.
HSL color Cylindrical-coordinate representation of color #DC52C3: hue angle of 310.87º 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 #DC52C3 is Cyan = 0, Magento = 0.63, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 82 | 195 | - |
| CMYK | 0 | 0.63 | 0.11 | 0.14 |
| HSL | 310.87º | 0.66% | 0.59% | - |
| HSV(B) | 310.87º | 0.63% | 0.86% | - |
| XYZ | 42.38 | 25.19 | 54.26 | - |
| YUV | 136.14 | 161.22 | 187.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 82 | 195 | 0 | 0.63 | 0.11 | 0.14 | 310.87 | 0.66 | 0.59 |
| Hex | DC | 52 | C3 | 0 | 3F | B | E | 137 | 42 | 3B |
| Octal | 334 | 122 | 303 | 0 | 77 | 13 | 16 | 467 | 102 | 73 |
| Binary | 11011100 | 1010010 | 11000011 | 0 | 111111 | 1011 | 1110 | 100110111 | 1000010 | 111011 |
Color Harmonies of #DC52C3
Complementary color
Monochromatic Colors of #DC52C3
Black with #DC52C3
Text Example
Text Example
White with #DC52C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC52C3; }
p { color: rgb(220,82,195); }
H1.HeaderClassName
{
color: #DC52C3;
}
.AnyTagClassName
{
color: #DC52C3;
}
</style>
background-color css
<style>
a { background-color: #DC52C3; }
a { background-color: rgb(220,82,195); }
div.DivClassName
{
background-color: #DC52C3;
}
.BgClassName
{
background-color: #DC52C3;
}
</style>
border-color css
<style>
span { border-color: #DC52C3; }
span { border-color: rgb(220,82,195); }
td.TdClassName
{
border-color: #DC52C3;
}
.TagClassName
{
border-color: #DC52C3;
}
</style>