Html Css Color HEX #DD4FD9 Free Speech Magenta
📋 copy color: '#DD4FD9'red 221 ◦ green 79 ◦ blue 217
Shades of Free Speech Magenta #DD4FD9
Tints of Free Speech Magenta #DD4FD9
RGB
CMYK
RGB Variations
Color information
#DD4FD9 (or 0xDD4FD9) is known color: Free Speech Magenta. HEX triplet: DD, 4F and D9. RGB value is (221,79,217). Sum of RGB (Red+Green+Blue) = 221+79+217=517 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.75% from 517); Green value is 79 (31.25% from 255 or 15.28% from 517); Blue value is 217 (85.16% from 255 or 41.97% from 517); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4FD9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD4FD9 is #22B026. Grayscale: #888888. Windows color (decimal): -2273319 or 14241757. OLE color: 14241757.
HSL color Cylindrical-coordinate representation of color #DD4FD9: hue angle of 301.69º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DD4FD9 is Cyan = 0, Magento = 0.64, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 79 | 217 | - |
| CMYK | 0 | 0.64 | 0.02 | 0.13 |
| HSL | 301.69º | 0.68% | 0.59% | - |
| HSV(B) | 301.69º | 0.64% | 0.87% | - |
| XYZ | 45.14 | 25.97 | 68.28 | - |
| YUV | 137.19 | 173.04 | 187.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 79 | 217 | 0 | 0.64 | 0.02 | 0.13 | 301.69 | 0.68 | 0.59 |
| Hex | DD | 4F | D9 | 0 | 40 | 2 | D | 12E | 44 | 3B |
| Octal | 335 | 117 | 331 | 0 | 100 | 2 | 15 | 456 | 104 | 73 |
| Binary | 11011101 | 1001111 | 11011001 | 0 | 1000000 | 10 | 1101 | 100101110 | 1000100 | 111011 |
Color Harmonies of #DD4FD9
Complementary color
Monochromatic Colors of #DD4FD9
Black with #DD4FD9
Text Example
Text Example
White with #DD4FD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4FD9; }
p { color: rgb(221,79,217); }
H1.HeaderClassName
{
color: #DD4FD9;
}
.AnyTagClassName
{
color: #DD4FD9;
}
</style>
background-color css
<style>
a { background-color: #DD4FD9; }
a { background-color: rgb(221,79,217); }
div.DivClassName
{
background-color: #DD4FD9;
}
.BgClassName
{
background-color: #DD4FD9;
}
</style>
border-color css
<style>
span { border-color: #DD4FD9; }
span { border-color: rgb(221,79,217); }
td.TdClassName
{
border-color: #DD4FD9;
}
.TagClassName
{
border-color: #DD4FD9;
}
</style>