Html Css Color HEX #DD43E5 Free Speech Magenta
📋 copy color: '#DD43E5'red 221 ◦ green 67 ◦ blue 229
Shades of Free Speech Magenta #DD43E5
Tints of Free Speech Magenta #DD43E5
RGB
CMYK
RGB Variations
Color information
#DD43E5 (or 0xDD43E5) is known color: Free Speech Magenta. HEX triplet: DD, 43 and E5. RGB value is (221,67,229). Sum of RGB (Red+Green+Blue) = 221+67+229=517 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.75% from 517); Green value is 67 (26.56% from 255 or 12.96% from 517); Blue value is 229 (89.84% from 255 or 44.29% from 517); Max value from RGB is 229 - color contains mainly: blue. Hex color #DD43E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD43E5 is #22BC1A. Grayscale: #838383. Windows color (decimal): -2276379 or 15025117. OLE color: 15025117.
HSL color Cylindrical-coordinate representation of color #DD43E5: hue angle of 297.04º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DD43E5 is Cyan = 0.03, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 221 | 67 | 229 | - |
| CMYK | 0.03 | 0.71 | 0 | 0.10 |
| HSL | 297.04º | 0.76% | 0.58% | - |
| HSV(B) | 297.04º | 0.71% | 0.9% | - |
| XYZ | 45.97 | 25.04 | 76.54 | - |
| YUV | 131.51 | 183.02 | 191.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 67 | 229 | 0.03 | 0.71 | 0 | 0.10 | 297.04 | 0.76 | 0.58 |
| Hex | DD | 43 | E5 | 3 | 47 | 0 | A | 129 | 4C | 3A |
| Octal | 335 | 103 | 345 | 3 | 107 | 0 | 12 | 451 | 114 | 72 |
| Binary | 11011101 | 1000011 | 11100101 | 11 | 1000111 | 0 | 1010 | 100101001 | 1001100 | 111010 |
Color Harmonies of #DD43E5
Complementary color
Monochromatic Colors of #DD43E5
Black with #DD43E5
Text Example
Text Example
White with #DD43E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD43E5; }
p { color: rgb(221,67,229); }
H1.HeaderClassName
{
color: #DD43E5;
}
.AnyTagClassName
{
color: #DD43E5;
}
</style>
background-color css
<style>
a { background-color: #DD43E5; }
a { background-color: rgb(221,67,229); }
div.DivClassName
{
background-color: #DD43E5;
}
.BgClassName
{
background-color: #DD43E5;
}
</style>
border-color css
<style>
span { border-color: #DD43E5; }
span { border-color: rgb(221,67,229); }
td.TdClassName
{
border-color: #DD43E5;
}
.TagClassName
{
border-color: #DD43E5;
}
</style>