Html Css Color HEX #DD57BB Free Speech Magenta
📋 copy color: '#DD57BB'red 221 ◦ green 87 ◦ blue 187
Shades of Free Speech Magenta #DD57BB
Tints of Free Speech Magenta #DD57BB
RGB
CMYK
RGB Variations
Color information
#DD57BB (or 0xDD57BB) is known color: Free Speech Magenta. HEX triplet: DD, 57 and BB. RGB value is (221,87,187). Sum of RGB (Red+Green+Blue) = 221+87+187=495 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.65% from 495); Green value is 87 (34.38% from 255 or 17.58% from 495); Blue value is 187 (73.44% from 255 or 37.78% from 495); Max value from RGB is 221 - color contains mainly: red. Hex color #DD57BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD57BB is #22A844. Grayscale: #8A8A8A. Windows color (decimal): -2271301 or 12277725. OLE color: 12277725.
HSL color Cylindrical-coordinate representation of color #DD57BB: hue angle of 315.22º degrees, saturation: 0.66, 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 #DD57BB is Cyan = 0, Magento = 0.61, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 87 | 187 | - |
| CMYK | 0 | 0.61 | 0.15 | 0.13 |
| HSL | 315.22º | 0.66% | 0.6% | - |
| HSV(B) | 315.22º | 0.61% | 0.87% | - |
| XYZ | 42.2 | 25.78 | 49.77 | - |
| YUV | 138.47 | 155.39 | 186.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 87 | 187 | 0 | 0.61 | 0.15 | 0.13 | 315.22 | 0.66 | 0.6 |
| Hex | DD | 57 | BB | 0 | 3D | F | D | 13B | 42 | 3C |
| Octal | 335 | 127 | 273 | 0 | 75 | 17 | 15 | 473 | 102 | 74 |
| Binary | 11011101 | 1010111 | 10111011 | 0 | 111101 | 1111 | 1101 | 100111011 | 1000010 | 111100 |
Color Harmonies of #DD57BB
Complementary color
Monochromatic Colors of #DD57BB
Black with #DD57BB
Text Example
Text Example
White with #DD57BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD57BB; }
p { color: rgb(221,87,187); }
H1.HeaderClassName
{
color: #DD57BB;
}
.AnyTagClassName
{
color: #DD57BB;
}
</style>
background-color css
<style>
a { background-color: #DD57BB; }
a { background-color: rgb(221,87,187); }
div.DivClassName
{
background-color: #DD57BB;
}
.BgClassName
{
background-color: #DD57BB;
}
</style>
border-color css
<style>
span { border-color: #DD57BB; }
span { border-color: rgb(221,87,187); }
td.TdClassName
{
border-color: #DD57BB;
}
.TagClassName
{
border-color: #DD57BB;
}
</style>