Html Css Color HEX #DD5DBA Free Speech Magenta
📋 copy color: '#DD5DBA'red 221 ◦ green 93 ◦ blue 186
Shades of Free Speech Magenta #DD5DBA
Tints of Free Speech Magenta #DD5DBA
RGB
CMYK
RGB Variations
Color information
#DD5DBA (or 0xDD5DBA) is known color: Free Speech Magenta. HEX triplet: DD, 5D and BA. RGB value is (221,93,186). Sum of RGB (Red+Green+Blue) = 221+93+186=500 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.2% from 500); Green value is 93 (36.72% from 255 or 18.6% from 500); Blue value is 186 (73.05% from 255 or 37.2% from 500); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5DBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD5DBA is #22A245. Grayscale: #8D8D8D. Windows color (decimal): -2269766 or 12213725. OLE color: 12213725.
HSL color Cylindrical-coordinate representation of color #DD5DBA: hue angle of 316.41º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DD5DBA is Cyan = 0, Magento = 0.58, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 93 | 186 | - |
| CMYK | 0 | 0.58 | 0.16 | 0.13 |
| HSL | 316.41º | 0.65% | 0.62% | - |
| HSV(B) | 316.41º | 0.58% | 0.87% | - |
| XYZ | 42.6 | 26.75 | 49.37 | - |
| YUV | 141.87 | 152.91 | 184.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 93 | 186 | 0 | 0.58 | 0.16 | 0.13 | 316.41 | 0.65 | 0.62 |
| Hex | DD | 5D | BA | 0 | 3A | 10 | D | 13C | 41 | 3E |
| Octal | 335 | 135 | 272 | 0 | 72 | 20 | 15 | 474 | 101 | 76 |
| Binary | 11011101 | 1011101 | 10111010 | 0 | 111010 | 10000 | 1101 | 100111100 | 1000001 | 111110 |
Color Harmonies of #DD5DBA
Complementary color
Monochromatic Colors of #DD5DBA
Black with #DD5DBA
Text Example
Text Example
White with #DD5DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5DBA; }
p { color: rgb(221,93,186); }
H1.HeaderClassName
{
color: #DD5DBA;
}
.AnyTagClassName
{
color: #DD5DBA;
}
</style>
background-color css
<style>
a { background-color: #DD5DBA; }
a { background-color: rgb(221,93,186); }
div.DivClassName
{
background-color: #DD5DBA;
}
.BgClassName
{
background-color: #DD5DBA;
}
</style>
border-color css
<style>
span { border-color: #DD5DBA; }
span { border-color: rgb(221,93,186); }
td.TdClassName
{
border-color: #DD5DBA;
}
.TagClassName
{
border-color: #DD5DBA;
}
</style>