Html Css Color HEX #DD54BD Free Speech Magenta
📋 copy color: '#DD54BD'red 221 ◦ green 84 ◦ blue 189
Shades of Free Speech Magenta #DD54BD
Tints of Free Speech Magenta #DD54BD
RGB
CMYK
RGB Variations
Color information
#DD54BD (or 0xDD54BD) is known color: Free Speech Magenta. HEX triplet: DD, 54 and BD. RGB value is (221,84,189). Sum of RGB (Red+Green+Blue) = 221+84+189=494 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.74% from 494); Green value is 84 (33.20% from 255 or 17.00% from 494); Blue value is 189 (74.22% from 255 or 38.26% from 494); Max value from RGB is 221 - color contains mainly: red. Hex color #DD54BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD54BD is #22AB42. Grayscale: #888888. Windows color (decimal): -2272067 or 12408029. OLE color: 12408029.
HSL color Cylindrical-coordinate representation of color #DD54BD: hue angle of 314.01º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DD54BD is Cyan = 0, Magento = 0.62, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 84 | 189 | - |
| CMYK | 0 | 0.62 | 0.14 | 0.13 |
| HSL | 314.01º | 0.67% | 0.6% | - |
| HSV(B) | 314.01º | 0.62% | 0.87% | - |
| XYZ | 42.17 | 25.39 | 50.82 | - |
| YUV | 136.93 | 157.39 | 187.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 84 | 189 | 0 | 0.62 | 0.14 | 0.13 | 314.01 | 0.67 | 0.6 |
| Hex | DD | 54 | BD | 0 | 3E | E | D | 13A | 43 | 3C |
| Octal | 335 | 124 | 275 | 0 | 76 | 16 | 15 | 472 | 103 | 74 |
| Binary | 11011101 | 1010100 | 10111101 | 0 | 111110 | 1110 | 1101 | 100111010 | 1000011 | 111100 |
Color Harmonies of #DD54BD
Complementary color
Monochromatic Colors of #DD54BD
Black with #DD54BD
Text Example
Text Example
White with #DD54BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD54BD; }
p { color: rgb(221,84,189); }
H1.HeaderClassName
{
color: #DD54BD;
}
.AnyTagClassName
{
color: #DD54BD;
}
</style>
background-color css
<style>
a { background-color: #DD54BD; }
a { background-color: rgb(221,84,189); }
div.DivClassName
{
background-color: #DD54BD;
}
.BgClassName
{
background-color: #DD54BD;
}
</style>
border-color css
<style>
span { border-color: #DD54BD; }
span { border-color: rgb(221,84,189); }
td.TdClassName
{
border-color: #DD54BD;
}
.TagClassName
{
border-color: #DD54BD;
}
</style>