Html Css Color HEX #DD59CE Free Speech Magenta
📋 copy color: '#DD59CE'red 221 ◦ green 89 ◦ blue 206
Shades of Free Speech Magenta #DD59CE
Tints of Free Speech Magenta #DD59CE
RGB
CMYK
RGB Variations
Color information
#DD59CE (or 0xDD59CE) is known color: Free Speech Magenta. HEX triplet: DD, 59 and CE. RGB value is (221,89,206). Sum of RGB (Red+Green+Blue) = 221+89+206=516 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.83% from 516); Green value is 89 (35.16% from 255 or 17.25% from 516); Blue value is 206 (80.86% from 255 or 39.92% from 516); Max value from RGB is 221 - color contains mainly: red. Hex color #DD59CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD59CE is #22A631. Grayscale: #8D8D8D. Windows color (decimal): -2270770 or 13523421. OLE color: 13523421.
HSL color Cylindrical-coordinate representation of color #DD59CE: hue angle of 306.82º 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 #DD59CE is Cyan = 0, Magento = 0.60, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 89 | 206 | - |
| CMYK | 0 | 0.60 | 0.07 | 0.13 |
| HSL | 306.82º | 0.66% | 0.61% | - |
| HSV(B) | 306.82º | 0.6% | 0.87% | - |
| XYZ | 44.53 | 26.97 | 61.25 | - |
| YUV | 141.81 | 164.23 | 184.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 89 | 206 | 0 | 0.60 | 0.07 | 0.13 | 306.82 | 0.66 | 0.61 |
| Hex | DD | 59 | CE | 0 | 3C | 7 | D | 133 | 42 | 3D |
| Octal | 335 | 131 | 316 | 0 | 74 | 7 | 15 | 463 | 102 | 75 |
| Binary | 11011101 | 1011001 | 11001110 | 0 | 111100 | 111 | 1101 | 100110011 | 1000010 | 111101 |
Color Harmonies of #DD59CE
Complementary color
Monochromatic Colors of #DD59CE
Black with #DD59CE
Text Example
Text Example
White with #DD59CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD59CE; }
p { color: rgb(221,89,206); }
H1.HeaderClassName
{
color: #DD59CE;
}
.AnyTagClassName
{
color: #DD59CE;
}
</style>
background-color css
<style>
a { background-color: #DD59CE; }
a { background-color: rgb(221,89,206); }
div.DivClassName
{
background-color: #DD59CE;
}
.BgClassName
{
background-color: #DD59CE;
}
</style>
border-color css
<style>
span { border-color: #DD59CE; }
span { border-color: rgb(221,89,206); }
td.TdClassName
{
border-color: #DD59CE;
}
.TagClassName
{
border-color: #DD59CE;
}
</style>