Html Css Color HEX #DD49D9 Free Speech Magenta
📋 copy color: '#DD49D9'red 221 ◦ green 73 ◦ blue 217
Shades of Free Speech Magenta #DD49D9
Tints of Free Speech Magenta #DD49D9
RGB
CMYK
RGB Variations
Color information
#DD49D9 (or 0xDD49D9) is known color: Free Speech Magenta. HEX triplet: DD, 49 and D9. RGB value is (221,73,217). Sum of RGB (Red+Green+Blue) = 221+73+217=511 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.25% from 511); Green value is 73 (28.91% from 255 or 14.29% from 511); Blue value is 217 (85.16% from 255 or 42.47% from 511); Max value from RGB is 221 - color contains mainly: red. Hex color #DD49D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD49D9 is #22B626. Grayscale: #858585. Windows color (decimal): -2274855 or 14240221. OLE color: 14240221.
HSL color Cylindrical-coordinate representation of color #DD49D9: hue angle of 301.62º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DD49D9 is Cyan = 0, Magento = 0.67, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 73 | 217 | - |
| CMYK | 0 | 0.67 | 0.02 | 0.13 |
| HSL | 301.62º | 0.69% | 0.58% | - |
| HSV(B) | 301.62º | 0.67% | 0.87% | - |
| XYZ | 44.73 | 25.15 | 68.14 | - |
| YUV | 133.67 | 175.03 | 190.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 73 | 217 | 0 | 0.67 | 0.02 | 0.13 | 301.62 | 0.69 | 0.58 |
| Hex | DD | 49 | D9 | 0 | 43 | 2 | D | 12E | 45 | 3A |
| Octal | 335 | 111 | 331 | 0 | 103 | 2 | 15 | 456 | 105 | 72 |
| Binary | 11011101 | 1001001 | 11011001 | 0 | 1000011 | 10 | 1101 | 100101110 | 1000101 | 111010 |
Color Harmonies of #DD49D9
Complementary color
Monochromatic Colors of #DD49D9
Black with #DD49D9
Text Example
Text Example
White with #DD49D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD49D9; }
p { color: rgb(221,73,217); }
H1.HeaderClassName
{
color: #DD49D9;
}
.AnyTagClassName
{
color: #DD49D9;
}
</style>
background-color css
<style>
a { background-color: #DD49D9; }
a { background-color: rgb(221,73,217); }
div.DivClassName
{
background-color: #DD49D9;
}
.BgClassName
{
background-color: #DD49D9;
}
</style>
border-color css
<style>
span { border-color: #DD49D9; }
span { border-color: rgb(221,73,217); }
td.TdClassName
{
border-color: #DD49D9;
}
.TagClassName
{
border-color: #DD49D9;
}
</style>