Html Css Color HEX #DD52C0 Free Speech Magenta
📋 copy color: '#DD52C0'red 221 ◦ green 82 ◦ blue 192
Shades of Free Speech Magenta #DD52C0
Tints of Free Speech Magenta #DD52C0
RGB
CMYK
RGB Variations
Color information
#DD52C0 (or 0xDD52C0) is known color: Free Speech Magenta. HEX triplet: DD, 52 and C0. RGB value is (221,82,192). Sum of RGB (Red+Green+Blue) = 221+82+192=495 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.65% from 495); Green value is 82 (32.42% from 255 or 16.57% from 495); Blue value is 192 (75.39% from 255 or 38.79% from 495); Max value from RGB is 221 - color contains mainly: red. Hex color #DD52C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD52C0 is #22AD3F. Grayscale: #878787. Windows color (decimal): -2272576 or 12604125. OLE color: 12604125.
HSL color Cylindrical-coordinate representation of color #DD52C0: hue angle of 312.52º 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 #DD52C0 is Cyan = 0, Magento = 0.63, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 82 | 192 | - |
| CMYK | 0 | 0.63 | 0.13 | 0.13 |
| HSL | 312.52º | 0.67% | 0.59% | - |
| HSV(B) | 312.52º | 0.63% | 0.87% | - |
| XYZ | 42.35 | 25.21 | 52.5 | - |
| YUV | 136.1 | 159.55 | 188.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 82 | 192 | 0 | 0.63 | 0.13 | 0.13 | 312.52 | 0.67 | 0.59 |
| Hex | DD | 52 | C0 | 0 | 3F | D | D | 139 | 43 | 3B |
| Octal | 335 | 122 | 300 | 0 | 77 | 15 | 15 | 471 | 103 | 73 |
| Binary | 11011101 | 1010010 | 11000000 | 0 | 111111 | 1101 | 1101 | 100111001 | 1000011 | 111011 |
Color Harmonies of #DD52C0
Complementary color
Monochromatic Colors of #DD52C0
Black with #DD52C0
Text Example
Text Example
White with #DD52C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD52C0; }
p { color: rgb(221,82,192); }
H1.HeaderClassName
{
color: #DD52C0;
}
.AnyTagClassName
{
color: #DD52C0;
}
</style>
background-color css
<style>
a { background-color: #DD52C0; }
a { background-color: rgb(221,82,192); }
div.DivClassName
{
background-color: #DD52C0;
}
.BgClassName
{
background-color: #DD52C0;
}
</style>
border-color css
<style>
span { border-color: #DD52C0; }
span { border-color: rgb(221,82,192); }
td.TdClassName
{
border-color: #DD52C0;
}
.TagClassName
{
border-color: #DD52C0;
}
</style>