Html Css Color HEX #DD5EC6 Free Speech Magenta
📋 copy color: '#DD5EC6'red 221 ◦ green 94 ◦ blue 198
Shades of Free Speech Magenta #DD5EC6
Tints of Free Speech Magenta #DD5EC6
RGB
CMYK
RGB Variations
Color information
#DD5EC6 (or 0xDD5EC6) is known color: Free Speech Magenta. HEX triplet: DD, 5E and C6. RGB value is (221,94,198). Sum of RGB (Red+Green+Blue) = 221+94+198=513 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.08% from 513); Green value is 94 (37.11% from 255 or 18.32% from 513); Blue value is 198 (77.73% from 255 or 38.60% from 513); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5EC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD5EC6 is #22A139. Grayscale: #8F8F8F. Windows color (decimal): -2269498 or 13000413. OLE color: 13000413.
HSL color Cylindrical-coordinate representation of color #DD5EC6: hue angle of 310.87º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DD5EC6 is Cyan = 0, Magento = 0.57, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 94 | 198 | - |
| CMYK | 0 | 0.57 | 0.10 | 0.13 |
| HSL | 310.87º | 0.65% | 0.62% | - |
| HSV(B) | 310.87º | 0.57% | 0.87% | - |
| XYZ | 44.01 | 27.45 | 56.41 | - |
| YUV | 143.83 | 158.58 | 183.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 94 | 198 | 0 | 0.57 | 0.10 | 0.13 | 310.87 | 0.65 | 0.62 |
| Hex | DD | 5E | C6 | 0 | 39 | A | D | 137 | 41 | 3E |
| Octal | 335 | 136 | 306 | 0 | 71 | 12 | 15 | 467 | 101 | 76 |
| Binary | 11011101 | 1011110 | 11000110 | 0 | 111001 | 1010 | 1101 | 100110111 | 1000001 | 111110 |
Color Harmonies of #DD5EC6
Complementary color
Monochromatic Colors of #DD5EC6
Black with #DD5EC6
Text Example
Text Example
White with #DD5EC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5EC6; }
p { color: rgb(221,94,198); }
H1.HeaderClassName
{
color: #DD5EC6;
}
.AnyTagClassName
{
color: #DD5EC6;
}
</style>
background-color css
<style>
a { background-color: #DD5EC6; }
a { background-color: rgb(221,94,198); }
div.DivClassName
{
background-color: #DD5EC6;
}
.BgClassName
{
background-color: #DD5EC6;
}
</style>
border-color css
<style>
span { border-color: #DD5EC6; }
span { border-color: rgb(221,94,198); }
td.TdClassName
{
border-color: #DD5EC6;
}
.TagClassName
{
border-color: #DD5EC6;
}
</style>