Html Css Color HEX #DD4DC1 Free Speech Magenta
📋 copy color: '#DD4DC1'red 221 ◦ green 77 ◦ blue 193
Shades of Free Speech Magenta #DD4DC1
Tints of Free Speech Magenta #DD4DC1
RGB
CMYK
RGB Variations
Color information
#DD4DC1 (or 0xDD4DC1) is known color: Free Speech Magenta. HEX triplet: DD, 4D and C1. RGB value is (221,77,193). Sum of RGB (Red+Green+Blue) = 221+77+193=491 (65% of max value = 765). Red value is 221 (86.72% from 255 or 45.01% from 491); Green value is 77 (30.47% from 255 or 15.68% from 491); Blue value is 193 (75.78% from 255 or 39.31% from 491); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4DC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD4DC1 is #22B23E. Grayscale: #848484. Windows color (decimal): -2273855 or 12668381. OLE color: 12668381.
HSL color Cylindrical-coordinate representation of color #DD4DC1: hue angle of 311.67º 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 #DD4DC1 is Cyan = 0, Magento = 0.65, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 77 | 193 | - |
| CMYK | 0 | 0.65 | 0.13 | 0.13 |
| HSL | 311.67º | 0.68% | 0.58% | - |
| HSV(B) | 311.67º | 0.65% | 0.87% | - |
| XYZ | 42.1 | 24.53 | 52.97 | - |
| YUV | 133.28 | 161.71 | 190.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 77 | 193 | 0 | 0.65 | 0.13 | 0.13 | 311.67 | 0.68 | 0.58 |
| Hex | DD | 4D | C1 | 0 | 41 | D | D | 138 | 44 | 3A |
| Octal | 335 | 115 | 301 | 0 | 101 | 15 | 15 | 470 | 104 | 72 |
| Binary | 11011101 | 1001101 | 11000001 | 0 | 1000001 | 1101 | 1101 | 100111000 | 1000100 | 111010 |
Color Harmonies of #DD4DC1
Complementary color
Monochromatic Colors of #DD4DC1
Black with #DD4DC1
Text Example
Text Example
White with #DD4DC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4DC1; }
p { color: rgb(221,77,193); }
H1.HeaderClassName
{
color: #DD4DC1;
}
.AnyTagClassName
{
color: #DD4DC1;
}
</style>
background-color css
<style>
a { background-color: #DD4DC1; }
a { background-color: rgb(221,77,193); }
div.DivClassName
{
background-color: #DD4DC1;
}
.BgClassName
{
background-color: #DD4DC1;
}
</style>
border-color css
<style>
span { border-color: #DD4DC1; }
span { border-color: rgb(221,77,193); }
td.TdClassName
{
border-color: #DD4DC1;
}
.TagClassName
{
border-color: #DD4DC1;
}
</style>