Html Css Color HEX #DD41C6 Free Speech Magenta
📋 copy color: '#DD41C6'red 221 ◦ green 65 ◦ blue 198
Shades of Free Speech Magenta #DD41C6
Tints of Free Speech Magenta #DD41C6
RGB
CMYK
RGB Variations
Color information
#DD41C6 (or 0xDD41C6) is known color: Free Speech Magenta. HEX triplet: DD, 41 and C6. RGB value is (221,65,198). Sum of RGB (Red+Green+Blue) = 221+65+198=484 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.66% from 484); Green value is 65 (25.78% from 255 or 13.43% from 484); Blue value is 198 (77.73% from 255 or 40.91% from 484); Max value from RGB is 221 - color contains mainly: red. Hex color #DD41C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD41C6 is #22BE39. Grayscale: #7E7E7E. Windows color (decimal): -2276922 or 12992989. OLE color: 12992989.
HSL color Cylindrical-coordinate representation of color #DD41C6: hue angle of 308.85º 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 #DD41C6 is Cyan = 0, Magento = 0.71, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 65 | 198 | - |
| CMYK | 0 | 0.71 | 0.10 | 0.13 |
| HSL | 308.85º | 0.7% | 0.56% | - |
| HSV(B) | 308.85º | 0.71% | 0.87% | - |
| XYZ | 41.9 | 23.23 | 55.7 | - |
| YUV | 126.81 | 168.18 | 195.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 65 | 198 | 0 | 0.71 | 0.10 | 0.13 | 308.85 | 0.7 | 0.56 |
| Hex | DD | 41 | C6 | 0 | 47 | A | D | 135 | 46 | 38 |
| Octal | 335 | 101 | 306 | 0 | 107 | 12 | 15 | 465 | 106 | 70 |
| Binary | 11011101 | 1000001 | 11000110 | 0 | 1000111 | 1010 | 1101 | 100110101 | 1000110 | 111000 |
Color Harmonies of #DD41C6
Complementary color
Monochromatic Colors of #DD41C6
Black with #DD41C6
Text Example
Text Example
White with #DD41C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD41C6; }
p { color: rgb(221,65,198); }
H1.HeaderClassName
{
color: #DD41C6;
}
.AnyTagClassName
{
color: #DD41C6;
}
</style>
background-color css
<style>
a { background-color: #DD41C6; }
a { background-color: rgb(221,65,198); }
div.DivClassName
{
background-color: #DD41C6;
}
.BgClassName
{
background-color: #DD41C6;
}
</style>
border-color css
<style>
span { border-color: #DD41C6; }
span { border-color: rgb(221,65,198); }
td.TdClassName
{
border-color: #DD41C6;
}
.TagClassName
{
border-color: #DD41C6;
}
</style>