Html Css Color HEX #DD54C3 Free Speech Magenta
📋 copy color: '#DD54C3'red 221 ◦ green 84 ◦ blue 195
Shades of Free Speech Magenta #DD54C3
Tints of Free Speech Magenta #DD54C3
RGB
CMYK
RGB Variations
Color information
#DD54C3 (or 0xDD54C3) is known color: Free Speech Magenta. HEX triplet: DD, 54 and C3. RGB value is (221,84,195). Sum of RGB (Red+Green+Blue) = 221+84+195=500 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.2% from 500); Green value is 84 (33.20% from 255 or 16.8% from 500); Blue value is 195 (76.56% from 255 or 39% from 500); Max value from RGB is 221 - color contains mainly: red. Hex color #DD54C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD54C3 is #22AB3C. Grayscale: #898989. Windows color (decimal): -2272061 or 12801245. OLE color: 12801245.
HSL color Cylindrical-coordinate representation of color #DD54C3: hue angle of 311.39º 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 #DD54C3 is Cyan = 0, Magento = 0.62, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 84 | 195 | - |
| CMYK | 0 | 0.62 | 0.12 | 0.13 |
| HSL | 311.39º | 0.67% | 0.6% | - |
| HSV(B) | 311.39º | 0.62% | 0.87% | - |
| XYZ | 42.84 | 25.65 | 54.32 | - |
| YUV | 137.62 | 160.39 | 187.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 84 | 195 | 0 | 0.62 | 0.12 | 0.13 | 311.39 | 0.67 | 0.6 |
| Hex | DD | 54 | C3 | 0 | 3E | C | D | 137 | 43 | 3C |
| Octal | 335 | 124 | 303 | 0 | 76 | 14 | 15 | 467 | 103 | 74 |
| Binary | 11011101 | 1010100 | 11000011 | 0 | 111110 | 1100 | 1101 | 100110111 | 1000011 | 111100 |
Color Harmonies of #DD54C3
Complementary color
Monochromatic Colors of #DD54C3
Black with #DD54C3
Text Example
Text Example
White with #DD54C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD54C3; }
p { color: rgb(221,84,195); }
H1.HeaderClassName
{
color: #DD54C3;
}
.AnyTagClassName
{
color: #DD54C3;
}
</style>
background-color css
<style>
a { background-color: #DD54C3; }
a { background-color: rgb(221,84,195); }
div.DivClassName
{
background-color: #DD54C3;
}
.BgClassName
{
background-color: #DD54C3;
}
</style>
border-color css
<style>
span { border-color: #DD54C3; }
span { border-color: rgb(221,84,195); }
td.TdClassName
{
border-color: #DD54C3;
}
.TagClassName
{
border-color: #DD54C3;
}
</style>