Html Css Color HEX #DD54C0 Free Speech Magenta
📋 copy color: '#DD54C0'red 221 ◦ green 84 ◦ blue 192
Shades of Free Speech Magenta #DD54C0
Tints of Free Speech Magenta #DD54C0
RGB
CMYK
RGB Variations
Color information
#DD54C0 (or 0xDD54C0) is known color: Free Speech Magenta. HEX triplet: DD, 54 and C0. RGB value is (221,84,192). Sum of RGB (Red+Green+Blue) = 221+84+192=497 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.47% from 497); Green value is 84 (33.20% from 255 or 16.90% from 497); Blue value is 192 (75.39% from 255 or 38.63% from 497); Max value from RGB is 221 - color contains mainly: red. Hex color #DD54C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD54C0 is #22AB3F. Grayscale: #888888. Windows color (decimal): -2272064 or 12604637. OLE color: 12604637.
HSL color Cylindrical-coordinate representation of color #DD54C0: hue angle of 312.7º 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 #DD54C0 is Cyan = 0, Magento = 0.62, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 84 | 192 | - |
| CMYK | 0 | 0.62 | 0.13 | 0.13 |
| HSL | 312.7º | 0.67% | 0.6% | - |
| HSV(B) | 312.7º | 0.62% | 0.87% | - |
| XYZ | 42.5 | 25.52 | 52.55 | - |
| YUV | 137.28 | 158.89 | 187.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 84 | 192 | 0 | 0.62 | 0.13 | 0.13 | 312.7 | 0.67 | 0.6 |
| Hex | DD | 54 | C0 | 0 | 3E | D | D | 139 | 43 | 3C |
| Octal | 335 | 124 | 300 | 0 | 76 | 15 | 15 | 471 | 103 | 74 |
| Binary | 11011101 | 1010100 | 11000000 | 0 | 111110 | 1101 | 1101 | 100111001 | 1000011 | 111100 |
Color Harmonies of #DD54C0
Complementary color
Monochromatic Colors of #DD54C0
Black with #DD54C0
Text Example
Text Example
White with #DD54C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD54C0; }
p { color: rgb(221,84,192); }
H1.HeaderClassName
{
color: #DD54C0;
}
.AnyTagClassName
{
color: #DD54C0;
}
</style>
background-color css
<style>
a { background-color: #DD54C0; }
a { background-color: rgb(221,84,192); }
div.DivClassName
{
background-color: #DD54C0;
}
.BgClassName
{
background-color: #DD54C0;
}
</style>
border-color css
<style>
span { border-color: #DD54C0; }
span { border-color: rgb(221,84,192); }
td.TdClassName
{
border-color: #DD54C0;
}
.TagClassName
{
border-color: #DD54C0;
}
</style>