Html Css Color HEX #DD49E8 Free Speech Magenta
📋 copy color: '#DD49E8'red 221 ◦ green 73 ◦ blue 232
Shades of Free Speech Magenta #DD49E8
Tints of Free Speech Magenta #DD49E8
RGB
CMYK
RGB Variations
Color information
#DD49E8 (or 0xDD49E8) is known color: Free Speech Magenta. HEX triplet: DD, 49 and E8. RGB value is (221,73,232). Sum of RGB (Red+Green+Blue) = 221+73+232=526 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.02% from 526); Green value is 73 (28.91% from 255 or 13.88% from 526); Blue value is 232 (91.02% from 255 or 44.11% from 526); Max value from RGB is 232 - color contains mainly: blue. Hex color #DD49E8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD49E8 is #22B617. Grayscale: #868686. Windows color (decimal): -2274840 or 15223261. OLE color: 15223261.
HSL color Cylindrical-coordinate representation of color #DD49E8: hue angle of 295.85º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DD49E8 is Cyan = 0.05, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 221 | 73 | 232 | - |
| CMYK | 0.05 | 0.69 | 0 | 0.09 |
| HSL | 295.85º | 0.78% | 0.6% | - |
| HSV(B) | 295.85º | 0.69% | 0.91% | - |
| XYZ | 46.77 | 25.96 | 78.89 | - |
| YUV | 135.38 | 182.53 | 189.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 73 | 232 | 0.05 | 0.69 | 0 | 0.09 | 295.85 | 0.78 | 0.6 |
| Hex | DD | 49 | E8 | 5 | 45 | 0 | 9 | 128 | 4E | 3C |
| Octal | 335 | 111 | 350 | 5 | 105 | 0 | 11 | 450 | 116 | 74 |
| Binary | 11011101 | 1001001 | 11101000 | 101 | 1000101 | 0 | 1001 | 100101000 | 1001110 | 111100 |
Color Harmonies of #DD49E8
Complementary color
Monochromatic Colors of #DD49E8
Black with #DD49E8
Text Example
Text Example
White with #DD49E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD49E8; }
p { color: rgb(221,73,232); }
H1.HeaderClassName
{
color: #DD49E8;
}
.AnyTagClassName
{
color: #DD49E8;
}
</style>
background-color css
<style>
a { background-color: #DD49E8; }
a { background-color: rgb(221,73,232); }
div.DivClassName
{
background-color: #DD49E8;
}
.BgClassName
{
background-color: #DD49E8;
}
</style>
border-color css
<style>
span { border-color: #DD49E8; }
span { border-color: rgb(221,73,232); }
td.TdClassName
{
border-color: #DD49E8;
}
.TagClassName
{
border-color: #DD49E8;
}
</style>