Html Css Color HEX #DD59E1 Free Speech Magenta
📋 copy color: '#DD59E1'red 221 ◦ green 89 ◦ blue 225
Shades of Free Speech Magenta #DD59E1
Tints of Free Speech Magenta #DD59E1
RGB
CMYK
RGB Variations
Color information
#DD59E1 (or 0xDD59E1) is known color: Free Speech Magenta. HEX triplet: DD, 59 and E1. RGB value is (221,89,225). Sum of RGB (Red+Green+Blue) = 221+89+225=535 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.31% from 535); Green value is 89 (35.16% from 255 or 16.64% from 535); Blue value is 225 (88.28% from 255 or 42.06% from 535); Max value from RGB is 225 - color contains mainly: blue. Hex color #DD59E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD59E1 is #22A61E. Grayscale: #8F8F8F. Windows color (decimal): -2270751 or 14768605. OLE color: 14768605.
HSL color Cylindrical-coordinate representation of color #DD59E1: hue angle of 298.24º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DD59E1 is Cyan = 0.02, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 221 | 89 | 225 | - |
| CMYK | 0.02 | 0.60 | 0 | 0.12 |
| HSL | 298.24º | 0.69% | 0.62% | - |
| HSV(B) | 298.24º | 0.6% | 0.88% | - |
| XYZ | 46.98 | 27.95 | 74.15 | - |
| YUV | 143.97 | 173.73 | 182.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 89 | 225 | 0.02 | 0.60 | 0 | 0.12 | 298.24 | 0.69 | 0.62 |
| Hex | DD | 59 | E1 | 2 | 3C | 0 | C | 12A | 45 | 3E |
| Octal | 335 | 131 | 341 | 2 | 74 | 0 | 14 | 452 | 105 | 76 |
| Binary | 11011101 | 1011001 | 11100001 | 10 | 111100 | 0 | 1100 | 100101010 | 1000101 | 111110 |
Color Harmonies of #DD59E1
Complementary color
Monochromatic Colors of #DD59E1
Black with #DD59E1
Text Example
Text Example
White with #DD59E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD59E1; }
p { color: rgb(221,89,225); }
H1.HeaderClassName
{
color: #DD59E1;
}
.AnyTagClassName
{
color: #DD59E1;
}
</style>
background-color css
<style>
a { background-color: #DD59E1; }
a { background-color: rgb(221,89,225); }
div.DivClassName
{
background-color: #DD59E1;
}
.BgClassName
{
background-color: #DD59E1;
}
</style>
border-color css
<style>
span { border-color: #DD59E1; }
span { border-color: rgb(221,89,225); }
td.TdClassName
{
border-color: #DD59E1;
}
.TagClassName
{
border-color: #DD59E1;
}
</style>