Html Css Color HEX #DD4DBB Free Speech Magenta
📋 copy color: '#DD4DBB'red 221 ◦ green 77 ◦ blue 187
Shades of Free Speech Magenta #DD4DBB
Tints of Free Speech Magenta #DD4DBB
RGB
CMYK
RGB Variations
Color information
#DD4DBB (or 0xDD4DBB) is known color: Free Speech Magenta. HEX triplet: DD, 4D and BB. RGB value is (221,77,187). Sum of RGB (Red+Green+Blue) = 221+77+187=485 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.57% from 485); Green value is 77 (30.47% from 255 or 15.88% from 485); Blue value is 187 (73.44% from 255 or 38.56% from 485); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4DBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD4DBB is #22B244. Grayscale: #848484. Windows color (decimal): -2273861 or 12275165. OLE color: 12275165.
HSL color Cylindrical-coordinate representation of color #DD4DBB: hue angle of 314.17º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DD4DBB is Cyan = 0, Magento = 0.65, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 77 | 187 | - |
| CMYK | 0 | 0.65 | 0.15 | 0.13 |
| HSL | 314.17º | 0.68% | 0.58% | - |
| HSV(B) | 314.17º | 0.65% | 0.87% | - |
| XYZ | 41.44 | 24.27 | 49.51 | - |
| YUV | 132.6 | 158.71 | 191.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 77 | 187 | 0 | 0.65 | 0.15 | 0.13 | 314.17 | 0.68 | 0.58 |
| Hex | DD | 4D | BB | 0 | 41 | F | D | 13A | 44 | 3A |
| Octal | 335 | 115 | 273 | 0 | 101 | 17 | 15 | 472 | 104 | 72 |
| Binary | 11011101 | 1001101 | 10111011 | 0 | 1000001 | 1111 | 1101 | 100111010 | 1000100 | 111010 |
Color Harmonies of #DD4DBB
Complementary color
Monochromatic Colors of #DD4DBB
Black with #DD4DBB
Text Example
Text Example
White with #DD4DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4DBB; }
p { color: rgb(221,77,187); }
H1.HeaderClassName
{
color: #DD4DBB;
}
.AnyTagClassName
{
color: #DD4DBB;
}
</style>
background-color css
<style>
a { background-color: #DD4DBB; }
a { background-color: rgb(221,77,187); }
div.DivClassName
{
background-color: #DD4DBB;
}
.BgClassName
{
background-color: #DD4DBB;
}
</style>
border-color css
<style>
span { border-color: #DD4DBB; }
span { border-color: rgb(221,77,187); }
td.TdClassName
{
border-color: #DD4DBB;
}
.TagClassName
{
border-color: #DD4DBB;
}
</style>