Html Css Color HEX #DD4DD2 Free Speech Magenta
📋 copy color: '#DD4DD2'red 221 ◦ green 77 ◦ blue 210
Shades of Free Speech Magenta #DD4DD2
Tints of Free Speech Magenta #DD4DD2
RGB
CMYK
RGB Variations
Color information
#DD4DD2 (or 0xDD4DD2) is known color: Free Speech Magenta. HEX triplet: DD, 4D and D2. RGB value is (221,77,210). Sum of RGB (Red+Green+Blue) = 221+77+210=508 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.50% from 508); Green value is 77 (30.47% from 255 or 15.16% from 508); Blue value is 210 (82.42% from 255 or 41.34% from 508); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4DD2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD4DD2 is #22B22D. Grayscale: #868686. Windows color (decimal): -2273838 or 13782493. OLE color: 13782493.
HSL color Cylindrical-coordinate representation of color #DD4DD2: hue angle of 304.58º 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 #DD4DD2 is Cyan = 0, Magento = 0.65, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 77 | 210 | - |
| CMYK | 0 | 0.65 | 0.05 | 0.13 |
| HSL | 304.58º | 0.68% | 0.58% | - |
| HSV(B) | 304.58º | 0.65% | 0.87% | - |
| XYZ | 44.11 | 25.33 | 63.54 | - |
| YUV | 135.22 | 170.21 | 189.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 77 | 210 | 0 | 0.65 | 0.05 | 0.13 | 304.58 | 0.68 | 0.58 |
| Hex | DD | 4D | D2 | 0 | 41 | 5 | D | 131 | 44 | 3A |
| Octal | 335 | 115 | 322 | 0 | 101 | 5 | 15 | 461 | 104 | 72 |
| Binary | 11011101 | 1001101 | 11010010 | 0 | 1000001 | 101 | 1101 | 100110001 | 1000100 | 111010 |
Color Harmonies of #DD4DD2
Complementary color
Monochromatic Colors of #DD4DD2
Black with #DD4DD2
Text Example
Text Example
White with #DD4DD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4DD2; }
p { color: rgb(221,77,210); }
H1.HeaderClassName
{
color: #DD4DD2;
}
.AnyTagClassName
{
color: #DD4DD2;
}
</style>
background-color css
<style>
a { background-color: #DD4DD2; }
a { background-color: rgb(221,77,210); }
div.DivClassName
{
background-color: #DD4DD2;
}
.BgClassName
{
background-color: #DD4DD2;
}
</style>
border-color css
<style>
span { border-color: #DD4DD2; }
span { border-color: rgb(221,77,210); }
td.TdClassName
{
border-color: #DD4DD2;
}
.TagClassName
{
border-color: #DD4DD2;
}
</style>