Html Css Color HEX #DD51D1 Free Speech Magenta
📋 copy color: '#DD51D1'red 221 ◦ green 81 ◦ blue 209
Shades of Free Speech Magenta #DD51D1
Tints of Free Speech Magenta #DD51D1
RGB
CMYK
RGB Variations
Color information
#DD51D1 (or 0xDD51D1) is known color: Free Speech Magenta. HEX triplet: DD, 51 and D1. RGB value is (221,81,209). Sum of RGB (Red+Green+Blue) = 221+81+209=511 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.25% from 511); Green value is 81 (32.03% from 255 or 15.85% from 511); Blue value is 209 (82.03% from 255 or 40.90% from 511); Max value from RGB is 221 - color contains mainly: red. Hex color #DD51D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD51D1 is #22AE2E. Grayscale: #898989. Windows color (decimal): -2272815 or 13717981. OLE color: 13717981.
HSL color Cylindrical-coordinate representation of color #DD51D1: hue angle of 305.14º 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 #DD51D1 is Cyan = 0, Magento = 0.63, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 81 | 209 | - |
| CMYK | 0 | 0.63 | 0.05 | 0.13 |
| HSL | 305.14º | 0.67% | 0.59% | - |
| HSV(B) | 305.14º | 0.63% | 0.87% | - |
| XYZ | 44.27 | 25.86 | 62.98 | - |
| YUV | 137.45 | 168.38 | 187.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 81 | 209 | 0 | 0.63 | 0.05 | 0.13 | 305.14 | 0.67 | 0.59 |
| Hex | DD | 51 | D1 | 0 | 3F | 5 | D | 131 | 43 | 3B |
| Octal | 335 | 121 | 321 | 0 | 77 | 5 | 15 | 461 | 103 | 73 |
| Binary | 11011101 | 1010001 | 11010001 | 0 | 111111 | 101 | 1101 | 100110001 | 1000011 | 111011 |
Color Harmonies of #DD51D1
Complementary color
Monochromatic Colors of #DD51D1
Black with #DD51D1
Text Example
Text Example
White with #DD51D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD51D1; }
p { color: rgb(221,81,209); }
H1.HeaderClassName
{
color: #DD51D1;
}
.AnyTagClassName
{
color: #DD51D1;
}
</style>
background-color css
<style>
a { background-color: #DD51D1; }
a { background-color: rgb(221,81,209); }
div.DivClassName
{
background-color: #DD51D1;
}
.BgClassName
{
background-color: #DD51D1;
}
</style>
border-color css
<style>
span { border-color: #DD51D1; }
span { border-color: rgb(221,81,209); }
td.TdClassName
{
border-color: #DD51D1;
}
.TagClassName
{
border-color: #DD51D1;
}
</style>