Html Css Color HEX #DD4DC9 Free Speech Magenta
📋 copy color: '#DD4DC9'red 221 ◦ green 77 ◦ blue 201
Shades of Free Speech Magenta #DD4DC9
Tints of Free Speech Magenta #DD4DC9
RGB
CMYK
RGB Variations
Color information
#DD4DC9 (or 0xDD4DC9) is known color: Free Speech Magenta. HEX triplet: DD, 4D and C9. RGB value is (221,77,201). Sum of RGB (Red+Green+Blue) = 221+77+201=499 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.29% from 499); Green value is 77 (30.47% from 255 or 15.43% from 499); Blue value is 201 (78.91% from 255 or 40.28% from 499); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4DC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD4DC9 is #22B236. Grayscale: #858585. Windows color (decimal): -2273847 or 13192669. OLE color: 13192669.
HSL color Cylindrical-coordinate representation of color #DD4DC9: hue angle of 308.33º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DD4DC9 is Cyan = 0, Magento = 0.65, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 77 | 201 | - |
| CMYK | 0 | 0.65 | 0.09 | 0.13 |
| HSL | 308.33º | 0.68% | 0.58% | - |
| HSV(B) | 308.33º | 0.65% | 0.87% | - |
| XYZ | 43.02 | 24.9 | 57.8 | - |
| YUV | 134.19 | 165.71 | 189.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 77 | 201 | 0 | 0.65 | 0.09 | 0.13 | 308.33 | 0.68 | 0.58 |
| Hex | DD | 4D | C9 | 0 | 41 | 9 | D | 134 | 44 | 3A |
| Octal | 335 | 115 | 311 | 0 | 101 | 11 | 15 | 464 | 104 | 72 |
| Binary | 11011101 | 1001101 | 11001001 | 0 | 1000001 | 1001 | 1101 | 100110100 | 1000100 | 111010 |
Color Harmonies of #DD4DC9
Complementary color
Monochromatic Colors of #DD4DC9
Black with #DD4DC9
Text Example
Text Example
White with #DD4DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4DC9; }
p { color: rgb(221,77,201); }
H1.HeaderClassName
{
color: #DD4DC9;
}
.AnyTagClassName
{
color: #DD4DC9;
}
</style>
background-color css
<style>
a { background-color: #DD4DC9; }
a { background-color: rgb(221,77,201); }
div.DivClassName
{
background-color: #DD4DC9;
}
.BgClassName
{
background-color: #DD4DC9;
}
</style>
border-color css
<style>
span { border-color: #DD4DC9; }
span { border-color: rgb(221,77,201); }
td.TdClassName
{
border-color: #DD4DC9;
}
.TagClassName
{
border-color: #DD4DC9;
}
</style>