Html Css Color HEX #DD49C7 Free Speech Magenta
📋 copy color: '#DD49C7'red 221 ◦ green 73 ◦ blue 199
Shades of Free Speech Magenta #DD49C7
Tints of Free Speech Magenta #DD49C7
RGB
CMYK
RGB Variations
Color information
#DD49C7 (or 0xDD49C7) is known color: Free Speech Magenta. HEX triplet: DD, 49 and C7. RGB value is (221,73,199). Sum of RGB (Red+Green+Blue) = 221+73+199=493 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.83% from 493); Green value is 73 (28.91% from 255 or 14.81% from 493); Blue value is 199 (78.12% from 255 or 40.37% from 493); Max value from RGB is 221 - color contains mainly: red. Hex color #DD49C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD49C7 is #22B638. Grayscale: #838383. Windows color (decimal): -2274873 or 13060573. OLE color: 13060573.
HSL color Cylindrical-coordinate representation of color #DD49C7: hue angle of 308.92º 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 #DD49C7 is Cyan = 0, Magento = 0.67, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 73 | 199 | - |
| CMYK | 0 | 0.67 | 0.10 | 0.13 |
| HSL | 308.92º | 0.69% | 0.58% | - |
| HSV(B) | 308.92º | 0.67% | 0.87% | - |
| XYZ | 42.51 | 24.26 | 56.48 | - |
| YUV | 131.62 | 166.03 | 191.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 73 | 199 | 0 | 0.67 | 0.10 | 0.13 | 308.92 | 0.69 | 0.58 |
| Hex | DD | 49 | C7 | 0 | 43 | A | D | 135 | 45 | 3A |
| Octal | 335 | 111 | 307 | 0 | 103 | 12 | 15 | 465 | 105 | 72 |
| Binary | 11011101 | 1001001 | 11000111 | 0 | 1000011 | 1010 | 1101 | 100110101 | 1000101 | 111010 |
Color Harmonies of #DD49C7
Complementary color
Monochromatic Colors of #DD49C7
Black with #DD49C7
Text Example
Text Example
White with #DD49C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD49C7; }
p { color: rgb(221,73,199); }
H1.HeaderClassName
{
color: #DD49C7;
}
.AnyTagClassName
{
color: #DD49C7;
}
</style>
background-color css
<style>
a { background-color: #DD49C7; }
a { background-color: rgb(221,73,199); }
div.DivClassName
{
background-color: #DD49C7;
}
.BgClassName
{
background-color: #DD49C7;
}
</style>
border-color css
<style>
span { border-color: #DD49C7; }
span { border-color: rgb(221,73,199); }
td.TdClassName
{
border-color: #DD49C7;
}
.TagClassName
{
border-color: #DD49C7;
}
</style>