Html Css Color HEX #DD55DC Free Speech Magenta
📋 copy color: '#DD55DC'red 221 ◦ green 85 ◦ blue 220
Shades of Free Speech Magenta #DD55DC
Tints of Free Speech Magenta #DD55DC
RGB
CMYK
RGB Variations
Color information
#DD55DC (or 0xDD55DC) is known color: Free Speech Magenta. HEX triplet: DD, 55 and DC. RGB value is (221,85,220). Sum of RGB (Red+Green+Blue) = 221+85+220=526 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.02% from 526); Green value is 85 (33.59% from 255 or 16.16% from 526); Blue value is 220 (86.33% from 255 or 41.83% from 526); Max value from RGB is 221 - color contains mainly: red. Hex color #DD55DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD55DC is #22AA23. Grayscale: #8C8C8C. Windows color (decimal): -2271780 or 14439901. OLE color: 14439901.
HSL color Cylindrical-coordinate representation of color #DD55DC: hue angle of 300.44º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DD55DC is Cyan = 0, Magento = 0.62, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 85 | 220 | - |
| CMYK | 0 | 0.62 | 0.00 | 0.13 |
| HSL | 300.44º | 0.67% | 0.6% | - |
| HSV(B) | 300.44º | 0.62% | 0.87% | - |
| XYZ | 45.99 | 27.04 | 70.51 | - |
| YUV | 141.05 | 172.56 | 185.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 85 | 220 | 0 | 0.62 | 0.00 | 0.13 | 300.44 | 0.67 | 0.6 |
| Hex | DD | 55 | DC | 0 | 3E | 0 | D | 12C | 43 | 3C |
| Octal | 335 | 125 | 334 | 0 | 76 | 0 | 15 | 454 | 103 | 74 |
| Binary | 11011101 | 1010101 | 11011100 | 0 | 111110 | 0 | 1101 | 100101100 | 1000011 | 111100 |
Color Harmonies of #DD55DC
Complementary color
Monochromatic Colors of #DD55DC
Black with #DD55DC
Text Example
Text Example
White with #DD55DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD55DC; }
p { color: rgb(221,85,220); }
H1.HeaderClassName
{
color: #DD55DC;
}
.AnyTagClassName
{
color: #DD55DC;
}
</style>
background-color css
<style>
a { background-color: #DD55DC; }
a { background-color: rgb(221,85,220); }
div.DivClassName
{
background-color: #DD55DC;
}
.BgClassName
{
background-color: #DD55DC;
}
</style>
border-color css
<style>
span { border-color: #DD55DC; }
span { border-color: rgb(221,85,220); }
td.TdClassName
{
border-color: #DD55DC;
}
.TagClassName
{
border-color: #DD55DC;
}
</style>