Html Css Color HEX #DD43C5 Free Speech Magenta
📋 copy color: '#DD43C5'red 221 ◦ green 67 ◦ blue 197
Shades of Free Speech Magenta #DD43C5
Tints of Free Speech Magenta #DD43C5
RGB
CMYK
RGB Variations
Color information
#DD43C5 (or 0xDD43C5) is known color: Free Speech Magenta. HEX triplet: DD, 43 and C5. RGB value is (221,67,197). Sum of RGB (Red+Green+Blue) = 221+67+197=485 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.57% from 485); Green value is 67 (26.56% from 255 or 13.81% from 485); Blue value is 197 (77.34% from 255 or 40.62% from 485); Max value from RGB is 221 - color contains mainly: red. Hex color #DD43C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD43C5 is #22BC3A. Grayscale: #7F7F7F. Windows color (decimal): -2276411 or 12927965. OLE color: 12927965.
HSL color Cylindrical-coordinate representation of color #DD43C5: hue angle of 309.35º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DD43C5 is Cyan = 0, Magento = 0.70, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 67 | 197 | - |
| CMYK | 0 | 0.70 | 0.11 | 0.13 |
| HSL | 309.35º | 0.69% | 0.56% | - |
| HSV(B) | 309.35º | 0.7% | 0.87% | - |
| XYZ | 41.9 | 23.42 | 55.13 | - |
| YUV | 127.87 | 167.02 | 194.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 67 | 197 | 0 | 0.70 | 0.11 | 0.13 | 309.35 | 0.69 | 0.56 |
| Hex | DD | 43 | C5 | 0 | 46 | B | D | 135 | 45 | 38 |
| Octal | 335 | 103 | 305 | 0 | 106 | 13 | 15 | 465 | 105 | 70 |
| Binary | 11011101 | 1000011 | 11000101 | 0 | 1000110 | 1011 | 1101 | 100110101 | 1000101 | 111000 |
Color Harmonies of #DD43C5
Complementary color
Monochromatic Colors of #DD43C5
Black with #DD43C5
Text Example
Text Example
White with #DD43C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD43C5; }
p { color: rgb(221,67,197); }
H1.HeaderClassName
{
color: #DD43C5;
}
.AnyTagClassName
{
color: #DD43C5;
}
</style>
background-color css
<style>
a { background-color: #DD43C5; }
a { background-color: rgb(221,67,197); }
div.DivClassName
{
background-color: #DD43C5;
}
.BgClassName
{
background-color: #DD43C5;
}
</style>
border-color css
<style>
span { border-color: #DD43C5; }
span { border-color: rgb(221,67,197); }
td.TdClassName
{
border-color: #DD43C5;
}
.TagClassName
{
border-color: #DD43C5;
}
</style>