Html Css Color HEX #DD55F0 Free Speech Magenta
📋 copy color: '#DD55F0'red 221 ◦ green 85 ◦ blue 240
Shades of Free Speech Magenta #DD55F0
Tints of Free Speech Magenta #DD55F0
RGB
CMYK
RGB Variations
Color information
#DD55F0 (or 0xDD55F0) is known color: Free Speech Magenta. HEX triplet: DD, 55 and F0. RGB value is (221,85,240). Sum of RGB (Red+Green+Blue) = 221+85+240=546 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.48% from 546); Green value is 85 (33.59% from 255 or 15.57% from 546); Blue value is 240 (94.14% from 255 or 43.96% from 546); Max value from RGB is 240 - color contains mainly: blue. Hex color #DD55F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD55F0 is #22AA0F. Grayscale: #8E8E8E. Windows color (decimal): -2271760 or 15750621. OLE color: 15750621.
HSL color Cylindrical-coordinate representation of color #DD55F0: hue angle of 292.65º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DD55F0 is Cyan = 0.08, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 221 | 85 | 240 | - |
| CMYK | 0.08 | 0.65 | 0 | 0.06 |
| HSL | 292.65º | 0.84% | 0.64% | - |
| HSV(B) | 292.65º | 0.65% | 0.94% | - |
| XYZ | 48.8 | 28.16 | 85.3 | - |
| YUV | 143.33 | 182.56 | 183.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 85 | 240 | 0.08 | 0.65 | 0 | 0.06 | 292.65 | 0.84 | 0.64 |
| Hex | DD | 55 | F0 | 8 | 41 | 0 | 6 | 125 | 54 | 40 |
| Octal | 335 | 125 | 360 | 10 | 101 | 0 | 6 | 445 | 124 | 100 |
| Binary | 11011101 | 1010101 | 11110000 | 1000 | 1000001 | 0 | 110 | 100100101 | 1010100 | 1000000 |
Color Harmonies of #DD55F0
Complementary color
Monochromatic Colors of #DD55F0
Black with #DD55F0
Text Example
Text Example
White with #DD55F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD55F0; }
p { color: rgb(221,85,240); }
H1.HeaderClassName
{
color: #DD55F0;
}
.AnyTagClassName
{
color: #DD55F0;
}
</style>
background-color css
<style>
a { background-color: #DD55F0; }
a { background-color: rgb(221,85,240); }
div.DivClassName
{
background-color: #DD55F0;
}
.BgClassName
{
background-color: #DD55F0;
}
</style>
border-color css
<style>
span { border-color: #DD55F0; }
span { border-color: rgb(221,85,240); }
td.TdClassName
{
border-color: #DD55F0;
}
.TagClassName
{
border-color: #DD55F0;
}
</style>