Html Css Color HEX #D44DD1 Free Speech Magenta
📋 copy color: '#D44DD1'red 212 ◦ green 77 ◦ blue 209
Shades of Free Speech Magenta #D44DD1
Tints of Free Speech Magenta #D44DD1
RGB
CMYK
RGB Variations
Color information
#D44DD1 (or 0xD44DD1) is known color: Free Speech Magenta. HEX triplet: D4, 4D and D1. RGB value is (212,77,209). Sum of RGB (Red+Green+Blue) = 212+77+209=498 (65% of max value = 765). Red value is 212 (83.20% from 255 or 42.57% from 498); Green value is 77 (30.47% from 255 or 15.46% from 498); Blue value is 209 (82.03% from 255 or 41.97% from 498); Max value from RGB is 212 - color contains mainly: red. Hex color #D44DD1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D44DD1 is #2BB22E. Grayscale: #848484. Windows color (decimal): -2863663 or 13716948. OLE color: 13716948.
HSL color Cylindrical-coordinate representation of color #D44DD1: hue angle of 301.33º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D44DD1 is Cyan = 0, Magento = 0.64, Yellow = 0.01 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 77 | 209 | - |
| CMYK | 0 | 0.64 | 0.01 | 0.17 |
| HSL | 301.33º | 0.61% | 0.57% | - |
| HSV(B) | 301.33º | 0.64% | 0.83% | - |
| XYZ | 41.31 | 23.91 | 62.76 | - |
| YUV | 132.41 | 171.23 | 184.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 77 | 209 | 0 | 0.64 | 0.01 | 0.17 | 301.33 | 0.61 | 0.57 |
| Hex | D4 | 4D | D1 | 0 | 40 | 1 | 11 | 12D | 3D | 39 |
| Octal | 324 | 115 | 321 | 0 | 100 | 1 | 21 | 455 | 75 | 71 |
| Binary | 11010100 | 1001101 | 11010001 | 0 | 1000000 | 1 | 10001 | 100101101 | 111101 | 111001 |
Color Harmonies of #D44DD1
Complementary color
Monochromatic Colors of #D44DD1
Black with #D44DD1
Text Example
Text Example
White with #D44DD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D44DD1; }
p { color: rgb(212,77,209); }
H1.HeaderClassName
{
color: #D44DD1;
}
.AnyTagClassName
{
color: #D44DD1;
}
</style>
background-color css
<style>
a { background-color: #D44DD1; }
a { background-color: rgb(212,77,209); }
div.DivClassName
{
background-color: #D44DD1;
}
.BgClassName
{
background-color: #D44DD1;
}
</style>
border-color css
<style>
span { border-color: #D44DD1; }
span { border-color: rgb(212,77,209); }
td.TdClassName
{
border-color: #D44DD1;
}
.TagClassName
{
border-color: #D44DD1;
}
</style>