Html Css Color HEX #DD43C7 Free Speech Magenta
📋 copy color: '#DD43C7'red 221 ◦ green 67 ◦ blue 199
Shades of Free Speech Magenta #DD43C7
Tints of Free Speech Magenta #DD43C7
RGB
CMYK
RGB Variations
Color information
#DD43C7 (or 0xDD43C7) is known color: Free Speech Magenta. HEX triplet: DD, 43 and C7. RGB value is (221,67,199). Sum of RGB (Red+Green+Blue) = 221+67+199=487 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.38% from 487); Green value is 67 (26.56% from 255 or 13.76% from 487); Blue value is 199 (78.12% from 255 or 40.86% from 487); Max value from RGB is 221 - color contains mainly: red. Hex color #DD43C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD43C7 is #22BC38. Grayscale: #7F7F7F. Windows color (decimal): -2276409 or 13059037. OLE color: 13059037.
HSL color Cylindrical-coordinate representation of color #DD43C7: hue angle of 308.57º 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 #DD43C7 is Cyan = 0, Magento = 0.70, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 67 | 199 | - |
| CMYK | 0 | 0.70 | 0.10 | 0.13 |
| HSL | 308.57º | 0.69% | 0.56% | - |
| HSV(B) | 308.57º | 0.7% | 0.87% | - |
| XYZ | 42.13 | 23.51 | 56.35 | - |
| YUV | 128.09 | 168.02 | 194.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 67 | 199 | 0 | 0.70 | 0.10 | 0.13 | 308.57 | 0.69 | 0.56 |
| Hex | DD | 43 | C7 | 0 | 46 | A | D | 135 | 45 | 38 |
| Octal | 335 | 103 | 307 | 0 | 106 | 12 | 15 | 465 | 105 | 70 |
| Binary | 11011101 | 1000011 | 11000111 | 0 | 1000110 | 1010 | 1101 | 100110101 | 1000101 | 111000 |
Color Harmonies of #DD43C7
Complementary color
Monochromatic Colors of #DD43C7
Black with #DD43C7
Text Example
Text Example
White with #DD43C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD43C7; }
p { color: rgb(221,67,199); }
H1.HeaderClassName
{
color: #DD43C7;
}
.AnyTagClassName
{
color: #DD43C7;
}
</style>
background-color css
<style>
a { background-color: #DD43C7; }
a { background-color: rgb(221,67,199); }
div.DivClassName
{
background-color: #DD43C7;
}
.BgClassName
{
background-color: #DD43C7;
}
</style>
border-color css
<style>
span { border-color: #DD43C7; }
span { border-color: rgb(221,67,199); }
td.TdClassName
{
border-color: #DD43C7;
}
.TagClassName
{
border-color: #DD43C7;
}
</style>