Html Css Color HEX #DD53BA Free Speech Magenta
📋 copy color: '#DD53BA'red 221 ◦ green 83 ◦ blue 186
Shades of Free Speech Magenta #DD53BA
Tints of Free Speech Magenta #DD53BA
RGB
CMYK
RGB Variations
Color information
#DD53BA (or 0xDD53BA) is known color: Free Speech Magenta. HEX triplet: DD, 53 and BA. RGB value is (221,83,186). Sum of RGB (Red+Green+Blue) = 221+83+186=490 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.10% from 490); Green value is 83 (32.81% from 255 or 16.94% from 490); Blue value is 186 (73.05% from 255 or 37.96% from 490); Max value from RGB is 221 - color contains mainly: red. Hex color #DD53BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD53BA is #22AC45. Grayscale: #878787. Windows color (decimal): -2272326 or 12211165. OLE color: 12211165.
HSL color Cylindrical-coordinate representation of color #DD53BA: hue angle of 315.22º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DD53BA is Cyan = 0, Magento = 0.62, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 83 | 186 | - |
| CMYK | 0 | 0.62 | 0.16 | 0.13 |
| HSL | 315.22º | 0.67% | 0.6% | - |
| HSV(B) | 315.22º | 0.62% | 0.87% | - |
| XYZ | 41.77 | 25.1 | 49.1 | - |
| YUV | 136 | 156.22 | 188.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 83 | 186 | 0 | 0.62 | 0.16 | 0.13 | 315.22 | 0.67 | 0.6 |
| Hex | DD | 53 | BA | 0 | 3E | 10 | D | 13B | 43 | 3C |
| Octal | 335 | 123 | 272 | 0 | 76 | 20 | 15 | 473 | 103 | 74 |
| Binary | 11011101 | 1010011 | 10111010 | 0 | 111110 | 10000 | 1101 | 100111011 | 1000011 | 111100 |
Color Harmonies of #DD53BA
Complementary color
Monochromatic Colors of #DD53BA
Black with #DD53BA
Text Example
Text Example
White with #DD53BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD53BA; }
p { color: rgb(221,83,186); }
H1.HeaderClassName
{
color: #DD53BA;
}
.AnyTagClassName
{
color: #DD53BA;
}
</style>
background-color css
<style>
a { background-color: #DD53BA; }
a { background-color: rgb(221,83,186); }
div.DivClassName
{
background-color: #DD53BA;
}
.BgClassName
{
background-color: #DD53BA;
}
</style>
border-color css
<style>
span { border-color: #DD53BA; }
span { border-color: rgb(221,83,186); }
td.TdClassName
{
border-color: #DD53BA;
}
.TagClassName
{
border-color: #DD53BA;
}
</style>