Html Css Color HEX #DC52BD Free Speech Magenta
📋 copy color: '#DC52BD'red 220 ◦ green 82 ◦ blue 189
Shades of Free Speech Magenta #DC52BD
Tints of Free Speech Magenta #DC52BD
RGB
CMYK
RGB Variations
Color information
#DC52BD (or 0xDC52BD) is known color: Free Speech Magenta. HEX triplet: DC, 52 and BD. RGB value is (220,82,189). Sum of RGB (Red+Green+Blue) = 220+82+189=491 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.81% from 491); Green value is 82 (32.42% from 255 or 16.70% from 491); Blue value is 189 (74.22% from 255 or 38.49% from 491); Max value from RGB is 220 - color contains mainly: red. Hex color #DC52BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC52BD is #23AD42. Grayscale: #878787. Windows color (decimal): -2338115 or 12407516. OLE color: 12407516.
HSL color Cylindrical-coordinate representation of color #DC52BD: hue angle of 313.48º 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 #DC52BD is Cyan = 0, Magento = 0.63, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 82 | 189 | - |
| CMYK | 0 | 0.63 | 0.14 | 0.14 |
| HSL | 313.48º | 0.66% | 0.59% | - |
| HSV(B) | 313.48º | 0.63% | 0.86% | - |
| XYZ | 41.72 | 24.92 | 50.76 | - |
| YUV | 135.46 | 158.22 | 188.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 82 | 189 | 0 | 0.63 | 0.14 | 0.14 | 313.48 | 0.66 | 0.59 |
| Hex | DC | 52 | BD | 0 | 3F | E | E | 139 | 42 | 3B |
| Octal | 334 | 122 | 275 | 0 | 77 | 16 | 16 | 471 | 102 | 73 |
| Binary | 11011100 | 1010010 | 10111101 | 0 | 111111 | 1110 | 1110 | 100111001 | 1000010 | 111011 |
Color Harmonies of #DC52BD
Complementary color
Monochromatic Colors of #DC52BD
Black with #DC52BD
Text Example
Text Example
White with #DC52BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC52BD; }
p { color: rgb(220,82,189); }
H1.HeaderClassName
{
color: #DC52BD;
}
.AnyTagClassName
{
color: #DC52BD;
}
</style>
background-color css
<style>
a { background-color: #DC52BD; }
a { background-color: rgb(220,82,189); }
div.DivClassName
{
background-color: #DC52BD;
}
.BgClassName
{
background-color: #DC52BD;
}
</style>
border-color css
<style>
span { border-color: #DC52BD; }
span { border-color: rgb(220,82,189); }
td.TdClassName
{
border-color: #DC52BD;
}
.TagClassName
{
border-color: #DC52BD;
}
</style>