Html Css Color HEX #DD41DF Free Speech Magenta
📋 copy color: '#DD41DF'red 221 ◦ green 65 ◦ blue 223
Shades of Free Speech Magenta #DD41DF
Tints of Free Speech Magenta #DD41DF
RGB
CMYK
RGB Variations
Color information
#DD41DF (or 0xDD41DF) is known color: Free Speech Magenta. HEX triplet: DD, 41 and DF. RGB value is (221,65,223). Sum of RGB (Red+Green+Blue) = 221+65+223=509 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.42% from 509); Green value is 65 (25.78% from 255 or 12.77% from 509); Blue value is 223 (87.5% from 255 or 43.81% from 509); Max value from RGB is 223 - color contains mainly: blue. Hex color #DD41DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD41DF is #22BE20. Grayscale: #818181. Windows color (decimal): -2276897 or 14631389. OLE color: 14631389.
HSL color Cylindrical-coordinate representation of color #DD41DF: hue angle of 299.24º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DD41DF is Cyan = 0.01, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 65 | 223 | - |
| CMYK | 0.01 | 0.71 | 0 | 0.13 |
| HSL | 299.24º | 0.71% | 0.56% | - |
| HSV(B) | 299.24º | 0.71% | 0.87% | - |
| XYZ | 45.03 | 24.48 | 72.16 | - |
| YUV | 129.66 | 180.68 | 193.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 65 | 223 | 0.01 | 0.71 | 0 | 0.13 | 299.24 | 0.71 | 0.56 |
| Hex | DD | 41 | DF | 1 | 47 | 0 | D | 12B | 47 | 38 |
| Octal | 335 | 101 | 337 | 1 | 107 | 0 | 15 | 453 | 107 | 70 |
| Binary | 11011101 | 1000001 | 11011111 | 1 | 1000111 | 0 | 1101 | 100101011 | 1000111 | 111000 |
Color Harmonies of #DD41DF
Complementary color
Monochromatic Colors of #DD41DF
Black with #DD41DF
Text Example
Text Example
White with #DD41DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD41DF; }
p { color: rgb(221,65,223); }
H1.HeaderClassName
{
color: #DD41DF;
}
.AnyTagClassName
{
color: #DD41DF;
}
</style>
background-color css
<style>
a { background-color: #DD41DF; }
a { background-color: rgb(221,65,223); }
div.DivClassName
{
background-color: #DD41DF;
}
.BgClassName
{
background-color: #DD41DF;
}
</style>
border-color css
<style>
span { border-color: #DD41DF; }
span { border-color: rgb(221,65,223); }
td.TdClassName
{
border-color: #DD41DF;
}
.TagClassName
{
border-color: #DD41DF;
}
</style>