Html Css Color HEX #DD49E6 Free Speech Magenta
📋 copy color: '#DD49E6'red 221 ◦ green 73 ◦ blue 230
Shades of Free Speech Magenta #DD49E6
Tints of Free Speech Magenta #DD49E6
RGB
CMYK
RGB Variations
Color information
#DD49E6 (or 0xDD49E6) is known color: Free Speech Magenta. HEX triplet: DD, 49 and E6. RGB value is (221,73,230). Sum of RGB (Red+Green+Blue) = 221+73+230=524 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.18% from 524); Green value is 73 (28.91% from 255 or 13.93% from 524); Blue value is 230 (90.23% from 255 or 43.89% from 524); Max value from RGB is 230 - color contains mainly: blue. Hex color #DD49E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD49E6 is #22B619. Grayscale: #868686. Windows color (decimal): -2274842 or 15092189. OLE color: 15092189.
HSL color Cylindrical-coordinate representation of color #DD49E6: hue angle of 296.56º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DD49E6 is Cyan = 0.04, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 221 | 73 | 230 | - |
| CMYK | 0.04 | 0.68 | 0 | 0.10 |
| HSL | 296.56º | 0.76% | 0.59% | - |
| HSV(B) | 296.56º | 0.68% | 0.9% | - |
| XYZ | 46.48 | 25.85 | 77.4 | - |
| YUV | 135.15 | 181.53 | 189.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 73 | 230 | 0.04 | 0.68 | 0 | 0.10 | 296.56 | 0.76 | 0.59 |
| Hex | DD | 49 | E6 | 4 | 44 | 0 | A | 129 | 4C | 3B |
| Octal | 335 | 111 | 346 | 4 | 104 | 0 | 12 | 451 | 114 | 73 |
| Binary | 11011101 | 1001001 | 11100110 | 100 | 1000100 | 0 | 1010 | 100101001 | 1001100 | 111011 |
Color Harmonies of #DD49E6
Complementary color
Monochromatic Colors of #DD49E6
Black with #DD49E6
Text Example
Text Example
White with #DD49E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD49E6; }
p { color: rgb(221,73,230); }
H1.HeaderClassName
{
color: #DD49E6;
}
.AnyTagClassName
{
color: #DD49E6;
}
</style>
background-color css
<style>
a { background-color: #DD49E6; }
a { background-color: rgb(221,73,230); }
div.DivClassName
{
background-color: #DD49E6;
}
.BgClassName
{
background-color: #DD49E6;
}
</style>
border-color css
<style>
span { border-color: #DD49E6; }
span { border-color: rgb(221,73,230); }
td.TdClassName
{
border-color: #DD49E6;
}
.TagClassName
{
border-color: #DD49E6;
}
</style>