Html Css Color HEX #DD54DD Free Speech Magenta
📋 copy color: '#DD54DD'red 221 ◦ green 84 ◦ blue 221
Shades of Free Speech Magenta #DD54DD
Tints of Free Speech Magenta #DD54DD
RGB
CMYK
RGB Variations
Color information
#DD54DD (or 0xDD54DD) is known color: Free Speech Magenta. HEX triplet: DD, 54 and DD. RGB value is (221,84,221). Sum of RGB (Red+Green+Blue) = 221+84+221=526 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.02% from 526); Green value is 84 (33.20% from 255 or 15.97% from 526); Blue value is 221 (86.72% from 255 or 42.02% from 526); Max value from RGB is 221 - color contains mainly: red, blue. Hex color #DD54DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD54DD is #22AB22. Grayscale: #8C8C8C. Windows color (decimal): -2272035 or 14505181. OLE color: 14505181.
HSL color Cylindrical-coordinate representation of color #DD54DD: hue angle of 300º 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 #DD54DD is Cyan = 0, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 84 | 221 | - |
| CMYK | 0 | 0.62 | 0 | 0.13 |
| HSL | 300º | 0.67% | 0.6% | - |
| HSV(B) | 300º | 0.62% | 0.87% | - |
| XYZ | 46.04 | 26.93 | 71.18 | - |
| YUV | 140.58 | 173.39 | 185.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 84 | 221 | 0 | 0.62 | 0 | 0.13 | 300 | 0.67 | 0.6 |
| Hex | DD | 54 | DD | 0 | 3E | 0 | D | 12C | 43 | 3C |
| Octal | 335 | 124 | 335 | 0 | 76 | 0 | 15 | 454 | 103 | 74 |
| Binary | 11011101 | 1010100 | 11011101 | 0 | 111110 | 0 | 1101 | 100101100 | 1000011 | 111100 |
Color Harmonies of #DD54DD
Complementary color
Monochromatic Colors of #DD54DD
Black with #DD54DD
Text Example
Text Example
White with #DD54DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD54DD; }
p { color: rgb(221,84,221); }
H1.HeaderClassName
{
color: #DD54DD;
}
.AnyTagClassName
{
color: #DD54DD;
}
</style>
background-color css
<style>
a { background-color: #DD54DD; }
a { background-color: rgb(221,84,221); }
div.DivClassName
{
background-color: #DD54DD;
}
.BgClassName
{
background-color: #DD54DD;
}
</style>
border-color css
<style>
span { border-color: #DD54DD; }
span { border-color: rgb(221,84,221); }
td.TdClassName
{
border-color: #DD54DD;
}
.TagClassName
{
border-color: #DD54DD;
}
</style>