Html Css Color HEX #DD51C3 Free Speech Magenta
📋 copy color: '#DD51C3'red 221 ◦ green 81 ◦ blue 195
Shades of Free Speech Magenta #DD51C3
Tints of Free Speech Magenta #DD51C3
RGB
CMYK
RGB Variations
Color information
#DD51C3 (or 0xDD51C3) is known color: Free Speech Magenta. HEX triplet: DD, 51 and C3. RGB value is (221,81,195). Sum of RGB (Red+Green+Blue) = 221+81+195=497 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.47% from 497); Green value is 81 (32.03% from 255 or 16.30% from 497); Blue value is 195 (76.56% from 255 or 39.24% from 497); Max value from RGB is 221 - color contains mainly: red. Hex color #DD51C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD51C3 is #22AE3C. Grayscale: #878787. Windows color (decimal): -2272829 or 12800477. OLE color: 12800477.
HSL color Cylindrical-coordinate representation of color #DD51C3: hue angle of 311.14º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DD51C3 is Cyan = 0, Magento = 0.63, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 81 | 195 | - |
| CMYK | 0 | 0.63 | 0.12 | 0.13 |
| HSL | 311.14º | 0.67% | 0.59% | - |
| HSV(B) | 311.14º | 0.63% | 0.87% | - |
| XYZ | 42.61 | 25.2 | 54.25 | - |
| YUV | 135.86 | 161.38 | 188.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 81 | 195 | 0 | 0.63 | 0.12 | 0.13 | 311.14 | 0.67 | 0.59 |
| Hex | DD | 51 | C3 | 0 | 3F | C | D | 137 | 43 | 3B |
| Octal | 335 | 121 | 303 | 0 | 77 | 14 | 15 | 467 | 103 | 73 |
| Binary | 11011101 | 1010001 | 11000011 | 0 | 111111 | 1100 | 1101 | 100110111 | 1000011 | 111011 |
Color Harmonies of #DD51C3
Complementary color
Monochromatic Colors of #DD51C3
Black with #DD51C3
Text Example
Text Example
White with #DD51C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD51C3; }
p { color: rgb(221,81,195); }
H1.HeaderClassName
{
color: #DD51C3;
}
.AnyTagClassName
{
color: #DD51C3;
}
</style>
background-color css
<style>
a { background-color: #DD51C3; }
a { background-color: rgb(221,81,195); }
div.DivClassName
{
background-color: #DD51C3;
}
.BgClassName
{
background-color: #DD51C3;
}
</style>
border-color css
<style>
span { border-color: #DD51C3; }
span { border-color: rgb(221,81,195); }
td.TdClassName
{
border-color: #DD51C3;
}
.TagClassName
{
border-color: #DD51C3;
}
</style>