Html Css Color HEX #DD55ED Free Speech Magenta
📋 copy color: '#DD55ED'red 221 ◦ green 85 ◦ blue 237
Shades of Free Speech Magenta #DD55ED
Tints of Free Speech Magenta #DD55ED
RGB
CMYK
RGB Variations
Color information
#DD55ED (or 0xDD55ED) is known color: Free Speech Magenta. HEX triplet: DD, 55 and ED. RGB value is (221,85,237). Sum of RGB (Red+Green+Blue) = 221+85+237=543 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.70% from 543); Green value is 85 (33.59% from 255 or 15.65% from 543); Blue value is 237 (92.97% from 255 or 43.65% from 543); Max value from RGB is 237 - color contains mainly: blue. Hex color #DD55ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD55ED is #22AA12. Grayscale: #8E8E8E. Windows color (decimal): -2271763 or 15554013. OLE color: 15554013.
HSL color Cylindrical-coordinate representation of color #DD55ED: hue angle of 293.68º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DD55ED is Cyan = 0.07, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 85 | 237 | - |
| CMYK | 0.07 | 0.64 | 0 | 0.07 |
| HSL | 293.68º | 0.81% | 0.63% | - |
| HSV(B) | 293.68º | 0.64% | 0.93% | - |
| XYZ | 48.35 | 27.98 | 82.97 | - |
| YUV | 142.99 | 181.06 | 183.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 85 | 237 | 0.07 | 0.64 | 0 | 0.07 | 293.68 | 0.81 | 0.63 |
| Hex | DD | 55 | ED | 7 | 40 | 0 | 7 | 126 | 51 | 3F |
| Octal | 335 | 125 | 355 | 7 | 100 | 0 | 7 | 446 | 121 | 77 |
| Binary | 11011101 | 1010101 | 11101101 | 111 | 1000000 | 0 | 111 | 100100110 | 1010001 | 111111 |
Color Harmonies of #DD55ED
Complementary color
Monochromatic Colors of #DD55ED
Black with #DD55ED
Text Example
Text Example
White with #DD55ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD55ED; }
p { color: rgb(221,85,237); }
H1.HeaderClassName
{
color: #DD55ED;
}
.AnyTagClassName
{
color: #DD55ED;
}
</style>
background-color css
<style>
a { background-color: #DD55ED; }
a { background-color: rgb(221,85,237); }
div.DivClassName
{
background-color: #DD55ED;
}
.BgClassName
{
background-color: #DD55ED;
}
</style>
border-color css
<style>
span { border-color: #DD55ED; }
span { border-color: rgb(221,85,237); }
td.TdClassName
{
border-color: #DD55ED;
}
.TagClassName
{
border-color: #DD55ED;
}
</style>