Html Css Color HEX #DD56BA Free Speech Magenta
📋 copy color: '#DD56BA'red 221 ◦ green 86 ◦ blue 186
Shades of Free Speech Magenta #DD56BA
Tints of Free Speech Magenta #DD56BA
RGB
CMYK
RGB Variations
Color information
#DD56BA (or 0xDD56BA) is known color: Free Speech Magenta. HEX triplet: DD, 56 and BA. RGB value is (221,86,186). Sum of RGB (Red+Green+Blue) = 221+86+186=493 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.83% from 493); Green value is 86 (33.98% from 255 or 17.44% from 493); Blue value is 186 (73.05% from 255 or 37.73% from 493); Max value from RGB is 221 - color contains mainly: red. Hex color #DD56BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD56BA is #22A945. Grayscale: #898989. Windows color (decimal): -2271558 or 12211933. OLE color: 12211933.
HSL color Cylindrical-coordinate representation of color #DD56BA: hue angle of 315.56º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DD56BA is Cyan = 0, Magento = 0.61, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 86 | 186 | - |
| CMYK | 0 | 0.61 | 0.16 | 0.13 |
| HSL | 315.56º | 0.67% | 0.6% | - |
| HSV(B) | 315.56º | 0.61% | 0.87% | - |
| XYZ | 42.01 | 25.57 | 49.18 | - |
| YUV | 137.77 | 155.23 | 187.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 86 | 186 | 0 | 0.61 | 0.16 | 0.13 | 315.56 | 0.67 | 0.6 |
| Hex | DD | 56 | BA | 0 | 3D | 10 | D | 13C | 43 | 3C |
| Octal | 335 | 126 | 272 | 0 | 75 | 20 | 15 | 474 | 103 | 74 |
| Binary | 11011101 | 1010110 | 10111010 | 0 | 111101 | 10000 | 1101 | 100111100 | 1000011 | 111100 |
Color Harmonies of #DD56BA
Complementary color
Monochromatic Colors of #DD56BA
Black with #DD56BA
Text Example
Text Example
White with #DD56BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD56BA; }
p { color: rgb(221,86,186); }
H1.HeaderClassName
{
color: #DD56BA;
}
.AnyTagClassName
{
color: #DD56BA;
}
</style>
background-color css
<style>
a { background-color: #DD56BA; }
a { background-color: rgb(221,86,186); }
div.DivClassName
{
background-color: #DD56BA;
}
.BgClassName
{
background-color: #DD56BA;
}
</style>
border-color css
<style>
span { border-color: #DD56BA; }
span { border-color: rgb(221,86,186); }
td.TdClassName
{
border-color: #DD56BA;
}
.TagClassName
{
border-color: #DD56BA;
}
</style>