Html Css Color HEX #DD59DC Free Speech Magenta
📋 copy color: '#DD59DC'red 221 ◦ green 89 ◦ blue 220
Shades of Free Speech Magenta #DD59DC
Tints of Free Speech Magenta #DD59DC
RGB
CMYK
RGB Variations
Color information
#DD59DC (or 0xDD59DC) is known color: Free Speech Magenta. HEX triplet: DD, 59 and DC. RGB value is (221,89,220). Sum of RGB (Red+Green+Blue) = 221+89+220=530 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.70% from 530); Green value is 89 (35.16% from 255 or 16.79% from 530); Blue value is 220 (86.33% from 255 or 41.51% from 530); Max value from RGB is 221 - color contains mainly: red. Hex color #DD59DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD59DC is #22A623. Grayscale: #8F8F8F. Windows color (decimal): -2270756 or 14440925. OLE color: 14440925.
HSL color Cylindrical-coordinate representation of color #DD59DC: hue angle of 300.45º 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 #DD59DC is Cyan = 0, Magento = 0.60, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 89 | 220 | - |
| CMYK | 0 | 0.60 | 0.00 | 0.13 |
| HSL | 300.45º | 0.66% | 0.61% | - |
| HSV(B) | 300.45º | 0.6% | 0.87% | - |
| XYZ | 46.31 | 27.68 | 70.61 | - |
| YUV | 143.4 | 171.23 | 183.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 89 | 220 | 0 | 0.60 | 0.00 | 0.13 | 300.45 | 0.66 | 0.61 |
| Hex | DD | 59 | DC | 0 | 3C | 0 | D | 12C | 42 | 3D |
| Octal | 335 | 131 | 334 | 0 | 74 | 0 | 15 | 454 | 102 | 75 |
| Binary | 11011101 | 1011001 | 11011100 | 0 | 111100 | 0 | 1101 | 100101100 | 1000010 | 111101 |
Color Harmonies of #DD59DC
Complementary color
Monochromatic Colors of #DD59DC
Black with #DD59DC
Text Example
Text Example
White with #DD59DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD59DC; }
p { color: rgb(221,89,220); }
H1.HeaderClassName
{
color: #DD59DC;
}
.AnyTagClassName
{
color: #DD59DC;
}
</style>
background-color css
<style>
a { background-color: #DD59DC; }
a { background-color: rgb(221,89,220); }
div.DivClassName
{
background-color: #DD59DC;
}
.BgClassName
{
background-color: #DD59DC;
}
</style>
border-color css
<style>
span { border-color: #DD59DC; }
span { border-color: rgb(221,89,220); }
td.TdClassName
{
border-color: #DD59DC;
}
.TagClassName
{
border-color: #DD59DC;
}
</style>