Html Css Color HEX #DD40C0 Free Speech Magenta
📋 copy color: '#DD40C0'red 221 ◦ green 64 ◦ blue 192
Shades of Free Speech Magenta #DD40C0
Tints of Free Speech Magenta #DD40C0
RGB
CMYK
RGB Variations
Color information
#DD40C0 (or 0xDD40C0) is known color: Free Speech Magenta. HEX triplet: DD, 40 and C0. RGB value is (221,64,192). Sum of RGB (Red+Green+Blue) = 221+64+192=477 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.33% from 477); Green value is 64 (25.39% from 255 or 13.42% from 477); Blue value is 192 (75.39% from 255 or 40.25% from 477); Max value from RGB is 221 - color contains mainly: red. Hex color #DD40C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD40C0 is #22BF3F. Grayscale: #7D7D7D. Windows color (decimal): -2277184 or 12599517. OLE color: 12599517.
HSL color Cylindrical-coordinate representation of color #DD40C0: hue angle of 311.08º 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 #DD40C0 is Cyan = 0, Magento = 0.71, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 64 | 192 | - |
| CMYK | 0 | 0.71 | 0.13 | 0.13 |
| HSL | 311.08º | 0.7% | 0.56% | - |
| HSV(B) | 311.08º | 0.71% | 0.87% | - |
| XYZ | 41.17 | 22.84 | 52.11 | - |
| YUV | 125.54 | 165.51 | 196.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 64 | 192 | 0 | 0.71 | 0.13 | 0.13 | 311.08 | 0.7 | 0.56 |
| Hex | DD | 40 | C0 | 0 | 47 | D | D | 137 | 46 | 38 |
| Octal | 335 | 100 | 300 | 0 | 107 | 15 | 15 | 467 | 106 | 70 |
| Binary | 11011101 | 1000000 | 11000000 | 0 | 1000111 | 1101 | 1101 | 100110111 | 1000110 | 111000 |
Color Harmonies of #DD40C0
Complementary color
Monochromatic Colors of #DD40C0
Black with #DD40C0
Text Example
Text Example
White with #DD40C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD40C0; }
p { color: rgb(221,64,192); }
H1.HeaderClassName
{
color: #DD40C0;
}
.AnyTagClassName
{
color: #DD40C0;
}
</style>
background-color css
<style>
a { background-color: #DD40C0; }
a { background-color: rgb(221,64,192); }
div.DivClassName
{
background-color: #DD40C0;
}
.BgClassName
{
background-color: #DD40C0;
}
</style>
border-color css
<style>
span { border-color: #DD40C0; }
span { border-color: rgb(221,64,192); }
td.TdClassName
{
border-color: #DD40C0;
}
.TagClassName
{
border-color: #DD40C0;
}
</style>