Html Css Color HEX #DD50C0 Free Speech Magenta
📋 copy color: '#DD50C0'red 221 ◦ green 80 ◦ blue 192
Shades of Free Speech Magenta #DD50C0
Tints of Free Speech Magenta #DD50C0
RGB
CMYK
RGB Variations
Color information
#DD50C0 (or 0xDD50C0) is known color: Free Speech Magenta. HEX triplet: DD, 50 and C0. RGB value is (221,80,192). Sum of RGB (Red+Green+Blue) = 221+80+192=493 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.83% from 493); Green value is 80 (31.64% from 255 or 16.23% from 493); Blue value is 192 (75.39% from 255 or 38.95% from 493); Max value from RGB is 221 - color contains mainly: red. Hex color #DD50C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD50C0 is #22AF3F. Grayscale: #868686. Windows color (decimal): -2273088 or 12603613. OLE color: 12603613.
HSL color Cylindrical-coordinate representation of color #DD50C0: hue angle of 312.34º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DD50C0 is Cyan = 0, Magento = 0.64, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 80 | 192 | - |
| CMYK | 0 | 0.64 | 0.13 | 0.13 |
| HSL | 312.34º | 0.67% | 0.59% | - |
| HSV(B) | 312.34º | 0.64% | 0.87% | - |
| XYZ | 42.2 | 24.92 | 52.45 | - |
| YUV | 134.93 | 160.21 | 189.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 80 | 192 | 0 | 0.64 | 0.13 | 0.13 | 312.34 | 0.67 | 0.59 |
| Hex | DD | 50 | C0 | 0 | 40 | D | D | 138 | 43 | 3B |
| Octal | 335 | 120 | 300 | 0 | 100 | 15 | 15 | 470 | 103 | 73 |
| Binary | 11011101 | 1010000 | 11000000 | 0 | 1000000 | 1101 | 1101 | 100111000 | 1000011 | 111011 |
Color Harmonies of #DD50C0
Complementary color
Monochromatic Colors of #DD50C0
Black with #DD50C0
Text Example
Text Example
White with #DD50C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD50C0; }
p { color: rgb(221,80,192); }
H1.HeaderClassName
{
color: #DD50C0;
}
.AnyTagClassName
{
color: #DD50C0;
}
</style>
background-color css
<style>
a { background-color: #DD50C0; }
a { background-color: rgb(221,80,192); }
div.DivClassName
{
background-color: #DD50C0;
}
.BgClassName
{
background-color: #DD50C0;
}
</style>
border-color css
<style>
span { border-color: #DD50C0; }
span { border-color: rgb(221,80,192); }
td.TdClassName
{
border-color: #DD50C0;
}
.TagClassName
{
border-color: #DD50C0;
}
</style>