Html Css Color HEX #DD5EDE Free Speech Magenta
📋 copy color: '#DD5EDE'red 221 ◦ green 94 ◦ blue 222
Shades of Free Speech Magenta #DD5EDE
Tints of Free Speech Magenta #DD5EDE
RGB
CMYK
RGB Variations
Color information
#DD5EDE (or 0xDD5EDE) is known color: Free Speech Magenta. HEX triplet: DD, 5E and DE. RGB value is (221,94,222). Sum of RGB (Red+Green+Blue) = 221+94+222=537 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.15% from 537); Green value is 94 (37.11% from 255 or 17.50% from 537); Blue value is 222 (87.11% from 255 or 41.34% from 537); Max value from RGB is 222 - color contains mainly: blue. Hex color #DD5EDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD5EDE is #22A121. Grayscale: #929292. Windows color (decimal): -2269474 or 14573277. OLE color: 14573277.
HSL color Cylindrical-coordinate representation of color #DD5EDE: hue angle of 299.53º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DD5EDE is Cyan = 0.00, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 94 | 222 | - |
| CMYK | 0.00 | 0.58 | 0 | 0.13 |
| HSL | 299.53º | 0.66% | 0.62% | - |
| HSV(B) | 299.53º | 0.58% | 0.87% | - |
| XYZ | 47.01 | 28.65 | 72.16 | - |
| YUV | 146.57 | 170.58 | 181.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 94 | 222 | 0.00 | 0.58 | 0 | 0.13 | 299.53 | 0.66 | 0.62 |
| Hex | DD | 5E | DE | 0 | 3A | 0 | D | 12C | 42 | 3E |
| Octal | 335 | 136 | 336 | 0 | 72 | 0 | 15 | 454 | 102 | 76 |
| Binary | 11011101 | 1011110 | 11011110 | 0 | 111010 | 0 | 1101 | 100101100 | 1000010 | 111110 |
Color Harmonies of #DD5EDE
Complementary color
Monochromatic Colors of #DD5EDE
Black with #DD5EDE
Text Example
Text Example
White with #DD5EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5EDE; }
p { color: rgb(221,94,222); }
H1.HeaderClassName
{
color: #DD5EDE;
}
.AnyTagClassName
{
color: #DD5EDE;
}
</style>
background-color css
<style>
a { background-color: #DD5EDE; }
a { background-color: rgb(221,94,222); }
div.DivClassName
{
background-color: #DD5EDE;
}
.BgClassName
{
background-color: #DD5EDE;
}
</style>
border-color css
<style>
span { border-color: #DD5EDE; }
span { border-color: rgb(221,94,222); }
td.TdClassName
{
border-color: #DD5EDE;
}
.TagClassName
{
border-color: #DD5EDE;
}
</style>