Html Css Color HEX #DD49E7 Free Speech Magenta
📋 copy color: '#DD49E7'red 221 ◦ green 73 ◦ blue 231
Shades of Free Speech Magenta #DD49E7
Tints of Free Speech Magenta #DD49E7
RGB
CMYK
RGB Variations
Color information
#DD49E7 (or 0xDD49E7) is known color: Free Speech Magenta. HEX triplet: DD, 49 and E7. RGB value is (221,73,231). Sum of RGB (Red+Green+Blue) = 221+73+231=525 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.10% from 525); Green value is 73 (28.91% from 255 or 13.90% from 525); Blue value is 231 (90.62% from 255 or 44% from 525); Max value from RGB is 231 - color contains mainly: blue. Hex color #DD49E7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD49E7 is #22B618. Grayscale: #868686. Windows color (decimal): -2274841 or 15157725. OLE color: 15157725.
HSL color Cylindrical-coordinate representation of color #DD49E7: hue angle of 296.2º degrees, saturation: 0.77, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DD49E7 is Cyan = 0.04, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 221 | 73 | 231 | - |
| CMYK | 0.04 | 0.68 | 0 | 0.09 |
| HSL | 296.2º | 0.77% | 0.6% | - |
| HSV(B) | 296.2º | 0.68% | 0.91% | - |
| XYZ | 46.63 | 25.91 | 78.14 | - |
| YUV | 135.26 | 182.03 | 189.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 73 | 231 | 0.04 | 0.68 | 0 | 0.09 | 296.2 | 0.77 | 0.6 |
| Hex | DD | 49 | E7 | 4 | 44 | 0 | 9 | 128 | 4D | 3C |
| Octal | 335 | 111 | 347 | 4 | 104 | 0 | 11 | 450 | 115 | 74 |
| Binary | 11011101 | 1001001 | 11100111 | 100 | 1000100 | 0 | 1001 | 100101000 | 1001101 | 111100 |
Color Harmonies of #DD49E7
Complementary color
Monochromatic Colors of #DD49E7
Black with #DD49E7
Text Example
Text Example
White with #DD49E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD49E7; }
p { color: rgb(221,73,231); }
H1.HeaderClassName
{
color: #DD49E7;
}
.AnyTagClassName
{
color: #DD49E7;
}
</style>
background-color css
<style>
a { background-color: #DD49E7; }
a { background-color: rgb(221,73,231); }
div.DivClassName
{
background-color: #DD49E7;
}
.BgClassName
{
background-color: #DD49E7;
}
</style>
border-color css
<style>
span { border-color: #DD49E7; }
span { border-color: rgb(221,73,231); }
td.TdClassName
{
border-color: #DD49E7;
}
.TagClassName
{
border-color: #DD49E7;
}
</style>