Html Css Color HEX #DD59E5 Free Speech Magenta
📋 copy color: '#DD59E5'red 221 ◦ green 89 ◦ blue 229
Shades of Free Speech Magenta #DD59E5
Tints of Free Speech Magenta #DD59E5
RGB
CMYK
RGB Variations
Color information
#DD59E5 (or 0xDD59E5) is known color: Free Speech Magenta. HEX triplet: DD, 59 and E5. RGB value is (221,89,229). Sum of RGB (Red+Green+Blue) = 221+89+229=539 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.00% from 539); Green value is 89 (35.16% from 255 or 16.51% from 539); Blue value is 229 (89.84% from 255 or 42.49% from 539); Max value from RGB is 229 - color contains mainly: blue. Hex color #DD59E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD59E5 is #22A61A. Grayscale: #909090. Windows color (decimal): -2270747 or 15030749. OLE color: 15030749.
HSL color Cylindrical-coordinate representation of color #DD59E5: hue angle of 296.57º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DD59E5 is Cyan = 0.03, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 221 | 89 | 229 | - |
| CMYK | 0.03 | 0.61 | 0 | 0.10 |
| HSL | 296.57º | 0.73% | 0.62% | - |
| HSV(B) | 296.57º | 0.61% | 0.9% | - |
| XYZ | 47.53 | 28.17 | 77.06 | - |
| YUV | 144.43 | 175.73 | 182.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 89 | 229 | 0.03 | 0.61 | 0 | 0.10 | 296.57 | 0.73 | 0.62 |
| Hex | DD | 59 | E5 | 3 | 3D | 0 | A | 129 | 49 | 3E |
| Octal | 335 | 131 | 345 | 3 | 75 | 0 | 12 | 451 | 111 | 76 |
| Binary | 11011101 | 1011001 | 11100101 | 11 | 111101 | 0 | 1010 | 100101001 | 1001001 | 111110 |
Color Harmonies of #DD59E5
Complementary color
Monochromatic Colors of #DD59E5
Black with #DD59E5
Text Example
Text Example
White with #DD59E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD59E5; }
p { color: rgb(221,89,229); }
H1.HeaderClassName
{
color: #DD59E5;
}
.AnyTagClassName
{
color: #DD59E5;
}
</style>
background-color css
<style>
a { background-color: #DD59E5; }
a { background-color: rgb(221,89,229); }
div.DivClassName
{
background-color: #DD59E5;
}
.BgClassName
{
background-color: #DD59E5;
}
</style>
border-color css
<style>
span { border-color: #DD59E5; }
span { border-color: rgb(221,89,229); }
td.TdClassName
{
border-color: #DD59E5;
}
.TagClassName
{
border-color: #DD59E5;
}
</style>