Html Css Color HEX #DD41CA Free Speech Magenta
📋 copy color: '#DD41CA'red 221 ◦ green 65 ◦ blue 202
Shades of Free Speech Magenta #DD41CA
Tints of Free Speech Magenta #DD41CA
RGB
CMYK
RGB Variations
Color information
#DD41CA (or 0xDD41CA) is known color: Free Speech Magenta. HEX triplet: DD, 41 and CA. RGB value is (221,65,202). Sum of RGB (Red+Green+Blue) = 221+65+202=488 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.29% from 488); Green value is 65 (25.78% from 255 or 13.32% from 488); Blue value is 202 (79.30% from 255 or 41.39% from 488); Max value from RGB is 221 - color contains mainly: red. Hex color #DD41CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD41CA is #22BE35. Grayscale: #7E7E7E. Windows color (decimal): -2276918 or 13255133. OLE color: 13255133.
HSL color Cylindrical-coordinate representation of color #DD41CA: hue angle of 307.31º 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 #DD41CA is Cyan = 0, Magento = 0.71, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 65 | 202 | - |
| CMYK | 0 | 0.71 | 0.09 | 0.13 |
| HSL | 307.31º | 0.7% | 0.56% | - |
| HSV(B) | 307.31º | 0.71% | 0.87% | - |
| XYZ | 42.37 | 23.42 | 58.16 | - |
| YUV | 127.26 | 170.18 | 194.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 65 | 202 | 0 | 0.71 | 0.09 | 0.13 | 307.31 | 0.7 | 0.56 |
| Hex | DD | 41 | CA | 0 | 47 | 9 | D | 133 | 46 | 38 |
| Octal | 335 | 101 | 312 | 0 | 107 | 11 | 15 | 463 | 106 | 70 |
| Binary | 11011101 | 1000001 | 11001010 | 0 | 1000111 | 1001 | 1101 | 100110011 | 1000110 | 111000 |
Color Harmonies of #DD41CA
Complementary color
Monochromatic Colors of #DD41CA
Black with #DD41CA
Text Example
Text Example
White with #DD41CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD41CA; }
p { color: rgb(221,65,202); }
H1.HeaderClassName
{
color: #DD41CA;
}
.AnyTagClassName
{
color: #DD41CA;
}
</style>
background-color css
<style>
a { background-color: #DD41CA; }
a { background-color: rgb(221,65,202); }
div.DivClassName
{
background-color: #DD41CA;
}
.BgClassName
{
background-color: #DD41CA;
}
</style>
border-color css
<style>
span { border-color: #DD41CA; }
span { border-color: rgb(221,65,202); }
td.TdClassName
{
border-color: #DD41CA;
}
.TagClassName
{
border-color: #DD41CA;
}
</style>