Html Css Color HEX #DD51BB Free Speech Magenta
📋 copy color: '#DD51BB'red 221 ◦ green 81 ◦ blue 187
Shades of Free Speech Magenta #DD51BB
Tints of Free Speech Magenta #DD51BB
RGB
CMYK
RGB Variations
Color information
#DD51BB (or 0xDD51BB) is known color: Free Speech Magenta. HEX triplet: DD, 51 and BB. RGB value is (221,81,187). Sum of RGB (Red+Green+Blue) = 221+81+187=489 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.19% from 489); Green value is 81 (32.03% from 255 or 16.56% from 489); Blue value is 187 (73.44% from 255 or 38.24% from 489); Max value from RGB is 221 - color contains mainly: red. Hex color #DD51BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD51BB is #22AE44. Grayscale: #868686. Windows color (decimal): -2272837 or 12276189. OLE color: 12276189.
HSL color Cylindrical-coordinate representation of color #DD51BB: hue angle of 314.57º 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 #DD51BB is Cyan = 0, Magento = 0.63, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 81 | 187 | - |
| CMYK | 0 | 0.63 | 0.15 | 0.13 |
| HSL | 314.57º | 0.67% | 0.59% | - |
| HSV(B) | 314.57º | 0.63% | 0.87% | - |
| XYZ | 41.73 | 24.84 | 49.61 | - |
| YUV | 134.94 | 157.38 | 189.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 81 | 187 | 0 | 0.63 | 0.15 | 0.13 | 314.57 | 0.67 | 0.59 |
| Hex | DD | 51 | BB | 0 | 3F | F | D | 13B | 43 | 3B |
| Octal | 335 | 121 | 273 | 0 | 77 | 17 | 15 | 473 | 103 | 73 |
| Binary | 11011101 | 1010001 | 10111011 | 0 | 111111 | 1111 | 1101 | 100111011 | 1000011 | 111011 |
Color Harmonies of #DD51BB
Complementary color
Monochromatic Colors of #DD51BB
Black with #DD51BB
Text Example
Text Example
White with #DD51BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD51BB; }
p { color: rgb(221,81,187); }
H1.HeaderClassName
{
color: #DD51BB;
}
.AnyTagClassName
{
color: #DD51BB;
}
</style>
background-color css
<style>
a { background-color: #DD51BB; }
a { background-color: rgb(221,81,187); }
div.DivClassName
{
background-color: #DD51BB;
}
.BgClassName
{
background-color: #DD51BB;
}
</style>
border-color css
<style>
span { border-color: #DD51BB; }
span { border-color: rgb(221,81,187); }
td.TdClassName
{
border-color: #DD51BB;
}
.TagClassName
{
border-color: #DD51BB;
}
</style>