Html Css Color HEX #DD58C1 Free Speech Magenta
📋 copy color: '#DD58C1'red 221 ◦ green 88 ◦ blue 193
Shades of Free Speech Magenta #DD58C1
Tints of Free Speech Magenta #DD58C1
RGB
CMYK
RGB Variations
Color information
#DD58C1 (or 0xDD58C1) is known color: Free Speech Magenta. HEX triplet: DD, 58 and C1. RGB value is (221,88,193). Sum of RGB (Red+Green+Blue) = 221+88+193=502 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.02% from 502); Green value is 88 (34.77% from 255 or 17.53% from 502); Blue value is 193 (75.78% from 255 or 38.45% from 502); Max value from RGB is 221 - color contains mainly: red. Hex color #DD58C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD58C1 is #22A73E. Grayscale: #8B8B8B. Windows color (decimal): -2271039 or 12671197. OLE color: 12671197.
HSL color Cylindrical-coordinate representation of color #DD58C1: hue angle of 312.63º 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 #DD58C1 is Cyan = 0, Magento = 0.60, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 88 | 193 | - |
| CMYK | 0 | 0.60 | 0.13 | 0.13 |
| HSL | 312.63º | 0.66% | 0.61% | - |
| HSV(B) | 312.63º | 0.6% | 0.87% | - |
| XYZ | 42.93 | 26.2 | 53.25 | - |
| YUV | 139.74 | 158.06 | 185.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 88 | 193 | 0 | 0.60 | 0.13 | 0.13 | 312.63 | 0.66 | 0.61 |
| Hex | DD | 58 | C1 | 0 | 3C | D | D | 139 | 42 | 3D |
| Octal | 335 | 130 | 301 | 0 | 74 | 15 | 15 | 471 | 102 | 75 |
| Binary | 11011101 | 1011000 | 11000001 | 0 | 111100 | 1101 | 1101 | 100111001 | 1000010 | 111101 |
Color Harmonies of #DD58C1
Complementary color
Monochromatic Colors of #DD58C1
Black with #DD58C1
Text Example
Text Example
White with #DD58C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD58C1; }
p { color: rgb(221,88,193); }
H1.HeaderClassName
{
color: #DD58C1;
}
.AnyTagClassName
{
color: #DD58C1;
}
</style>
background-color css
<style>
a { background-color: #DD58C1; }
a { background-color: rgb(221,88,193); }
div.DivClassName
{
background-color: #DD58C1;
}
.BgClassName
{
background-color: #DD58C1;
}
</style>
border-color css
<style>
span { border-color: #DD58C1; }
span { border-color: rgb(221,88,193); }
td.TdClassName
{
border-color: #DD58C1;
}
.TagClassName
{
border-color: #DD58C1;
}
</style>