Html Css Color HEX #DD47C4 Free Speech Magenta
📋 copy color: '#DD47C4'red 221 ◦ green 71 ◦ blue 196
Shades of Free Speech Magenta #DD47C4
Tints of Free Speech Magenta #DD47C4
RGB
CMYK
RGB Variations
Color information
#DD47C4 (or 0xDD47C4) is known color: Free Speech Magenta. HEX triplet: DD, 47 and C4. RGB value is (221,71,196). Sum of RGB (Red+Green+Blue) = 221+71+196=488 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.29% from 488); Green value is 71 (28.12% from 255 or 14.55% from 488); Blue value is 196 (76.95% from 255 or 40.16% from 488); Max value from RGB is 221 - color contains mainly: red. Hex color #DD47C4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD47C4 is #22B83B. Grayscale: #818181. Windows color (decimal): -2275388 or 12863453. OLE color: 12863453.
HSL color Cylindrical-coordinate representation of color #DD47C4: hue angle of 310º 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 #DD47C4 is Cyan = 0, Magento = 0.68, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 71 | 196 | - |
| CMYK | 0 | 0.68 | 0.11 | 0.13 |
| HSL | 310º | 0.69% | 0.57% | - |
| HSV(B) | 310º | 0.68% | 0.87% | - |
| XYZ | 42.04 | 23.86 | 54.62 | - |
| YUV | 130.1 | 165.2 | 192.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 71 | 196 | 0 | 0.68 | 0.11 | 0.13 | 310 | 0.69 | 0.57 |
| Hex | DD | 47 | C4 | 0 | 44 | B | D | 136 | 45 | 39 |
| Octal | 335 | 107 | 304 | 0 | 104 | 13 | 15 | 466 | 105 | 71 |
| Binary | 11011101 | 1000111 | 11000100 | 0 | 1000100 | 1011 | 1101 | 100110110 | 1000101 | 111001 |
Color Harmonies of #DD47C4
Complementary color
Monochromatic Colors of #DD47C4
Black with #DD47C4
Text Example
Text Example
White with #DD47C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD47C4; }
p { color: rgb(221,71,196); }
H1.HeaderClassName
{
color: #DD47C4;
}
.AnyTagClassName
{
color: #DD47C4;
}
</style>
background-color css
<style>
a { background-color: #DD47C4; }
a { background-color: rgb(221,71,196); }
div.DivClassName
{
background-color: #DD47C4;
}
.BgClassName
{
background-color: #DD47C4;
}
</style>
border-color css
<style>
span { border-color: #DD47C4; }
span { border-color: rgb(221,71,196); }
td.TdClassName
{
border-color: #DD47C4;
}
.TagClassName
{
border-color: #DD47C4;
}
</style>