Html Css Color HEX #DD55D1 Free Speech Magenta
📋 copy color: '#DD55D1'red 221 ◦ green 85 ◦ blue 209
Shades of Free Speech Magenta #DD55D1
Tints of Free Speech Magenta #DD55D1
RGB
CMYK
RGB Variations
Color information
#DD55D1 (or 0xDD55D1) is known color: Free Speech Magenta. HEX triplet: DD, 55 and D1. RGB value is (221,85,209). Sum of RGB (Red+Green+Blue) = 221+85+209=515 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.91% from 515); Green value is 85 (33.59% from 255 or 16.50% from 515); Blue value is 209 (82.03% from 255 or 40.58% from 515); Max value from RGB is 221 - color contains mainly: red. Hex color #DD55D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD55D1 is #22AA2E. Grayscale: #8B8B8B. Windows color (decimal): -2271791 or 13719005. OLE color: 13719005.
HSL color Cylindrical-coordinate representation of color #DD55D1: hue angle of 305.29º 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 #DD55D1 is Cyan = 0, Magento = 0.62, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 85 | 209 | - |
| CMYK | 0 | 0.62 | 0.05 | 0.13 |
| HSL | 305.29º | 0.67% | 0.6% | - |
| HSV(B) | 305.29º | 0.62% | 0.87% | - |
| XYZ | 44.58 | 26.47 | 63.08 | - |
| YUV | 139.8 | 167.06 | 185.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 85 | 209 | 0 | 0.62 | 0.05 | 0.13 | 305.29 | 0.67 | 0.6 |
| Hex | DD | 55 | D1 | 0 | 3E | 5 | D | 131 | 43 | 3C |
| Octal | 335 | 125 | 321 | 0 | 76 | 5 | 15 | 461 | 103 | 74 |
| Binary | 11011101 | 1010101 | 11010001 | 0 | 111110 | 101 | 1101 | 100110001 | 1000011 | 111100 |
Color Harmonies of #DD55D1
Complementary color
Monochromatic Colors of #DD55D1
Black with #DD55D1
Text Example
Text Example
White with #DD55D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD55D1; }
p { color: rgb(221,85,209); }
H1.HeaderClassName
{
color: #DD55D1;
}
.AnyTagClassName
{
color: #DD55D1;
}
</style>
background-color css
<style>
a { background-color: #DD55D1; }
a { background-color: rgb(221,85,209); }
div.DivClassName
{
background-color: #DD55D1;
}
.BgClassName
{
background-color: #DD55D1;
}
</style>
border-color css
<style>
span { border-color: #DD55D1; }
span { border-color: rgb(221,85,209); }
td.TdClassName
{
border-color: #DD55D1;
}
.TagClassName
{
border-color: #DD55D1;
}
</style>