Html Css Color HEX #DC52DD Free Speech Magenta
📋 copy color: '#DC52DD'red 220 ◦ green 82 ◦ blue 221
Shades of Free Speech Magenta #DC52DD
Tints of Free Speech Magenta #DC52DD
RGB
CMYK
RGB Variations
Color information
#DC52DD (or 0xDC52DD) is known color: Free Speech Magenta. HEX triplet: DC, 52 and DD. RGB value is (220,82,221). Sum of RGB (Red+Green+Blue) = 220+82+221=523 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.07% from 523); Green value is 82 (32.42% from 255 or 15.68% from 523); Blue value is 221 (86.72% from 255 or 42.26% from 523); Max value from RGB is 221 - color contains mainly: blue. Hex color #DC52DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC52DD is #23AD22. Grayscale: #8A8A8A. Windows color (decimal): -2338083 or 14504668. OLE color: 14504668.
HSL color Cylindrical-coordinate representation of color #DC52DD: hue angle of 299.57º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DC52DD is Cyan = 0.00, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 82 | 221 | - |
| CMYK | 0.00 | 0.63 | 0 | 0.13 |
| HSL | 299.57º | 0.67% | 0.59% | - |
| HSV(B) | 299.57º | 0.63% | 0.87% | - |
| XYZ | 45.58 | 26.47 | 71.11 | - |
| YUV | 139.11 | 174.22 | 185.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 82 | 221 | 0.00 | 0.63 | 0 | 0.13 | 299.57 | 0.67 | 0.59 |
| Hex | DC | 52 | DD | 0 | 3F | 0 | D | 12C | 43 | 3B |
| Octal | 334 | 122 | 335 | 0 | 77 | 0 | 15 | 454 | 103 | 73 |
| Binary | 11011100 | 1010010 | 11011101 | 0 | 111111 | 0 | 1101 | 100101100 | 1000011 | 111011 |
Color Harmonies of #DC52DD
Complementary color
Monochromatic Colors of #DC52DD
Black with #DC52DD
Text Example
Text Example
White with #DC52DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC52DD; }
p { color: rgb(220,82,221); }
H1.HeaderClassName
{
color: #DC52DD;
}
.AnyTagClassName
{
color: #DC52DD;
}
</style>
background-color css
<style>
a { background-color: #DC52DD; }
a { background-color: rgb(220,82,221); }
div.DivClassName
{
background-color: #DC52DD;
}
.BgClassName
{
background-color: #DC52DD;
}
</style>
border-color css
<style>
span { border-color: #DC52DD; }
span { border-color: rgb(220,82,221); }
td.TdClassName
{
border-color: #DC52DD;
}
.TagClassName
{
border-color: #DC52DD;
}
</style>