Html Css Color HEX #DD47DF Free Speech Magenta
📋 copy color: '#DD47DF'red 221 ◦ green 71 ◦ blue 223
Shades of Free Speech Magenta #DD47DF
Tints of Free Speech Magenta #DD47DF
RGB
CMYK
RGB Variations
Color information
#DD47DF (or 0xDD47DF) is known color: Free Speech Magenta. HEX triplet: DD, 47 and DF. RGB value is (221,71,223). Sum of RGB (Red+Green+Blue) = 221+71+223=515 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.91% from 515); Green value is 71 (28.12% from 255 or 13.79% from 515); Blue value is 223 (87.5% from 255 or 43.30% from 515); Max value from RGB is 223 - color contains mainly: blue. Hex color #DD47DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD47DF is #22B820. Grayscale: #848484. Windows color (decimal): -2275361 or 14632925. OLE color: 14632925.
HSL color Cylindrical-coordinate representation of color #DD47DF: hue angle of 299.21º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DD47DF is Cyan = 0.01, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 71 | 223 | - |
| CMYK | 0.01 | 0.68 | 0 | 0.13 |
| HSL | 299.21º | 0.7% | 0.58% | - |
| HSV(B) | 299.21º | 0.68% | 0.87% | - |
| XYZ | 45.39 | 25.21 | 72.28 | - |
| YUV | 133.18 | 178.7 | 190.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 71 | 223 | 0.01 | 0.68 | 0 | 0.13 | 299.21 | 0.7 | 0.58 |
| Hex | DD | 47 | DF | 1 | 44 | 0 | D | 12B | 46 | 3A |
| Octal | 335 | 107 | 337 | 1 | 104 | 0 | 15 | 453 | 106 | 72 |
| Binary | 11011101 | 1000111 | 11011111 | 1 | 1000100 | 0 | 1101 | 100101011 | 1000110 | 111010 |
Color Harmonies of #DD47DF
Complementary color
Monochromatic Colors of #DD47DF
Black with #DD47DF
Text Example
Text Example
White with #DD47DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD47DF; }
p { color: rgb(221,71,223); }
H1.HeaderClassName
{
color: #DD47DF;
}
.AnyTagClassName
{
color: #DD47DF;
}
</style>
background-color css
<style>
a { background-color: #DD47DF; }
a { background-color: rgb(221,71,223); }
div.DivClassName
{
background-color: #DD47DF;
}
.BgClassName
{
background-color: #DD47DF;
}
</style>
border-color css
<style>
span { border-color: #DD47DF; }
span { border-color: rgb(221,71,223); }
td.TdClassName
{
border-color: #DD47DF;
}
.TagClassName
{
border-color: #DD47DF;
}
</style>