Html Css Color HEX #DD54ED Free Speech Magenta
📋 copy color: '#DD54ED'red 221 ◦ green 84 ◦ blue 237
Shades of Free Speech Magenta #DD54ED
Tints of Free Speech Magenta #DD54ED
RGB
CMYK
RGB Variations
Color information
#DD54ED (or 0xDD54ED) is known color: Free Speech Magenta. HEX triplet: DD, 54 and ED. RGB value is (221,84,237). Sum of RGB (Red+Green+Blue) = 221+84+237=542 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.77% from 542); Green value is 84 (33.20% from 255 or 15.50% from 542); Blue value is 237 (92.97% from 255 or 43.73% from 542); Max value from RGB is 237 - color contains mainly: blue. Hex color #DD54ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD54ED is #22AB12. Grayscale: #8D8D8D. Windows color (decimal): -2272019 or 15553757. OLE color: 15553757.
HSL color Cylindrical-coordinate representation of color #DD54ED: hue angle of 293.73º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DD54ED is Cyan = 0.07, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 84 | 237 | - |
| CMYK | 0.07 | 0.65 | 0 | 0.07 |
| HSL | 293.73º | 0.81% | 0.63% | - |
| HSV(B) | 293.73º | 0.65% | 0.93% | - |
| XYZ | 48.28 | 27.83 | 82.95 | - |
| YUV | 142.41 | 181.39 | 184.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 84 | 237 | 0.07 | 0.65 | 0 | 0.07 | 293.73 | 0.81 | 0.63 |
| Hex | DD | 54 | ED | 7 | 41 | 0 | 7 | 126 | 51 | 3F |
| Octal | 335 | 124 | 355 | 7 | 101 | 0 | 7 | 446 | 121 | 77 |
| Binary | 11011101 | 1010100 | 11101101 | 111 | 1000001 | 0 | 111 | 100100110 | 1010001 | 111111 |
Color Harmonies of #DD54ED
Complementary color
Monochromatic Colors of #DD54ED
Black with #DD54ED
Text Example
Text Example
White with #DD54ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD54ED; }
p { color: rgb(221,84,237); }
H1.HeaderClassName
{
color: #DD54ED;
}
.AnyTagClassName
{
color: #DD54ED;
}
</style>
background-color css
<style>
a { background-color: #DD54ED; }
a { background-color: rgb(221,84,237); }
div.DivClassName
{
background-color: #DD54ED;
}
.BgClassName
{
background-color: #DD54ED;
}
</style>
border-color css
<style>
span { border-color: #DD54ED; }
span { border-color: rgb(221,84,237); }
td.TdClassName
{
border-color: #DD54ED;
}
.TagClassName
{
border-color: #DD54ED;
}
</style>