Html Css Color HEX #DD43D4 Free Speech Magenta
📋 copy color: '#DD43D4'red 221 ◦ green 67 ◦ blue 212
Shades of Free Speech Magenta #DD43D4
Tints of Free Speech Magenta #DD43D4
RGB
CMYK
RGB Variations
Color information
#DD43D4 (or 0xDD43D4) is known color: Free Speech Magenta. HEX triplet: DD, 43 and D4. RGB value is (221,67,212). Sum of RGB (Red+Green+Blue) = 221+67+212=500 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.2% from 500); Green value is 67 (26.56% from 255 or 13.4% from 500); Blue value is 212 (83.20% from 255 or 42.4% from 500); Max value from RGB is 221 - color contains mainly: red. Hex color #DD43D4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD43D4 is #22BC2B. Grayscale: #818181. Windows color (decimal): -2276396 or 13911005. OLE color: 13911005.
HSL color Cylindrical-coordinate representation of color #DD43D4: hue angle of 303.51º 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 #DD43D4 is Cyan = 0, Magento = 0.70, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 67 | 212 | - |
| CMYK | 0 | 0.70 | 0.04 | 0.13 |
| HSL | 303.51º | 0.69% | 0.56% | - |
| HSV(B) | 303.51º | 0.7% | 0.87% | - |
| XYZ | 43.71 | 24.14 | 64.64 | - |
| YUV | 129.58 | 174.52 | 193.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 67 | 212 | 0 | 0.70 | 0.04 | 0.13 | 303.51 | 0.69 | 0.56 |
| Hex | DD | 43 | D4 | 0 | 46 | 4 | D | 130 | 45 | 38 |
| Octal | 335 | 103 | 324 | 0 | 106 | 4 | 15 | 460 | 105 | 70 |
| Binary | 11011101 | 1000011 | 11010100 | 0 | 1000110 | 100 | 1101 | 100110000 | 1000101 | 111000 |
Color Harmonies of #DD43D4
Complementary color
Monochromatic Colors of #DD43D4
Black with #DD43D4
Text Example
Text Example
White with #DD43D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD43D4; }
p { color: rgb(221,67,212); }
H1.HeaderClassName
{
color: #DD43D4;
}
.AnyTagClassName
{
color: #DD43D4;
}
</style>
background-color css
<style>
a { background-color: #DD43D4; }
a { background-color: rgb(221,67,212); }
div.DivClassName
{
background-color: #DD43D4;
}
.BgClassName
{
background-color: #DD43D4;
}
</style>
border-color css
<style>
span { border-color: #DD43D4; }
span { border-color: rgb(221,67,212); }
td.TdClassName
{
border-color: #DD43D4;
}
.TagClassName
{
border-color: #DD43D4;
}
</style>