Html Css Color HEX #DD41C5 Free Speech Magenta
📋 copy color: '#DD41C5'red 221 ◦ green 65 ◦ blue 197
Shades of Free Speech Magenta #DD41C5
Tints of Free Speech Magenta #DD41C5
RGB
CMYK
RGB Variations
Color information
#DD41C5 (or 0xDD41C5) is known color: Free Speech Magenta. HEX triplet: DD, 41 and C5. RGB value is (221,65,197). Sum of RGB (Red+Green+Blue) = 221+65+197=483 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.76% from 483); Green value is 65 (25.78% from 255 or 13.46% from 483); Blue value is 197 (77.34% from 255 or 40.79% from 483); Max value from RGB is 221 - color contains mainly: red. Hex color #DD41C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD41C5 is #22BE3A. Grayscale: #7E7E7E. Windows color (decimal): -2276923 or 12927453. OLE color: 12927453.
HSL color Cylindrical-coordinate representation of color #DD41C5: hue angle of 309.23º 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 #DD41C5 is Cyan = 0, Magento = 0.71, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 65 | 197 | - |
| CMYK | 0 | 0.71 | 0.11 | 0.13 |
| HSL | 309.23º | 0.7% | 0.56% | - |
| HSV(B) | 309.23º | 0.71% | 0.87% | - |
| XYZ | 41.79 | 23.18 | 55.1 | - |
| YUV | 126.69 | 167.68 | 195.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 65 | 197 | 0 | 0.71 | 0.11 | 0.13 | 309.23 | 0.7 | 0.56 |
| Hex | DD | 41 | C5 | 0 | 47 | B | D | 135 | 46 | 38 |
| Octal | 335 | 101 | 305 | 0 | 107 | 13 | 15 | 465 | 106 | 70 |
| Binary | 11011101 | 1000001 | 11000101 | 0 | 1000111 | 1011 | 1101 | 100110101 | 1000110 | 111000 |
Color Harmonies of #DD41C5
Complementary color
Monochromatic Colors of #DD41C5
Black with #DD41C5
Text Example
Text Example
White with #DD41C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD41C5; }
p { color: rgb(221,65,197); }
H1.HeaderClassName
{
color: #DD41C5;
}
.AnyTagClassName
{
color: #DD41C5;
}
</style>
background-color css
<style>
a { background-color: #DD41C5; }
a { background-color: rgb(221,65,197); }
div.DivClassName
{
background-color: #DD41C5;
}
.BgClassName
{
background-color: #DD41C5;
}
</style>
border-color css
<style>
span { border-color: #DD41C5; }
span { border-color: rgb(221,65,197); }
td.TdClassName
{
border-color: #DD41C5;
}
.TagClassName
{
border-color: #DD41C5;
}
</style>