Html Css Color HEX #DD40D5 Free Speech Magenta
📋 copy color: '#DD40D5'red 221 ◦ green 64 ◦ blue 213
Shades of Free Speech Magenta #DD40D5
Tints of Free Speech Magenta #DD40D5
RGB
CMYK
RGB Variations
Color information
#DD40D5 (or 0xDD40D5) is known color: Free Speech Magenta. HEX triplet: DD, 40 and D5. RGB value is (221,64,213). Sum of RGB (Red+Green+Blue) = 221+64+213=498 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.38% from 498); Green value is 64 (25.39% from 255 or 12.85% from 498); Blue value is 213 (83.59% from 255 or 42.77% from 498); Max value from RGB is 221 - color contains mainly: red. Hex color #DD40D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD40D5 is #22BF2A. Grayscale: #7F7F7F. Windows color (decimal): -2277163 or 13975773. OLE color: 13975773.
HSL color Cylindrical-coordinate representation of color #DD40D5: hue angle of 303.06º 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 #DD40D5 is Cyan = 0, Magento = 0.71, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 64 | 213 | - |
| CMYK | 0 | 0.71 | 0.04 | 0.13 |
| HSL | 303.06º | 0.7% | 0.56% | - |
| HSV(B) | 303.06º | 0.71% | 0.87% | - |
| XYZ | 43.66 | 23.84 | 65.25 | - |
| YUV | 127.93 | 176.01 | 194.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 64 | 213 | 0 | 0.71 | 0.04 | 0.13 | 303.06 | 0.7 | 0.56 |
| Hex | DD | 40 | D5 | 0 | 47 | 4 | D | 12F | 46 | 38 |
| Octal | 335 | 100 | 325 | 0 | 107 | 4 | 15 | 457 | 106 | 70 |
| Binary | 11011101 | 1000000 | 11010101 | 0 | 1000111 | 100 | 1101 | 100101111 | 1000110 | 111000 |
Color Harmonies of #DD40D5
Complementary color
Monochromatic Colors of #DD40D5
Black with #DD40D5
Text Example
Text Example
White with #DD40D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD40D5; }
p { color: rgb(221,64,213); }
H1.HeaderClassName
{
color: #DD40D5;
}
.AnyTagClassName
{
color: #DD40D5;
}
</style>
background-color css
<style>
a { background-color: #DD40D5; }
a { background-color: rgb(221,64,213); }
div.DivClassName
{
background-color: #DD40D5;
}
.BgClassName
{
background-color: #DD40D5;
}
</style>
border-color css
<style>
span { border-color: #DD40D5; }
span { border-color: rgb(221,64,213); }
td.TdClassName
{
border-color: #DD40D5;
}
.TagClassName
{
border-color: #DD40D5;
}
</style>