Html Css Color HEX #DD47BD Free Speech Magenta
📋 copy color: '#DD47BD'red 221 ◦ green 71 ◦ blue 189
Shades of Free Speech Magenta #DD47BD
Tints of Free Speech Magenta #DD47BD
RGB
CMYK
RGB Variations
Color information
#DD47BD (or 0xDD47BD) is known color: Free Speech Magenta. HEX triplet: DD, 47 and BD. RGB value is (221,71,189). Sum of RGB (Red+Green+Blue) = 221+71+189=481 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.95% from 481); Green value is 71 (28.12% from 255 or 14.76% from 481); Blue value is 189 (74.22% from 255 or 39.29% from 481); Max value from RGB is 221 - color contains mainly: red. Hex color #DD47BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD47BD is #22B842. Grayscale: #808080. Windows color (decimal): -2275395 or 12404701. OLE color: 12404701.
HSL color Cylindrical-coordinate representation of color #DD47BD: hue angle of 312.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 #DD47BD is Cyan = 0, Magento = 0.68, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 71 | 189 | - |
| CMYK | 0 | 0.68 | 0.14 | 0.13 |
| HSL | 312.8º | 0.69% | 0.57% | - |
| HSV(B) | 312.8º | 0.68% | 0.87% | - |
| XYZ | 41.26 | 23.55 | 50.52 | - |
| YUV | 129.3 | 161.7 | 193.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 71 | 189 | 0 | 0.68 | 0.14 | 0.13 | 312.8 | 0.69 | 0.57 |
| Hex | DD | 47 | BD | 0 | 44 | E | D | 139 | 45 | 39 |
| Octal | 335 | 107 | 275 | 0 | 104 | 16 | 15 | 471 | 105 | 71 |
| Binary | 11011101 | 1000111 | 10111101 | 0 | 1000100 | 1110 | 1101 | 100111001 | 1000101 | 111001 |
Color Harmonies of #DD47BD
Complementary color
Monochromatic Colors of #DD47BD
Black with #DD47BD
Text Example
Text Example
White with #DD47BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD47BD; }
p { color: rgb(221,71,189); }
H1.HeaderClassName
{
color: #DD47BD;
}
.AnyTagClassName
{
color: #DD47BD;
}
</style>
background-color css
<style>
a { background-color: #DD47BD; }
a { background-color: rgb(221,71,189); }
div.DivClassName
{
background-color: #DD47BD;
}
.BgClassName
{
background-color: #DD47BD;
}
</style>
border-color css
<style>
span { border-color: #DD47BD; }
span { border-color: rgb(221,71,189); }
td.TdClassName
{
border-color: #DD47BD;
}
.TagClassName
{
border-color: #DD47BD;
}
</style>