Html Css Color HEX #DD50BD Free Speech Magenta
📋 copy color: '#DD50BD'red 221 ◦ green 80 ◦ blue 189
Shades of Free Speech Magenta #DD50BD
Tints of Free Speech Magenta #DD50BD
RGB
CMYK
RGB Variations
Color information
#DD50BD (or 0xDD50BD) is known color: Free Speech Magenta. HEX triplet: DD, 50 and BD. RGB value is (221,80,189). Sum of RGB (Red+Green+Blue) = 221+80+189=490 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.10% from 490); Green value is 80 (31.64% from 255 or 16.33% from 490); Blue value is 189 (74.22% from 255 or 38.57% from 490); Max value from RGB is 221 - color contains mainly: red. Hex color #DD50BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD50BD is #22AF42. Grayscale: #868686. Windows color (decimal): -2273091 or 12407005. OLE color: 12407005.
HSL color Cylindrical-coordinate representation of color #DD50BD: hue angle of 313.62º 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 #DD50BD is Cyan = 0, Magento = 0.64, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 80 | 189 | - |
| CMYK | 0 | 0.64 | 0.14 | 0.13 |
| HSL | 313.62º | 0.67% | 0.59% | - |
| HSV(B) | 313.62º | 0.64% | 0.87% | - |
| XYZ | 41.87 | 24.78 | 50.72 | - |
| YUV | 134.59 | 158.71 | 189.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 80 | 189 | 0 | 0.64 | 0.14 | 0.13 | 313.62 | 0.67 | 0.59 |
| Hex | DD | 50 | BD | 0 | 40 | E | D | 13A | 43 | 3B |
| Octal | 335 | 120 | 275 | 0 | 100 | 16 | 15 | 472 | 103 | 73 |
| Binary | 11011101 | 1010000 | 10111101 | 0 | 1000000 | 1110 | 1101 | 100111010 | 1000011 | 111011 |
Color Harmonies of #DD50BD
Complementary color
Monochromatic Colors of #DD50BD
Black with #DD50BD
Text Example
Text Example
White with #DD50BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD50BD; }
p { color: rgb(221,80,189); }
H1.HeaderClassName
{
color: #DD50BD;
}
.AnyTagClassName
{
color: #DD50BD;
}
</style>
background-color css
<style>
a { background-color: #DD50BD; }
a { background-color: rgb(221,80,189); }
div.DivClassName
{
background-color: #DD50BD;
}
.BgClassName
{
background-color: #DD50BD;
}
</style>
border-color css
<style>
span { border-color: #DD50BD; }
span { border-color: rgb(221,80,189); }
td.TdClassName
{
border-color: #DD50BD;
}
.TagClassName
{
border-color: #DD50BD;
}
</style>