Html Css Color HEX #DD52BB Free Speech Magenta
📋 copy color: '#DD52BB'red 221 ◦ green 82 ◦ blue 187
Shades of Free Speech Magenta #DD52BB
Tints of Free Speech Magenta #DD52BB
RGB
CMYK
RGB Variations
Color information
#DD52BB (or 0xDD52BB) is known color: Free Speech Magenta. HEX triplet: DD, 52 and BB. RGB value is (221,82,187). Sum of RGB (Red+Green+Blue) = 221+82+187=490 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.10% from 490); Green value is 82 (32.42% from 255 or 16.73% from 490); Blue value is 187 (73.44% from 255 or 38.16% from 490); Max value from RGB is 221 - color contains mainly: red. Hex color #DD52BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD52BB is #22AD44. Grayscale: #878787. Windows color (decimal): -2272581 or 12276445. OLE color: 12276445.
HSL color Cylindrical-coordinate representation of color #DD52BB: hue angle of 314.68º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DD52BB is Cyan = 0, Magento = 0.63, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 82 | 187 | - |
| CMYK | 0 | 0.63 | 0.15 | 0.13 |
| HSL | 314.68º | 0.67% | 0.59% | - |
| HSV(B) | 314.68º | 0.63% | 0.87% | - |
| XYZ | 41.81 | 24.99 | 49.63 | - |
| YUV | 135.53 | 157.05 | 188.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 82 | 187 | 0 | 0.63 | 0.15 | 0.13 | 314.68 | 0.67 | 0.59 |
| Hex | DD | 52 | BB | 0 | 3F | F | D | 13B | 43 | 3B |
| Octal | 335 | 122 | 273 | 0 | 77 | 17 | 15 | 473 | 103 | 73 |
| Binary | 11011101 | 1010010 | 10111011 | 0 | 111111 | 1111 | 1101 | 100111011 | 1000011 | 111011 |
Color Harmonies of #DD52BB
Complementary color
Monochromatic Colors of #DD52BB
Black with #DD52BB
Text Example
Text Example
White with #DD52BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD52BB; }
p { color: rgb(221,82,187); }
H1.HeaderClassName
{
color: #DD52BB;
}
.AnyTagClassName
{
color: #DD52BB;
}
</style>
background-color css
<style>
a { background-color: #DD52BB; }
a { background-color: rgb(221,82,187); }
div.DivClassName
{
background-color: #DD52BB;
}
.BgClassName
{
background-color: #DD52BB;
}
</style>
border-color css
<style>
span { border-color: #DD52BB; }
span { border-color: rgb(221,82,187); }
td.TdClassName
{
border-color: #DD52BB;
}
.TagClassName
{
border-color: #DD52BB;
}
</style>