Html Css Color HEX #DD59E0 Free Speech Magenta
📋 copy color: '#DD59E0'red 221 ◦ green 89 ◦ blue 224
Shades of Free Speech Magenta #DD59E0
Tints of Free Speech Magenta #DD59E0
RGB
CMYK
RGB Variations
Color information
#DD59E0 (or 0xDD59E0) is known color: Free Speech Magenta. HEX triplet: DD, 59 and E0. RGB value is (221,89,224). Sum of RGB (Red+Green+Blue) = 221+89+224=534 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.39% from 534); Green value is 89 (35.16% from 255 or 16.67% from 534); Blue value is 224 (87.89% from 255 or 41.95% from 534); Max value from RGB is 224 - color contains mainly: blue. Hex color #DD59E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD59E0 is #22A61F. Grayscale: #8F8F8F. Windows color (decimal): -2270752 or 14703069. OLE color: 14703069.
HSL color Cylindrical-coordinate representation of color #DD59E0: hue angle of 298.67º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DD59E0 is Cyan = 0.01, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 221 | 89 | 224 | - |
| CMYK | 0.01 | 0.60 | 0 | 0.12 |
| HSL | 298.67º | 0.69% | 0.61% | - |
| HSV(B) | 298.67º | 0.6% | 0.88% | - |
| XYZ | 46.85 | 27.9 | 73.44 | - |
| YUV | 143.86 | 173.23 | 183.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 89 | 224 | 0.01 | 0.60 | 0 | 0.12 | 298.67 | 0.69 | 0.61 |
| Hex | DD | 59 | E0 | 1 | 3C | 0 | C | 12B | 45 | 3D |
| Octal | 335 | 131 | 340 | 1 | 74 | 0 | 14 | 453 | 105 | 75 |
| Binary | 11011101 | 1011001 | 11100000 | 1 | 111100 | 0 | 1100 | 100101011 | 1000101 | 111101 |
Color Harmonies of #DD59E0
Complementary color
Monochromatic Colors of #DD59E0
Black with #DD59E0
Text Example
Text Example
White with #DD59E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD59E0; }
p { color: rgb(221,89,224); }
H1.HeaderClassName
{
color: #DD59E0;
}
.AnyTagClassName
{
color: #DD59E0;
}
</style>
background-color css
<style>
a { background-color: #DD59E0; }
a { background-color: rgb(221,89,224); }
div.DivClassName
{
background-color: #DD59E0;
}
.BgClassName
{
background-color: #DD59E0;
}
</style>
border-color css
<style>
span { border-color: #DD59E0; }
span { border-color: rgb(221,89,224); }
td.TdClassName
{
border-color: #DD59E0;
}
.TagClassName
{
border-color: #DD59E0;
}
</style>