Html Css Color HEX #DD55D9 Free Speech Magenta
📋 copy color: '#DD55D9'red 221 ◦ green 85 ◦ blue 217
Shades of Free Speech Magenta #DD55D9
Tints of Free Speech Magenta #DD55D9
RGB
CMYK
RGB Variations
Color information
#DD55D9 (or 0xDD55D9) is known color: Free Speech Magenta. HEX triplet: DD, 55 and D9. RGB value is (221,85,217). Sum of RGB (Red+Green+Blue) = 221+85+217=523 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.26% from 523); Green value is 85 (33.59% from 255 or 16.25% from 523); Blue value is 217 (85.16% from 255 or 41.49% from 523); Max value from RGB is 221 - color contains mainly: red. Hex color #DD55D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD55D9 is #22AA26. Grayscale: #8C8C8C. Windows color (decimal): -2271783 or 14243293. OLE color: 14243293.
HSL color Cylindrical-coordinate representation of color #DD55D9: hue angle of 301.76º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DD55D9 is Cyan = 0, Magento = 0.62, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 85 | 217 | - |
| CMYK | 0 | 0.62 | 0.02 | 0.13 |
| HSL | 301.76º | 0.67% | 0.6% | - |
| HSV(B) | 301.76º | 0.62% | 0.87% | - |
| XYZ | 45.59 | 26.88 | 68.43 | - |
| YUV | 140.71 | 171.06 | 185.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 85 | 217 | 0 | 0.62 | 0.02 | 0.13 | 301.76 | 0.67 | 0.6 |
| Hex | DD | 55 | D9 | 0 | 3E | 2 | D | 12E | 43 | 3C |
| Octal | 335 | 125 | 331 | 0 | 76 | 2 | 15 | 456 | 103 | 74 |
| Binary | 11011101 | 1010101 | 11011001 | 0 | 111110 | 10 | 1101 | 100101110 | 1000011 | 111100 |
Color Harmonies of #DD55D9
Complementary color
Monochromatic Colors of #DD55D9
Black with #DD55D9
Text Example
Text Example
White with #DD55D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD55D9; }
p { color: rgb(221,85,217); }
H1.HeaderClassName
{
color: #DD55D9;
}
.AnyTagClassName
{
color: #DD55D9;
}
</style>
background-color css
<style>
a { background-color: #DD55D9; }
a { background-color: rgb(221,85,217); }
div.DivClassName
{
background-color: #DD55D9;
}
.BgClassName
{
background-color: #DD55D9;
}
</style>
border-color css
<style>
span { border-color: #DD55D9; }
span { border-color: rgb(221,85,217); }
td.TdClassName
{
border-color: #DD55D9;
}
.TagClassName
{
border-color: #DD55D9;
}
</style>