Html Css Color HEX #DD54C1 Free Speech Magenta
📋 copy color: '#DD54C1'red 221 ◦ green 84 ◦ blue 193
Shades of Free Speech Magenta #DD54C1
Tints of Free Speech Magenta #DD54C1
RGB
CMYK
RGB Variations
Color information
#DD54C1 (or 0xDD54C1) is known color: Free Speech Magenta. HEX triplet: DD, 54 and C1. RGB value is (221,84,193). Sum of RGB (Red+Green+Blue) = 221+84+193=498 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.38% from 498); Green value is 84 (33.20% from 255 or 16.87% from 498); Blue value is 193 (75.78% from 255 or 38.76% from 498); Max value from RGB is 221 - color contains mainly: red. Hex color #DD54C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD54C1 is #22AB3E. Grayscale: #898989. Windows color (decimal): -2272063 or 12670173. OLE color: 12670173.
HSL color Cylindrical-coordinate representation of color #DD54C1: hue angle of 312.26º 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 #DD54C1 is Cyan = 0, Magento = 0.62, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 84 | 193 | - |
| CMYK | 0 | 0.62 | 0.13 | 0.13 |
| HSL | 312.26º | 0.67% | 0.6% | - |
| HSV(B) | 312.26º | 0.62% | 0.87% | - |
| XYZ | 42.61 | 25.56 | 53.14 | - |
| YUV | 137.39 | 159.39 | 187.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 84 | 193 | 0 | 0.62 | 0.13 | 0.13 | 312.26 | 0.67 | 0.6 |
| Hex | DD | 54 | C1 | 0 | 3E | D | D | 138 | 43 | 3C |
| Octal | 335 | 124 | 301 | 0 | 76 | 15 | 15 | 470 | 103 | 74 |
| Binary | 11011101 | 1010100 | 11000001 | 0 | 111110 | 1101 | 1101 | 100111000 | 1000011 | 111100 |
Color Harmonies of #DD54C1
Complementary color
Monochromatic Colors of #DD54C1
Black with #DD54C1
Text Example
Text Example
White with #DD54C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD54C1; }
p { color: rgb(221,84,193); }
H1.HeaderClassName
{
color: #DD54C1;
}
.AnyTagClassName
{
color: #DD54C1;
}
</style>
background-color css
<style>
a { background-color: #DD54C1; }
a { background-color: rgb(221,84,193); }
div.DivClassName
{
background-color: #DD54C1;
}
.BgClassName
{
background-color: #DD54C1;
}
</style>
border-color css
<style>
span { border-color: #DD54C1; }
span { border-color: rgb(221,84,193); }
td.TdClassName
{
border-color: #DD54C1;
}
.TagClassName
{
border-color: #DD54C1;
}
</style>