Html Css Color HEX #DD58BA Free Speech Magenta
📋 copy color: '#DD58BA'red 221 ◦ green 88 ◦ blue 186
Shades of Free Speech Magenta #DD58BA
Tints of Free Speech Magenta #DD58BA
RGB
CMYK
RGB Variations
Color information
#DD58BA (or 0xDD58BA) is known color: Free Speech Magenta. HEX triplet: DD, 58 and BA. RGB value is (221,88,186). Sum of RGB (Red+Green+Blue) = 221+88+186=495 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.65% from 495); Green value is 88 (34.77% from 255 or 17.78% from 495); Blue value is 186 (73.05% from 255 or 37.58% from 495); Max value from RGB is 221 - color contains mainly: red. Hex color #DD58BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD58BA is #22A745. Grayscale: #8A8A8A. Windows color (decimal): -2271046 or 12212445. OLE color: 12212445.
HSL color Cylindrical-coordinate representation of color #DD58BA: hue angle of 315.79º 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 #DD58BA is Cyan = 0, Magento = 0.60, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 88 | 186 | - |
| CMYK | 0 | 0.60 | 0.16 | 0.13 |
| HSL | 315.79º | 0.66% | 0.61% | - |
| HSV(B) | 315.79º | 0.6% | 0.87% | - |
| XYZ | 42.17 | 25.9 | 49.23 | - |
| YUV | 138.94 | 154.56 | 186.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 88 | 186 | 0 | 0.60 | 0.16 | 0.13 | 315.79 | 0.66 | 0.61 |
| Hex | DD | 58 | BA | 0 | 3C | 10 | D | 13C | 42 | 3D |
| Octal | 335 | 130 | 272 | 0 | 74 | 20 | 15 | 474 | 102 | 75 |
| Binary | 11011101 | 1011000 | 10111010 | 0 | 111100 | 10000 | 1101 | 100111100 | 1000010 | 111101 |
Color Harmonies of #DD58BA
Complementary color
Monochromatic Colors of #DD58BA
Black with #DD58BA
Text Example
Text Example
White with #DD58BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD58BA; }
p { color: rgb(221,88,186); }
H1.HeaderClassName
{
color: #DD58BA;
}
.AnyTagClassName
{
color: #DD58BA;
}
</style>
background-color css
<style>
a { background-color: #DD58BA; }
a { background-color: rgb(221,88,186); }
div.DivClassName
{
background-color: #DD58BA;
}
.BgClassName
{
background-color: #DD58BA;
}
</style>
border-color css
<style>
span { border-color: #DD58BA; }
span { border-color: rgb(221,88,186); }
td.TdClassName
{
border-color: #DD58BA;
}
.TagClassName
{
border-color: #DD58BA;
}
</style>