Html Css Color HEX #DD43C4 Free Speech Magenta
📋 copy color: '#DD43C4'red 221 ◦ green 67 ◦ blue 196
Shades of Free Speech Magenta #DD43C4
Tints of Free Speech Magenta #DD43C4
RGB
CMYK
RGB Variations
Color information
#DD43C4 (or 0xDD43C4) is known color: Free Speech Magenta. HEX triplet: DD, 43 and C4. RGB value is (221,67,196). Sum of RGB (Red+Green+Blue) = 221+67+196=484 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.66% from 484); Green value is 67 (26.56% from 255 or 13.84% from 484); Blue value is 196 (76.95% from 255 or 40.50% from 484); Max value from RGB is 221 - color contains mainly: red. Hex color #DD43C4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD43C4 is #22BC3B. Grayscale: #7F7F7F. Windows color (decimal): -2276412 or 12862429. OLE color: 12862429.
HSL color Cylindrical-coordinate representation of color #DD43C4: hue angle of 309.74º 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 #DD43C4 is Cyan = 0, Magento = 0.70, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 67 | 196 | - |
| CMYK | 0 | 0.70 | 0.11 | 0.13 |
| HSL | 309.74º | 0.69% | 0.56% | - |
| HSV(B) | 309.74º | 0.7% | 0.87% | - |
| XYZ | 41.79 | 23.37 | 54.53 | - |
| YUV | 127.75 | 166.52 | 194.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 67 | 196 | 0 | 0.70 | 0.11 | 0.13 | 309.74 | 0.69 | 0.56 |
| Hex | DD | 43 | C4 | 0 | 46 | B | D | 136 | 45 | 38 |
| Octal | 335 | 103 | 304 | 0 | 106 | 13 | 15 | 466 | 105 | 70 |
| Binary | 11011101 | 1000011 | 11000100 | 0 | 1000110 | 1011 | 1101 | 100110110 | 1000101 | 111000 |
Color Harmonies of #DD43C4
Complementary color
Monochromatic Colors of #DD43C4
Black with #DD43C4
Text Example
Text Example
White with #DD43C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD43C4; }
p { color: rgb(221,67,196); }
H1.HeaderClassName
{
color: #DD43C4;
}
.AnyTagClassName
{
color: #DD43C4;
}
</style>
background-color css
<style>
a { background-color: #DD43C4; }
a { background-color: rgb(221,67,196); }
div.DivClassName
{
background-color: #DD43C4;
}
.BgClassName
{
background-color: #DD43C4;
}
</style>
border-color css
<style>
span { border-color: #DD43C4; }
span { border-color: rgb(221,67,196); }
td.TdClassName
{
border-color: #DD43C4;
}
.TagClassName
{
border-color: #DD43C4;
}
</style>