Html Css Color HEX #DD56BB Free Speech Magenta
📋 copy color: '#DD56BB'red 221 ◦ green 86 ◦ blue 187
Shades of Free Speech Magenta #DD56BB
Tints of Free Speech Magenta #DD56BB
RGB
CMYK
RGB Variations
Color information
#DD56BB (or 0xDD56BB) is known color: Free Speech Magenta. HEX triplet: DD, 56 and BB. RGB value is (221,86,187). Sum of RGB (Red+Green+Blue) = 221+86+187=494 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.74% from 494); Green value is 86 (33.98% from 255 or 17.41% from 494); Blue value is 187 (73.44% from 255 or 37.85% from 494); Max value from RGB is 221 - color contains mainly: red. Hex color #DD56BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD56BB is #22A944. Grayscale: #898989. Windows color (decimal): -2271557 or 12277469. OLE color: 12277469.
HSL color Cylindrical-coordinate representation of color #DD56BB: hue angle of 315.11º 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 #DD56BB is Cyan = 0, Magento = 0.61, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 86 | 187 | - |
| CMYK | 0 | 0.61 | 0.15 | 0.13 |
| HSL | 315.11º | 0.67% | 0.6% | - |
| HSV(B) | 315.11º | 0.61% | 0.87% | - |
| XYZ | 42.12 | 25.62 | 49.74 | - |
| YUV | 137.88 | 155.73 | 187.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 86 | 187 | 0 | 0.61 | 0.15 | 0.13 | 315.11 | 0.67 | 0.6 |
| Hex | DD | 56 | BB | 0 | 3D | F | D | 13B | 43 | 3C |
| Octal | 335 | 126 | 273 | 0 | 75 | 17 | 15 | 473 | 103 | 74 |
| Binary | 11011101 | 1010110 | 10111011 | 0 | 111101 | 1111 | 1101 | 100111011 | 1000011 | 111100 |
Color Harmonies of #DD56BB
Complementary color
Monochromatic Colors of #DD56BB
Black with #DD56BB
Text Example
Text Example
White with #DD56BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD56BB; }
p { color: rgb(221,86,187); }
H1.HeaderClassName
{
color: #DD56BB;
}
.AnyTagClassName
{
color: #DD56BB;
}
</style>
background-color css
<style>
a { background-color: #DD56BB; }
a { background-color: rgb(221,86,187); }
div.DivClassName
{
background-color: #DD56BB;
}
.BgClassName
{
background-color: #DD56BB;
}
</style>
border-color css
<style>
span { border-color: #DD56BB; }
span { border-color: rgb(221,86,187); }
td.TdClassName
{
border-color: #DD56BB;
}
.TagClassName
{
border-color: #DD56BB;
}
</style>