Html Css Color HEX #DD55EA Free Speech Magenta
📋 copy color: '#DD55EA'red 221 ◦ green 85 ◦ blue 234
Shades of Free Speech Magenta #DD55EA
Tints of Free Speech Magenta #DD55EA
RGB
CMYK
RGB Variations
Color information
#DD55EA (or 0xDD55EA) is known color: Free Speech Magenta. HEX triplet: DD, 55 and EA. RGB value is (221,85,234). Sum of RGB (Red+Green+Blue) = 221+85+234=540 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.93% from 540); Green value is 85 (33.59% from 255 or 15.74% from 540); Blue value is 234 (91.80% from 255 or 43.33% from 540); Max value from RGB is 234 - color contains mainly: blue. Hex color #DD55EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD55EA is #22AA15. Grayscale: #8E8E8E. Windows color (decimal): -2271766 or 15357405. OLE color: 15357405.
HSL color Cylindrical-coordinate representation of color #DD55EA: hue angle of 294.77º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DD55EA is Cyan = 0.06, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 221 | 85 | 234 | - |
| CMYK | 0.06 | 0.64 | 0 | 0.08 |
| HSL | 294.77º | 0.78% | 0.63% | - |
| HSV(B) | 294.77º | 0.64% | 0.92% | - |
| XYZ | 47.92 | 27.81 | 80.68 | - |
| YUV | 142.65 | 179.56 | 183.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 85 | 234 | 0.06 | 0.64 | 0 | 0.08 | 294.77 | 0.78 | 0.63 |
| Hex | DD | 55 | EA | 6 | 40 | 0 | 8 | 127 | 4E | 3F |
| Octal | 335 | 125 | 352 | 6 | 100 | 0 | 10 | 447 | 116 | 77 |
| Binary | 11011101 | 1010101 | 11101010 | 110 | 1000000 | 0 | 1000 | 100100111 | 1001110 | 111111 |
Color Harmonies of #DD55EA
Complementary color
Monochromatic Colors of #DD55EA
Black with #DD55EA
Text Example
Text Example
White with #DD55EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD55EA; }
p { color: rgb(221,85,234); }
H1.HeaderClassName
{
color: #DD55EA;
}
.AnyTagClassName
{
color: #DD55EA;
}
</style>
background-color css
<style>
a { background-color: #DD55EA; }
a { background-color: rgb(221,85,234); }
div.DivClassName
{
background-color: #DD55EA;
}
.BgClassName
{
background-color: #DD55EA;
}
</style>
border-color css
<style>
span { border-color: #DD55EA; }
span { border-color: rgb(221,85,234); }
td.TdClassName
{
border-color: #DD55EA;
}
.TagClassName
{
border-color: #DD55EA;
}
</style>