Html Css Color HEX #DD41C2 Free Speech Magenta
📋 copy color: '#DD41C2'red 221 ◦ green 65 ◦ blue 194
Shades of Free Speech Magenta #DD41C2
Tints of Free Speech Magenta #DD41C2
RGB
CMYK
RGB Variations
Color information
#DD41C2 (or 0xDD41C2) is known color: Free Speech Magenta. HEX triplet: DD, 41 and C2. RGB value is (221,65,194). Sum of RGB (Red+Green+Blue) = 221+65+194=480 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.04% from 480); Green value is 65 (25.78% from 255 or 13.54% from 480); Blue value is 194 (76.17% from 255 or 40.42% from 480); Max value from RGB is 221 - color contains mainly: red. Hex color #DD41C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD41C2 is #22BE3D. Grayscale: #7D7D7D. Windows color (decimal): -2276926 or 12730845. OLE color: 12730845.
HSL color Cylindrical-coordinate representation of color #DD41C2: hue angle of 310.38º 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 #DD41C2 is Cyan = 0, Magento = 0.71, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 65 | 194 | - |
| CMYK | 0 | 0.71 | 0.12 | 0.13 |
| HSL | 310.38º | 0.7% | 0.56% | - |
| HSV(B) | 310.38º | 0.71% | 0.87% | - |
| XYZ | 41.45 | 23.05 | 53.3 | - |
| YUV | 126.35 | 166.18 | 195.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 65 | 194 | 0 | 0.71 | 0.12 | 0.13 | 310.38 | 0.7 | 0.56 |
| Hex | DD | 41 | C2 | 0 | 47 | C | D | 136 | 46 | 38 |
| Octal | 335 | 101 | 302 | 0 | 107 | 14 | 15 | 466 | 106 | 70 |
| Binary | 11011101 | 1000001 | 11000010 | 0 | 1000111 | 1100 | 1101 | 100110110 | 1000110 | 111000 |
Color Harmonies of #DD41C2
Complementary color
Monochromatic Colors of #DD41C2
Black with #DD41C2
Text Example
Text Example
White with #DD41C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD41C2; }
p { color: rgb(221,65,194); }
H1.HeaderClassName
{
color: #DD41C2;
}
.AnyTagClassName
{
color: #DD41C2;
}
</style>
background-color css
<style>
a { background-color: #DD41C2; }
a { background-color: rgb(221,65,194); }
div.DivClassName
{
background-color: #DD41C2;
}
.BgClassName
{
background-color: #DD41C2;
}
</style>
border-color css
<style>
span { border-color: #DD41C2; }
span { border-color: rgb(221,65,194); }
td.TdClassName
{
border-color: #DD41C2;
}
.TagClassName
{
border-color: #DD41C2;
}
</style>