Html Css Color HEX #DD47E5 Free Speech Magenta
📋 copy color: '#DD47E5'red 221 ◦ green 71 ◦ blue 229
Shades of Free Speech Magenta #DD47E5
Tints of Free Speech Magenta #DD47E5
RGB
CMYK
RGB Variations
Color information
#DD47E5 (or 0xDD47E5) is known color: Free Speech Magenta. HEX triplet: DD, 47 and E5. RGB value is (221,71,229). Sum of RGB (Red+Green+Blue) = 221+71+229=521 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.42% from 521); Green value is 71 (28.12% from 255 or 13.63% from 521); Blue value is 229 (89.84% from 255 or 43.95% from 521); Max value from RGB is 229 - color contains mainly: blue. Hex color #DD47E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD47E5 is #22B81A. Grayscale: #858585. Windows color (decimal): -2275355 or 15026141. OLE color: 15026141.
HSL color Cylindrical-coordinate representation of color #DD47E5: hue angle of 296.96º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DD47E5 is Cyan = 0.03, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 221 | 71 | 229 | - |
| CMYK | 0.03 | 0.69 | 0 | 0.10 |
| HSL | 296.96º | 0.75% | 0.59% | - |
| HSV(B) | 296.96º | 0.69% | 0.9% | - |
| XYZ | 46.21 | 25.54 | 76.62 | - |
| YUV | 133.86 | 181.7 | 190.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 71 | 229 | 0.03 | 0.69 | 0 | 0.10 | 296.96 | 0.75 | 0.59 |
| Hex | DD | 47 | E5 | 3 | 45 | 0 | A | 129 | 4B | 3B |
| Octal | 335 | 107 | 345 | 3 | 105 | 0 | 12 | 451 | 113 | 73 |
| Binary | 11011101 | 1000111 | 11100101 | 11 | 1000101 | 0 | 1010 | 100101001 | 1001011 | 111011 |
Color Harmonies of #DD47E5
Complementary color
Monochromatic Colors of #DD47E5
Black with #DD47E5
Text Example
Text Example
White with #DD47E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD47E5; }
p { color: rgb(221,71,229); }
H1.HeaderClassName
{
color: #DD47E5;
}
.AnyTagClassName
{
color: #DD47E5;
}
</style>
background-color css
<style>
a { background-color: #DD47E5; }
a { background-color: rgb(221,71,229); }
div.DivClassName
{
background-color: #DD47E5;
}
.BgClassName
{
background-color: #DD47E5;
}
</style>
border-color css
<style>
span { border-color: #DD47E5; }
span { border-color: rgb(221,71,229); }
td.TdClassName
{
border-color: #DD47E5;
}
.TagClassName
{
border-color: #DD47E5;
}
</style>