Html Css Color HEX #DD4DDD Free Speech Magenta
📋 copy color: '#DD4DDD'red 221 ◦ green 77 ◦ blue 221
Shades of Free Speech Magenta #DD4DDD
Tints of Free Speech Magenta #DD4DDD
RGB
CMYK
RGB Variations
Color information
#DD4DDD (or 0xDD4DDD) is known color: Free Speech Magenta. HEX triplet: DD, 4D and DD. RGB value is (221,77,221). Sum of RGB (Red+Green+Blue) = 221+77+221=519 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.58% from 519); Green value is 77 (30.47% from 255 or 14.84% from 519); Blue value is 221 (86.72% from 255 or 42.58% from 519); Max value from RGB is 221 - color contains mainly: red, blue. Hex color #DD4DDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD4DDD is #22B222. Grayscale: #888888. Windows color (decimal): -2273827 or 14503389. OLE color: 14503389.
HSL color Cylindrical-coordinate representation of color #DD4DDD: hue angle of 300º 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 #DD4DDD is Cyan = 0, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 77 | 221 | - |
| CMYK | 0 | 0.65 | 0 | 0.13 |
| HSL | 300º | 0.68% | 0.58% | - |
| HSV(B) | 300º | 0.65% | 0.87% | - |
| XYZ | 45.52 | 25.9 | 71.01 | - |
| YUV | 136.47 | 175.71 | 188.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 77 | 221 | 0 | 0.65 | 0 | 0.13 | 300 | 0.68 | 0.58 |
| Hex | DD | 4D | DD | 0 | 41 | 0 | D | 12C | 44 | 3A |
| Octal | 335 | 115 | 335 | 0 | 101 | 0 | 15 | 454 | 104 | 72 |
| Binary | 11011101 | 1001101 | 11011101 | 0 | 1000001 | 0 | 1101 | 100101100 | 1000100 | 111010 |
Color Harmonies of #DD4DDD
Complementary color
Monochromatic Colors of #DD4DDD
Black with #DD4DDD
Text Example
Text Example
White with #DD4DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4DDD; }
p { color: rgb(221,77,221); }
H1.HeaderClassName
{
color: #DD4DDD;
}
.AnyTagClassName
{
color: #DD4DDD;
}
</style>
background-color css
<style>
a { background-color: #DD4DDD; }
a { background-color: rgb(221,77,221); }
div.DivClassName
{
background-color: #DD4DDD;
}
.BgClassName
{
background-color: #DD4DDD;
}
</style>
border-color css
<style>
span { border-color: #DD4DDD; }
span { border-color: rgb(221,77,221); }
td.TdClassName
{
border-color: #DD4DDD;
}
.TagClassName
{
border-color: #DD4DDD;
}
</style>