Html Css Color HEX #DD58C5 Free Speech Magenta
📋 copy color: '#DD58C5'red 221 ◦ green 88 ◦ blue 197
Shades of Free Speech Magenta #DD58C5
Tints of Free Speech Magenta #DD58C5
RGB
CMYK
RGB Variations
Color information
#DD58C5 (or 0xDD58C5) is known color: Free Speech Magenta. HEX triplet: DD, 58 and C5. RGB value is (221,88,197). Sum of RGB (Red+Green+Blue) = 221+88+197=506 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.68% from 506); Green value is 88 (34.77% from 255 or 17.39% from 506); Blue value is 197 (77.34% from 255 or 38.93% from 506); Max value from RGB is 221 - color contains mainly: red. Hex color #DD58C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD58C5 is #22A73A. Grayscale: #8B8B8B. Windows color (decimal): -2271035 or 12933341. OLE color: 12933341.
HSL color Cylindrical-coordinate representation of color #DD58C5: hue angle of 310.83º 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 #DD58C5 is Cyan = 0, Magento = 0.60, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 88 | 197 | - |
| CMYK | 0 | 0.60 | 0.11 | 0.13 |
| HSL | 310.83º | 0.66% | 0.61% | - |
| HSV(B) | 310.83º | 0.6% | 0.87% | - |
| XYZ | 43.39 | 26.38 | 55.63 | - |
| YUV | 140.19 | 160.06 | 185.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 88 | 197 | 0 | 0.60 | 0.11 | 0.13 | 310.83 | 0.66 | 0.61 |
| Hex | DD | 58 | C5 | 0 | 3C | B | D | 137 | 42 | 3D |
| Octal | 335 | 130 | 305 | 0 | 74 | 13 | 15 | 467 | 102 | 75 |
| Binary | 11011101 | 1011000 | 11000101 | 0 | 111100 | 1011 | 1101 | 100110111 | 1000010 | 111101 |
Color Harmonies of #DD58C5
Complementary color
Monochromatic Colors of #DD58C5
Black with #DD58C5
Text Example
Text Example
White with #DD58C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD58C5; }
p { color: rgb(221,88,197); }
H1.HeaderClassName
{
color: #DD58C5;
}
.AnyTagClassName
{
color: #DD58C5;
}
</style>
background-color css
<style>
a { background-color: #DD58C5; }
a { background-color: rgb(221,88,197); }
div.DivClassName
{
background-color: #DD58C5;
}
.BgClassName
{
background-color: #DD58C5;
}
</style>
border-color css
<style>
span { border-color: #DD58C5; }
span { border-color: rgb(221,88,197); }
td.TdClassName
{
border-color: #DD58C5;
}
.TagClassName
{
border-color: #DD58C5;
}
</style>