Html Css Color HEX #DD59D5 Free Speech Magenta
📋 copy color: '#DD59D5'red 221 ◦ green 89 ◦ blue 213
Shades of Free Speech Magenta #DD59D5
Tints of Free Speech Magenta #DD59D5
RGB
CMYK
RGB Variations
Color information
#DD59D5 (or 0xDD59D5) is known color: Free Speech Magenta. HEX triplet: DD, 59 and D5. RGB value is (221,89,213). Sum of RGB (Red+Green+Blue) = 221+89+213=523 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.26% from 523); Green value is 89 (35.16% from 255 or 17.02% from 523); Blue value is 213 (83.59% from 255 or 40.73% from 523); Max value from RGB is 221 - color contains mainly: red. Hex color #DD59D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD59D5 is #22A62A. Grayscale: #8E8E8E. Windows color (decimal): -2270763 or 13982173. OLE color: 13982173.
HSL color Cylindrical-coordinate representation of color #DD59D5: hue angle of 303.64º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DD59D5 is Cyan = 0, Magento = 0.60, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 89 | 213 | - |
| CMYK | 0 | 0.60 | 0.04 | 0.13 |
| HSL | 303.64º | 0.66% | 0.61% | - |
| HSV(B) | 303.64º | 0.6% | 0.87% | - |
| XYZ | 45.4 | 27.32 | 65.83 | - |
| YUV | 142.6 | 167.73 | 183.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 89 | 213 | 0 | 0.60 | 0.04 | 0.13 | 303.64 | 0.66 | 0.61 |
| Hex | DD | 59 | D5 | 0 | 3C | 4 | D | 130 | 42 | 3D |
| Octal | 335 | 131 | 325 | 0 | 74 | 4 | 15 | 460 | 102 | 75 |
| Binary | 11011101 | 1011001 | 11010101 | 0 | 111100 | 100 | 1101 | 100110000 | 1000010 | 111101 |
Color Harmonies of #DD59D5
Complementary color
Monochromatic Colors of #DD59D5
Black with #DD59D5
Text Example
Text Example
White with #DD59D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD59D5; }
p { color: rgb(221,89,213); }
H1.HeaderClassName
{
color: #DD59D5;
}
.AnyTagClassName
{
color: #DD59D5;
}
</style>
background-color css
<style>
a { background-color: #DD59D5; }
a { background-color: rgb(221,89,213); }
div.DivClassName
{
background-color: #DD59D5;
}
.BgClassName
{
background-color: #DD59D5;
}
</style>
border-color css
<style>
span { border-color: #DD59D5; }
span { border-color: rgb(221,89,213); }
td.TdClassName
{
border-color: #DD59D5;
}
.TagClassName
{
border-color: #DD59D5;
}
</style>