Html Css Color HEX #DD50D8 Free Speech Magenta
📋 copy color: '#DD50D8'red 221 ◦ green 80 ◦ blue 216
Shades of Free Speech Magenta #DD50D8
Tints of Free Speech Magenta #DD50D8
RGB
CMYK
RGB Variations
Color information
#DD50D8 (or 0xDD50D8) is known color: Free Speech Magenta. HEX triplet: DD, 50 and D8. RGB value is (221,80,216). Sum of RGB (Red+Green+Blue) = 221+80+216=517 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.75% from 517); Green value is 80 (31.64% from 255 or 15.47% from 517); Blue value is 216 (84.77% from 255 or 41.78% from 517); Max value from RGB is 221 - color contains mainly: red. Hex color #DD50D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD50D8 is #22AF27. Grayscale: #898989. Windows color (decimal): -2273064 or 14176477. OLE color: 14176477.
HSL color Cylindrical-coordinate representation of color #DD50D8: hue angle of 302.13º 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 #DD50D8 is Cyan = 0, Magento = 0.64, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 80 | 216 | - |
| CMYK | 0 | 0.64 | 0.02 | 0.13 |
| HSL | 302.13º | 0.67% | 0.59% | - |
| HSV(B) | 302.13º | 0.64% | 0.87% | - |
| XYZ | 45.08 | 26.07 | 67.62 | - |
| YUV | 137.66 | 172.21 | 187.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 80 | 216 | 0 | 0.64 | 0.02 | 0.13 | 302.13 | 0.67 | 0.59 |
| Hex | DD | 50 | D8 | 0 | 40 | 2 | D | 12E | 43 | 3B |
| Octal | 335 | 120 | 330 | 0 | 100 | 2 | 15 | 456 | 103 | 73 |
| Binary | 11011101 | 1010000 | 11011000 | 0 | 1000000 | 10 | 1101 | 100101110 | 1000011 | 111011 |
Color Harmonies of #DD50D8
Complementary color
Monochromatic Colors of #DD50D8
Black with #DD50D8
Text Example
Text Example
White with #DD50D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD50D8; }
p { color: rgb(221,80,216); }
H1.HeaderClassName
{
color: #DD50D8;
}
.AnyTagClassName
{
color: #DD50D8;
}
</style>
background-color css
<style>
a { background-color: #DD50D8; }
a { background-color: rgb(221,80,216); }
div.DivClassName
{
background-color: #DD50D8;
}
.BgClassName
{
background-color: #DD50D8;
}
</style>
border-color css
<style>
span { border-color: #DD50D8; }
span { border-color: rgb(221,80,216); }
td.TdClassName
{
border-color: #DD50D8;
}
.TagClassName
{
border-color: #DD50D8;
}
</style>