Html Css Color HEX #DD55E5 Free Speech Magenta
📋 copy color: '#DD55E5'red 221 ◦ green 85 ◦ blue 229
Shades of Free Speech Magenta #DD55E5
Tints of Free Speech Magenta #DD55E5
RGB
CMYK
RGB Variations
Color information
#DD55E5 (or 0xDD55E5) is known color: Free Speech Magenta. HEX triplet: DD, 55 and E5. RGB value is (221,85,229). Sum of RGB (Red+Green+Blue) = 221+85+229=535 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.31% from 535); Green value is 85 (33.59% from 255 or 15.89% from 535); Blue value is 229 (89.84% from 255 or 42.80% from 535); Max value from RGB is 229 - color contains mainly: blue. Hex color #DD55E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD55E5 is #22AA1A. Grayscale: #8D8D8D. Windows color (decimal): -2271771 or 15029725. OLE color: 15029725.
HSL color Cylindrical-coordinate representation of color #DD55E5: hue angle of 296.67º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DD55E5 is Cyan = 0.03, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 221 | 85 | 229 | - |
| CMYK | 0.03 | 0.63 | 0 | 0.10 |
| HSL | 296.67º | 0.73% | 0.62% | - |
| HSV(B) | 296.67º | 0.63% | 0.9% | - |
| XYZ | 47.21 | 27.53 | 76.95 | - |
| YUV | 142.08 | 177.06 | 184.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 85 | 229 | 0.03 | 0.63 | 0 | 0.10 | 296.67 | 0.73 | 0.62 |
| Hex | DD | 55 | E5 | 3 | 3F | 0 | A | 129 | 49 | 3E |
| Octal | 335 | 125 | 345 | 3 | 77 | 0 | 12 | 451 | 111 | 76 |
| Binary | 11011101 | 1010101 | 11100101 | 11 | 111111 | 0 | 1010 | 100101001 | 1001001 | 111110 |
Color Harmonies of #DD55E5
Complementary color
Monochromatic Colors of #DD55E5
Black with #DD55E5
Text Example
Text Example
White with #DD55E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD55E5; }
p { color: rgb(221,85,229); }
H1.HeaderClassName
{
color: #DD55E5;
}
.AnyTagClassName
{
color: #DD55E5;
}
</style>
background-color css
<style>
a { background-color: #DD55E5; }
a { background-color: rgb(221,85,229); }
div.DivClassName
{
background-color: #DD55E5;
}
.BgClassName
{
background-color: #DD55E5;
}
</style>
border-color css
<style>
span { border-color: #DD55E5; }
span { border-color: rgb(221,85,229); }
td.TdClassName
{
border-color: #DD55E5;
}
.TagClassName
{
border-color: #DD55E5;
}
</style>