Html Css Color HEX #DD41D1 Free Speech Magenta
📋 copy color: '#DD41D1'red 221 ◦ green 65 ◦ blue 209
Shades of Free Speech Magenta #DD41D1
Tints of Free Speech Magenta #DD41D1
RGB
CMYK
RGB Variations
Color information
#DD41D1 (or 0xDD41D1) is known color: Free Speech Magenta. HEX triplet: DD, 41 and D1. RGB value is (221,65,209). Sum of RGB (Red+Green+Blue) = 221+65+209=495 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.65% from 495); Green value is 65 (25.78% from 255 or 13.13% from 495); Blue value is 209 (82.03% from 255 or 42.22% from 495); Max value from RGB is 221 - color contains mainly: red. Hex color #DD41D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD41D1 is #22BE2E. Grayscale: #7F7F7F. Windows color (decimal): -2276911 or 13713885. OLE color: 13713885.
HSL color Cylindrical-coordinate representation of color #DD41D1: hue angle of 304.62º degrees, saturation: 0.7, 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 #DD41D1 is Cyan = 0, Magento = 0.71, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 65 | 209 | - |
| CMYK | 0 | 0.71 | 0.05 | 0.13 |
| HSL | 304.62º | 0.7% | 0.56% | - |
| HSV(B) | 304.62º | 0.71% | 0.87% | - |
| XYZ | 43.22 | 23.76 | 62.63 | - |
| YUV | 128.06 | 173.68 | 194.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 65 | 209 | 0 | 0.71 | 0.05 | 0.13 | 304.62 | 0.7 | 0.56 |
| Hex | DD | 41 | D1 | 0 | 47 | 5 | D | 131 | 46 | 38 |
| Octal | 335 | 101 | 321 | 0 | 107 | 5 | 15 | 461 | 106 | 70 |
| Binary | 11011101 | 1000001 | 11010001 | 0 | 1000111 | 101 | 1101 | 100110001 | 1000110 | 111000 |
Color Harmonies of #DD41D1
Complementary color
Monochromatic Colors of #DD41D1
Black with #DD41D1
Text Example
Text Example
White with #DD41D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD41D1; }
p { color: rgb(221,65,209); }
H1.HeaderClassName
{
color: #DD41D1;
}
.AnyTagClassName
{
color: #DD41D1;
}
</style>
background-color css
<style>
a { background-color: #DD41D1; }
a { background-color: rgb(221,65,209); }
div.DivClassName
{
background-color: #DD41D1;
}
.BgClassName
{
background-color: #DD41D1;
}
</style>
border-color css
<style>
span { border-color: #DD41D1; }
span { border-color: rgb(221,65,209); }
td.TdClassName
{
border-color: #DD41D1;
}
.TagClassName
{
border-color: #DD41D1;
}
</style>