Html Css Color HEX #DD49D1 Free Speech Magenta
📋 copy color: '#DD49D1'red 221 ◦ green 73 ◦ blue 209
Shades of Free Speech Magenta #DD49D1
Tints of Free Speech Magenta #DD49D1
RGB
CMYK
RGB Variations
Color information
#DD49D1 (or 0xDD49D1) is known color: Free Speech Magenta. HEX triplet: DD, 49 and D1. RGB value is (221,73,209). Sum of RGB (Red+Green+Blue) = 221+73+209=503 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.94% from 503); Green value is 73 (28.91% from 255 or 14.51% from 503); Blue value is 209 (82.03% from 255 or 41.55% from 503); Max value from RGB is 221 - color contains mainly: red. Hex color #DD49D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD49D1 is #22B62E. Grayscale: #848484. Windows color (decimal): -2274863 or 13715933. OLE color: 13715933.
HSL color Cylindrical-coordinate representation of color #DD49D1: hue angle of 304.86º 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 #DD49D1 is Cyan = 0, Magento = 0.67, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 73 | 209 | - |
| CMYK | 0 | 0.67 | 0.05 | 0.13 |
| HSL | 304.86º | 0.69% | 0.58% | - |
| HSV(B) | 304.86º | 0.67% | 0.87% | - |
| XYZ | 43.71 | 24.74 | 62.79 | - |
| YUV | 132.76 | 171.03 | 190.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 73 | 209 | 0 | 0.67 | 0.05 | 0.13 | 304.86 | 0.69 | 0.58 |
| Hex | DD | 49 | D1 | 0 | 43 | 5 | D | 131 | 45 | 3A |
| Octal | 335 | 111 | 321 | 0 | 103 | 5 | 15 | 461 | 105 | 72 |
| Binary | 11011101 | 1001001 | 11010001 | 0 | 1000011 | 101 | 1101 | 100110001 | 1000101 | 111010 |
Color Harmonies of #DD49D1
Complementary color
Monochromatic Colors of #DD49D1
Black with #DD49D1
Text Example
Text Example
White with #DD49D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD49D1; }
p { color: rgb(221,73,209); }
H1.HeaderClassName
{
color: #DD49D1;
}
.AnyTagClassName
{
color: #DD49D1;
}
</style>
background-color css
<style>
a { background-color: #DD49D1; }
a { background-color: rgb(221,73,209); }
div.DivClassName
{
background-color: #DD49D1;
}
.BgClassName
{
background-color: #DD49D1;
}
</style>
border-color css
<style>
span { border-color: #DD49D1; }
span { border-color: rgb(221,73,209); }
td.TdClassName
{
border-color: #DD49D1;
}
.TagClassName
{
border-color: #DD49D1;
}
</style>