Html Css Color HEX #DD34E5 Free Speech Magenta
📋 copy color: '#DD34E5'red 221 ◦ green 52 ◦ blue 229
Shades of Free Speech Magenta #DD34E5
Tints of Free Speech Magenta #DD34E5
RGB
CMYK
RGB Variations
Color information
#DD34E5 (or 0xDD34E5) is known color: Free Speech Magenta. HEX triplet: DD, 34 and E5. RGB value is (221,52,229). Sum of RGB (Red+Green+Blue) = 221+52+229=502 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.02% from 502); Green value is 52 (20.70% from 255 or 10.36% from 502); Blue value is 229 (89.84% from 255 or 45.62% from 502); Max value from RGB is 229 - color contains mainly: blue. Hex color #DD34E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD34E5 is #22CB1A. Grayscale: #7A7A7A. Windows color (decimal): -2280219 or 15021277. OLE color: 15021277.
HSL color Cylindrical-coordinate representation of color #DD34E5: hue angle of 297.29º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DD34E5 is Cyan = 0.03, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 221 | 52 | 229 | - |
| CMYK | 0.03 | 0.77 | 0 | 0.10 |
| HSL | 297.29º | 0.77% | 0.55% | - |
| HSV(B) | 297.29º | 0.77% | 0.9% | - |
| XYZ | 45.19 | 23.49 | 76.28 | - |
| YUV | 122.71 | 187.99 | 198.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 52 | 229 | 0.03 | 0.77 | 0 | 0.10 | 297.29 | 0.77 | 0.55 |
| Hex | DD | 34 | E5 | 3 | 4D | 0 | A | 129 | 4D | 37 |
| Octal | 335 | 64 | 345 | 3 | 115 | 0 | 12 | 451 | 115 | 67 |
| Binary | 11011101 | 110100 | 11100101 | 11 | 1001101 | 0 | 1010 | 100101001 | 1001101 | 110111 |
Color Harmonies of #DD34E5
Complementary color
Monochromatic Colors of #DD34E5
Black with #DD34E5
Text Example
Text Example
White with #DD34E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD34E5; }
p { color: rgb(221,52,229); }
H1.HeaderClassName
{
color: #DD34E5;
}
.AnyTagClassName
{
color: #DD34E5;
}
</style>
background-color css
<style>
a { background-color: #DD34E5; }
a { background-color: rgb(221,52,229); }
div.DivClassName
{
background-color: #DD34E5;
}
.BgClassName
{
background-color: #DD34E5;
}
</style>
border-color css
<style>
span { border-color: #DD34E5; }
span { border-color: rgb(221,52,229); }
td.TdClassName
{
border-color: #DD34E5;
}
.TagClassName
{
border-color: #DD34E5;
}
</style>