Html Css Color HEX #DD55BA Free Speech Magenta
📋 copy color: '#DD55BA'red 221 ◦ green 85 ◦ blue 186
Shades of Free Speech Magenta #DD55BA
Tints of Free Speech Magenta #DD55BA
RGB
CMYK
RGB Variations
Color information
#DD55BA (or 0xDD55BA) is known color: Free Speech Magenta. HEX triplet: DD, 55 and BA. RGB value is (221,85,186). Sum of RGB (Red+Green+Blue) = 221+85+186=492 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.92% from 492); Green value is 85 (33.59% from 255 or 17.28% from 492); Blue value is 186 (73.05% from 255 or 37.80% from 492); Max value from RGB is 221 - color contains mainly: red. Hex color #DD55BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD55BA is #22AA45. Grayscale: #888888. Windows color (decimal): -2271814 or 12211677. OLE color: 12211677.
HSL color Cylindrical-coordinate representation of color #DD55BA: hue angle of 315.44º 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 #DD55BA is Cyan = 0, Magento = 0.62, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 85 | 186 | - |
| CMYK | 0 | 0.62 | 0.16 | 0.13 |
| HSL | 315.44º | 0.67% | 0.6% | - |
| HSV(B) | 315.44º | 0.62% | 0.87% | - |
| XYZ | 41.93 | 25.41 | 49.15 | - |
| YUV | 137.18 | 155.56 | 187.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 85 | 186 | 0 | 0.62 | 0.16 | 0.13 | 315.44 | 0.67 | 0.6 |
| Hex | DD | 55 | BA | 0 | 3E | 10 | D | 13B | 43 | 3C |
| Octal | 335 | 125 | 272 | 0 | 76 | 20 | 15 | 473 | 103 | 74 |
| Binary | 11011101 | 1010101 | 10111010 | 0 | 111110 | 10000 | 1101 | 100111011 | 1000011 | 111100 |
Color Harmonies of #DD55BA
Complementary color
Monochromatic Colors of #DD55BA
Black with #DD55BA
Text Example
Text Example
White with #DD55BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD55BA; }
p { color: rgb(221,85,186); }
H1.HeaderClassName
{
color: #DD55BA;
}
.AnyTagClassName
{
color: #DD55BA;
}
</style>
background-color css
<style>
a { background-color: #DD55BA; }
a { background-color: rgb(221,85,186); }
div.DivClassName
{
background-color: #DD55BA;
}
.BgClassName
{
background-color: #DD55BA;
}
</style>
border-color css
<style>
span { border-color: #DD55BA; }
span { border-color: rgb(221,85,186); }
td.TdClassName
{
border-color: #DD55BA;
}
.TagClassName
{
border-color: #DD55BA;
}
</style>