Html Css Color HEX #DD47C7 Free Speech Magenta
📋 copy color: '#DD47C7'red 221 ◦ green 71 ◦ blue 199
Shades of Free Speech Magenta #DD47C7
Tints of Free Speech Magenta #DD47C7
RGB
CMYK
RGB Variations
Color information
#DD47C7 (or 0xDD47C7) is known color: Free Speech Magenta. HEX triplet: DD, 47 and C7. RGB value is (221,71,199). Sum of RGB (Red+Green+Blue) = 221+71+199=491 (65% of max value = 765). Red value is 221 (86.72% from 255 or 45.01% from 491); Green value is 71 (28.12% from 255 or 14.46% from 491); Blue value is 199 (78.12% from 255 or 40.53% from 491); Max value from RGB is 221 - color contains mainly: red. Hex color #DD47C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD47C7 is #22B838. Grayscale: #828282. Windows color (decimal): -2275385 or 13060061. OLE color: 13060061.
HSL color Cylindrical-coordinate representation of color #DD47C7: hue angle of 308.8º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DD47C7 is Cyan = 0, Magento = 0.68, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 71 | 199 | - |
| CMYK | 0 | 0.68 | 0.10 | 0.13 |
| HSL | 308.8º | 0.69% | 0.57% | - |
| HSV(B) | 308.8º | 0.68% | 0.87% | - |
| XYZ | 42.38 | 24 | 56.43 | - |
| YUV | 130.44 | 166.7 | 192.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 71 | 199 | 0 | 0.68 | 0.10 | 0.13 | 308.8 | 0.69 | 0.57 |
| Hex | DD | 47 | C7 | 0 | 44 | A | D | 135 | 45 | 39 |
| Octal | 335 | 107 | 307 | 0 | 104 | 12 | 15 | 465 | 105 | 71 |
| Binary | 11011101 | 1000111 | 11000111 | 0 | 1000100 | 1010 | 1101 | 100110101 | 1000101 | 111001 |
Color Harmonies of #DD47C7
Complementary color
Monochromatic Colors of #DD47C7
Black with #DD47C7
Text Example
Text Example
White with #DD47C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD47C7; }
p { color: rgb(221,71,199); }
H1.HeaderClassName
{
color: #DD47C7;
}
.AnyTagClassName
{
color: #DD47C7;
}
</style>
background-color css
<style>
a { background-color: #DD47C7; }
a { background-color: rgb(221,71,199); }
div.DivClassName
{
background-color: #DD47C7;
}
.BgClassName
{
background-color: #DD47C7;
}
</style>
border-color css
<style>
span { border-color: #DD47C7; }
span { border-color: rgb(221,71,199); }
td.TdClassName
{
border-color: #DD47C7;
}
.TagClassName
{
border-color: #DD47C7;
}
</style>