Html Css Color HEX #DD5ACE Free Speech Magenta
📋 copy color: '#DD5ACE'red 221 ◦ green 90 ◦ blue 206
Shades of Free Speech Magenta #DD5ACE
Tints of Free Speech Magenta #DD5ACE
RGB
CMYK
RGB Variations
Color information
#DD5ACE (or 0xDD5ACE) is known color: Free Speech Magenta. HEX triplet: DD, 5A and CE. RGB value is (221,90,206). Sum of RGB (Red+Green+Blue) = 221+90+206=517 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.75% from 517); Green value is 90 (35.55% from 255 or 17.41% from 517); Blue value is 206 (80.86% from 255 or 39.85% from 517); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5ACE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD5ACE is #22A531. Grayscale: #8E8E8E. Windows color (decimal): -2270514 or 13523677. OLE color: 13523677.
HSL color Cylindrical-coordinate representation of color #DD5ACE: hue angle of 306.87º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DD5ACE is Cyan = 0, Magento = 0.59, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 90 | 206 | - |
| CMYK | 0 | 0.59 | 0.07 | 0.13 |
| HSL | 306.87º | 0.66% | 0.61% | - |
| HSV(B) | 306.87º | 0.59% | 0.87% | - |
| XYZ | 44.62 | 27.14 | 61.28 | - |
| YUV | 142.39 | 163.9 | 184.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 90 | 206 | 0 | 0.59 | 0.07 | 0.13 | 306.87 | 0.66 | 0.61 |
| Hex | DD | 5A | CE | 0 | 3B | 7 | D | 133 | 42 | 3D |
| Octal | 335 | 132 | 316 | 0 | 73 | 7 | 15 | 463 | 102 | 75 |
| Binary | 11011101 | 1011010 | 11001110 | 0 | 111011 | 111 | 1101 | 100110011 | 1000010 | 111101 |
Color Harmonies of #DD5ACE
Complementary color
Monochromatic Colors of #DD5ACE
Black with #DD5ACE
Text Example
Text Example
White with #DD5ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5ACE; }
p { color: rgb(221,90,206); }
H1.HeaderClassName
{
color: #DD5ACE;
}
.AnyTagClassName
{
color: #DD5ACE;
}
</style>
background-color css
<style>
a { background-color: #DD5ACE; }
a { background-color: rgb(221,90,206); }
div.DivClassName
{
background-color: #DD5ACE;
}
.BgClassName
{
background-color: #DD5ACE;
}
</style>
border-color css
<style>
span { border-color: #DD5ACE; }
span { border-color: rgb(221,90,206); }
td.TdClassName
{
border-color: #DD5ACE;
}
.TagClassName
{
border-color: #DD5ACE;
}
</style>