Html Css Color HEX #DD4DDA Free Speech Magenta
📋 copy color: '#DD4DDA'red 221 ◦ green 77 ◦ blue 218
Shades of Free Speech Magenta #DD4DDA
Tints of Free Speech Magenta #DD4DDA
RGB
CMYK
RGB Variations
Color information
#DD4DDA (or 0xDD4DDA) is known color: Free Speech Magenta. HEX triplet: DD, 4D and DA. RGB value is (221,77,218). Sum of RGB (Red+Green+Blue) = 221+77+218=516 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.83% from 516); Green value is 77 (30.47% from 255 or 14.92% from 516); Blue value is 218 (85.55% from 255 or 42.25% from 516); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4DDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD4DDA is #22B225. Grayscale: #878787. Windows color (decimal): -2273830 or 14306781. OLE color: 14306781.
HSL color Cylindrical-coordinate representation of color #DD4DDA: hue angle of 301.25º 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 #DD4DDA is Cyan = 0, Magento = 0.65, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 77 | 218 | - |
| CMYK | 0 | 0.65 | 0.01 | 0.13 |
| HSL | 301.25º | 0.68% | 0.58% | - |
| HSV(B) | 301.25º | 0.65% | 0.87% | - |
| XYZ | 45.13 | 25.74 | 68.92 | - |
| YUV | 136.13 | 174.21 | 188.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 77 | 218 | 0 | 0.65 | 0.01 | 0.13 | 301.25 | 0.68 | 0.58 |
| Hex | DD | 4D | DA | 0 | 41 | 1 | D | 12D | 44 | 3A |
| Octal | 335 | 115 | 332 | 0 | 101 | 1 | 15 | 455 | 104 | 72 |
| Binary | 11011101 | 1001101 | 11011010 | 0 | 1000001 | 1 | 1101 | 100101101 | 1000100 | 111010 |
Color Harmonies of #DD4DDA
Complementary color
Monochromatic Colors of #DD4DDA
Black with #DD4DDA
Text Example
Text Example
White with #DD4DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4DDA; }
p { color: rgb(221,77,218); }
H1.HeaderClassName
{
color: #DD4DDA;
}
.AnyTagClassName
{
color: #DD4DDA;
}
</style>
background-color css
<style>
a { background-color: #DD4DDA; }
a { background-color: rgb(221,77,218); }
div.DivClassName
{
background-color: #DD4DDA;
}
.BgClassName
{
background-color: #DD4DDA;
}
</style>
border-color css
<style>
span { border-color: #DD4DDA; }
span { border-color: rgb(221,77,218); }
td.TdClassName
{
border-color: #DD4DDA;
}
.TagClassName
{
border-color: #DD4DDA;
}
</style>