Html Css Color HEX #DD55D6 Free Speech Magenta
📋 copy color: '#DD55D6'red 221 ◦ green 85 ◦ blue 214
Shades of Free Speech Magenta #DD55D6
Tints of Free Speech Magenta #DD55D6
RGB
CMYK
RGB Variations
Color information
#DD55D6 (or 0xDD55D6) is known color: Free Speech Magenta. HEX triplet: DD, 55 and D6. RGB value is (221,85,214). Sum of RGB (Red+Green+Blue) = 221+85+214=520 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.5% from 520); Green value is 85 (33.59% from 255 or 16.35% from 520); Blue value is 214 (83.98% from 255 or 41.15% from 520); Max value from RGB is 221 - color contains mainly: red. Hex color #DD55D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD55D6 is #22AA29. Grayscale: #8B8B8B. Windows color (decimal): -2271786 or 14046685. OLE color: 14046685.
HSL color Cylindrical-coordinate representation of color #DD55D6: hue angle of 303.09º 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 #DD55D6 is Cyan = 0, Magento = 0.62, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 85 | 214 | - |
| CMYK | 0 | 0.62 | 0.03 | 0.13 |
| HSL | 303.09º | 0.67% | 0.6% | - |
| HSV(B) | 303.09º | 0.62% | 0.87% | - |
| XYZ | 45.2 | 26.72 | 66.39 | - |
| YUV | 140.37 | 169.56 | 185.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 85 | 214 | 0 | 0.62 | 0.03 | 0.13 | 303.09 | 0.67 | 0.6 |
| Hex | DD | 55 | D6 | 0 | 3E | 3 | D | 12F | 43 | 3C |
| Octal | 335 | 125 | 326 | 0 | 76 | 3 | 15 | 457 | 103 | 74 |
| Binary | 11011101 | 1010101 | 11010110 | 0 | 111110 | 11 | 1101 | 100101111 | 1000011 | 111100 |
Color Harmonies of #DD55D6
Complementary color
Monochromatic Colors of #DD55D6
Black with #DD55D6
Text Example
Text Example
White with #DD55D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD55D6; }
p { color: rgb(221,85,214); }
H1.HeaderClassName
{
color: #DD55D6;
}
.AnyTagClassName
{
color: #DD55D6;
}
</style>
background-color css
<style>
a { background-color: #DD55D6; }
a { background-color: rgb(221,85,214); }
div.DivClassName
{
background-color: #DD55D6;
}
.BgClassName
{
background-color: #DD55D6;
}
</style>
border-color css
<style>
span { border-color: #DD55D6; }
span { border-color: rgb(221,85,214); }
td.TdClassName
{
border-color: #DD55D6;
}
.TagClassName
{
border-color: #DD55D6;
}
</style>