Html Css Color HEX #DD40C5 Free Speech Magenta
📋 copy color: '#DD40C5'red 221 ◦ green 64 ◦ blue 197
Shades of Free Speech Magenta #DD40C5
Tints of Free Speech Magenta #DD40C5
RGB
CMYK
RGB Variations
Color information
#DD40C5 (or 0xDD40C5) is known color: Free Speech Magenta. HEX triplet: DD, 40 and C5. RGB value is (221,64,197). Sum of RGB (Red+Green+Blue) = 221+64+197=482 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.85% from 482); Green value is 64 (25.39% from 255 or 13.28% from 482); Blue value is 197 (77.34% from 255 or 40.87% from 482); Max value from RGB is 221 - color contains mainly: red. Hex color #DD40C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD40C5 is #22BF3A. Grayscale: #7D7D7D. Windows color (decimal): -2277179 or 12927197. OLE color: 12927197.
HSL color Cylindrical-coordinate representation of color #DD40C5: hue angle of 309.17º 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 #DD40C5 is Cyan = 0, Magento = 0.71, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 64 | 197 | - |
| CMYK | 0 | 0.71 | 0.11 | 0.13 |
| HSL | 309.17º | 0.7% | 0.56% | - |
| HSV(B) | 309.17º | 0.71% | 0.87% | - |
| XYZ | 41.73 | 23.07 | 55.08 | - |
| YUV | 126.11 | 168.01 | 195.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 64 | 197 | 0 | 0.71 | 0.11 | 0.13 | 309.17 | 0.7 | 0.56 |
| Hex | DD | 40 | C5 | 0 | 47 | B | D | 135 | 46 | 38 |
| Octal | 335 | 100 | 305 | 0 | 107 | 13 | 15 | 465 | 106 | 70 |
| Binary | 11011101 | 1000000 | 11000101 | 0 | 1000111 | 1011 | 1101 | 100110101 | 1000110 | 111000 |
Color Harmonies of #DD40C5
Complementary color
Monochromatic Colors of #DD40C5
Black with #DD40C5
Text Example
Text Example
White with #DD40C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD40C5; }
p { color: rgb(221,64,197); }
H1.HeaderClassName
{
color: #DD40C5;
}
.AnyTagClassName
{
color: #DD40C5;
}
</style>
background-color css
<style>
a { background-color: #DD40C5; }
a { background-color: rgb(221,64,197); }
div.DivClassName
{
background-color: #DD40C5;
}
.BgClassName
{
background-color: #DD40C5;
}
</style>
border-color css
<style>
span { border-color: #DD40C5; }
span { border-color: rgb(221,64,197); }
td.TdClassName
{
border-color: #DD40C5;
}
.TagClassName
{
border-color: #DD40C5;
}
</style>