Html Css Color HEX #DD4EBA Free Speech Magenta
📋 copy color: '#DD4EBA'red 221 ◦ green 78 ◦ blue 186
Shades of Free Speech Magenta #DD4EBA
Tints of Free Speech Magenta #DD4EBA
RGB
CMYK
RGB Variations
Color information
#DD4EBA (or 0xDD4EBA) is known color: Free Speech Magenta. HEX triplet: DD, 4E and BA. RGB value is (221,78,186). Sum of RGB (Red+Green+Blue) = 221+78+186=485 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.57% from 485); Green value is 78 (30.86% from 255 or 16.08% from 485); Blue value is 186 (73.05% from 255 or 38.35% from 485); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4EBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD4EBA is #22B145. Grayscale: #848484. Windows color (decimal): -2273606 or 12209885. OLE color: 12209885.
HSL color Cylindrical-coordinate representation of color #DD4EBA: hue angle of 314.69º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DD4EBA is Cyan = 0, Magento = 0.65, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 78 | 186 | - |
| CMYK | 0 | 0.65 | 0.16 | 0.13 |
| HSL | 314.69º | 0.68% | 0.59% | - |
| HSV(B) | 314.69º | 0.65% | 0.87% | - |
| XYZ | 41.41 | 24.37 | 48.98 | - |
| YUV | 133.07 | 157.88 | 190.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 78 | 186 | 0 | 0.65 | 0.16 | 0.13 | 314.69 | 0.68 | 0.59 |
| Hex | DD | 4E | BA | 0 | 41 | 10 | D | 13B | 44 | 3B |
| Octal | 335 | 116 | 272 | 0 | 101 | 20 | 15 | 473 | 104 | 73 |
| Binary | 11011101 | 1001110 | 10111010 | 0 | 1000001 | 10000 | 1101 | 100111011 | 1000100 | 111011 |
Color Harmonies of #DD4EBA
Complementary color
Monochromatic Colors of #DD4EBA
Black with #DD4EBA
Text Example
Text Example
White with #DD4EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4EBA; }
p { color: rgb(221,78,186); }
H1.HeaderClassName
{
color: #DD4EBA;
}
.AnyTagClassName
{
color: #DD4EBA;
}
</style>
background-color css
<style>
a { background-color: #DD4EBA; }
a { background-color: rgb(221,78,186); }
div.DivClassName
{
background-color: #DD4EBA;
}
.BgClassName
{
background-color: #DD4EBA;
}
</style>
border-color css
<style>
span { border-color: #DD4EBA; }
span { border-color: rgb(221,78,186); }
td.TdClassName
{
border-color: #DD4EBA;
}
.TagClassName
{
border-color: #DD4EBA;
}
</style>