Html Css Color HEX #DD52D5 Free Speech Magenta
📋 copy color: '#DD52D5'red 221 ◦ green 82 ◦ blue 213
Shades of Free Speech Magenta #DD52D5
Tints of Free Speech Magenta #DD52D5
RGB
CMYK
RGB Variations
Color information
#DD52D5 (or 0xDD52D5) is known color: Free Speech Magenta. HEX triplet: DD, 52 and D5. RGB value is (221,82,213). Sum of RGB (Red+Green+Blue) = 221+82+213=516 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.83% from 516); Green value is 82 (32.42% from 255 or 15.89% from 516); Blue value is 213 (83.59% from 255 or 41.28% from 516); Max value from RGB is 221 - color contains mainly: red. Hex color #DD52D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD52D5 is #22AD2A. Grayscale: #8A8A8A. Windows color (decimal): -2272555 or 13980381. OLE color: 13980381.
HSL color Cylindrical-coordinate representation of color #DD52D5: hue angle of 303.45º 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 #DD52D5 is Cyan = 0, Magento = 0.63, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 82 | 213 | - |
| CMYK | 0 | 0.63 | 0.04 | 0.13 |
| HSL | 303.45º | 0.67% | 0.59% | - |
| HSV(B) | 303.45º | 0.63% | 0.87% | - |
| XYZ | 44.85 | 26.21 | 65.65 | - |
| YUV | 138.5 | 170.05 | 186.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 82 | 213 | 0 | 0.63 | 0.04 | 0.13 | 303.45 | 0.67 | 0.59 |
| Hex | DD | 52 | D5 | 0 | 3F | 4 | D | 12F | 43 | 3B |
| Octal | 335 | 122 | 325 | 0 | 77 | 4 | 15 | 457 | 103 | 73 |
| Binary | 11011101 | 1010010 | 11010101 | 0 | 111111 | 100 | 1101 | 100101111 | 1000011 | 111011 |
Color Harmonies of #DD52D5
Complementary color
Monochromatic Colors of #DD52D5
Black with #DD52D5
Text Example
Text Example
White with #DD52D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD52D5; }
p { color: rgb(221,82,213); }
H1.HeaderClassName
{
color: #DD52D5;
}
.AnyTagClassName
{
color: #DD52D5;
}
</style>
background-color css
<style>
a { background-color: #DD52D5; }
a { background-color: rgb(221,82,213); }
div.DivClassName
{
background-color: #DD52D5;
}
.BgClassName
{
background-color: #DD52D5;
}
</style>
border-color css
<style>
span { border-color: #DD52D5; }
span { border-color: rgb(221,82,213); }
td.TdClassName
{
border-color: #DD52D5;
}
.TagClassName
{
border-color: #DD52D5;
}
</style>