Html Css Color HEX #DD47C3 Free Speech Magenta
📋 copy color: '#DD47C3'red 221 ◦ green 71 ◦ blue 195
Shades of Free Speech Magenta #DD47C3
Tints of Free Speech Magenta #DD47C3
RGB
CMYK
RGB Variations
Color information
#DD47C3 (or 0xDD47C3) is known color: Free Speech Magenta. HEX triplet: DD, 47 and C3. RGB value is (221,71,195). Sum of RGB (Red+Green+Blue) = 221+71+195=487 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.38% from 487); Green value is 71 (28.12% from 255 or 14.58% from 487); Blue value is 195 (76.56% from 255 or 40.04% from 487); Max value from RGB is 221 - color contains mainly: red. Hex color #DD47C3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD47C3 is #22B83C. Grayscale: #818181. Windows color (decimal): -2275389 or 12797917. OLE color: 12797917.
HSL color Cylindrical-coordinate representation of color #DD47C3: hue angle of 310.4º 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 #DD47C3 is Cyan = 0, Magento = 0.68, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 71 | 195 | - |
| CMYK | 0 | 0.68 | 0.12 | 0.13 |
| HSL | 310.4º | 0.69% | 0.57% | - |
| HSV(B) | 310.4º | 0.68% | 0.87% | - |
| XYZ | 41.92 | 23.82 | 54.02 | - |
| YUV | 129.99 | 164.7 | 192.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 71 | 195 | 0 | 0.68 | 0.12 | 0.13 | 310.4 | 0.69 | 0.57 |
| Hex | DD | 47 | C3 | 0 | 44 | C | D | 136 | 45 | 39 |
| Octal | 335 | 107 | 303 | 0 | 104 | 14 | 15 | 466 | 105 | 71 |
| Binary | 11011101 | 1000111 | 11000011 | 0 | 1000100 | 1100 | 1101 | 100110110 | 1000101 | 111001 |
Color Harmonies of #DD47C3
Complementary color
Monochromatic Colors of #DD47C3
Black with #DD47C3
Text Example
Text Example
White with #DD47C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD47C3; }
p { color: rgb(221,71,195); }
H1.HeaderClassName
{
color: #DD47C3;
}
.AnyTagClassName
{
color: #DD47C3;
}
</style>
background-color css
<style>
a { background-color: #DD47C3; }
a { background-color: rgb(221,71,195); }
div.DivClassName
{
background-color: #DD47C3;
}
.BgClassName
{
background-color: #DD47C3;
}
</style>
border-color css
<style>
span { border-color: #DD47C3; }
span { border-color: rgb(221,71,195); }
td.TdClassName
{
border-color: #DD47C3;
}
.TagClassName
{
border-color: #DD47C3;
}
</style>