Html Css Color HEX #DD50DD Free Speech Magenta
📋 copy color: '#DD50DD'red 221 ◦ green 80 ◦ blue 221
Shades of Free Speech Magenta #DD50DD
Tints of Free Speech Magenta #DD50DD
RGB
CMYK
RGB Variations
Color information
#DD50DD (or 0xDD50DD) is known color: Free Speech Magenta. HEX triplet: DD, 50 and DD. RGB value is (221,80,221). Sum of RGB (Red+Green+Blue) = 221+80+221=522 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.34% from 522); Green value is 80 (31.64% from 255 or 15.33% from 522); Blue value is 221 (86.72% from 255 or 42.34% from 522); Max value from RGB is 221 - color contains mainly: red, blue. Hex color #DD50DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD50DD is #22AF22. Grayscale: #898989. Windows color (decimal): -2273059 or 14504157. OLE color: 14504157.
HSL color Cylindrical-coordinate representation of color #DD50DD: hue angle of 300º 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 #DD50DD is Cyan = 0, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 80 | 221 | - |
| CMYK | 0 | 0.64 | 0 | 0.13 |
| HSL | 300º | 0.67% | 0.59% | - |
| HSV(B) | 300º | 0.64% | 0.87% | - |
| XYZ | 45.74 | 26.33 | 71.08 | - |
| YUV | 138.23 | 174.71 | 187.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 80 | 221 | 0 | 0.64 | 0 | 0.13 | 300 | 0.67 | 0.59 |
| Hex | DD | 50 | DD | 0 | 40 | 0 | D | 12C | 43 | 3B |
| Octal | 335 | 120 | 335 | 0 | 100 | 0 | 15 | 454 | 103 | 73 |
| Binary | 11011101 | 1010000 | 11011101 | 0 | 1000000 | 0 | 1101 | 100101100 | 1000011 | 111011 |
Color Harmonies of #DD50DD
Complementary color
Monochromatic Colors of #DD50DD
Black with #DD50DD
Text Example
Text Example
White with #DD50DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD50DD; }
p { color: rgb(221,80,221); }
H1.HeaderClassName
{
color: #DD50DD;
}
.AnyTagClassName
{
color: #DD50DD;
}
</style>
background-color css
<style>
a { background-color: #DD50DD; }
a { background-color: rgb(221,80,221); }
div.DivClassName
{
background-color: #DD50DD;
}
.BgClassName
{
background-color: #DD50DD;
}
</style>
border-color css
<style>
span { border-color: #DD50DD; }
span { border-color: rgb(221,80,221); }
td.TdClassName
{
border-color: #DD50DD;
}
.TagClassName
{
border-color: #DD50DD;
}
</style>