Html Css Color HEX #DD44E5 Free Speech Magenta
📋 copy color: '#DD44E5'red 221 ◦ green 68 ◦ blue 229
Shades of Free Speech Magenta #DD44E5
Tints of Free Speech Magenta #DD44E5
RGB
CMYK
RGB Variations
Color information
#DD44E5 (or 0xDD44E5) is known color: Free Speech Magenta. HEX triplet: DD, 44 and E5. RGB value is (221,68,229). Sum of RGB (Red+Green+Blue) = 221+68+229=518 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.66% from 518); Green value is 68 (26.95% from 255 or 13.13% from 518); Blue value is 229 (89.84% from 255 or 44.21% from 518); Max value from RGB is 229 - color contains mainly: blue. Hex color #DD44E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD44E5 is #22BB1A. Grayscale: #838383. Windows color (decimal): -2276123 or 15025373. OLE color: 15025373.
HSL color Cylindrical-coordinate representation of color #DD44E5: hue angle of 297.02º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DD44E5 is Cyan = 0.03, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 221 | 68 | 229 | - |
| CMYK | 0.03 | 0.70 | 0 | 0.10 |
| HSL | 297.02º | 0.76% | 0.58% | - |
| HSV(B) | 297.02º | 0.7% | 0.9% | - |
| XYZ | 46.03 | 25.16 | 76.56 | - |
| YUV | 132.1 | 182.69 | 191.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 68 | 229 | 0.03 | 0.70 | 0 | 0.10 | 297.02 | 0.76 | 0.58 |
| Hex | DD | 44 | E5 | 3 | 46 | 0 | A | 129 | 4C | 3A |
| Octal | 335 | 104 | 345 | 3 | 106 | 0 | 12 | 451 | 114 | 72 |
| Binary | 11011101 | 1000100 | 11100101 | 11 | 1000110 | 0 | 1010 | 100101001 | 1001100 | 111010 |
Color Harmonies of #DD44E5
Complementary color
Monochromatic Colors of #DD44E5
Black with #DD44E5
Text Example
Text Example
White with #DD44E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD44E5; }
p { color: rgb(221,68,229); }
H1.HeaderClassName
{
color: #DD44E5;
}
.AnyTagClassName
{
color: #DD44E5;
}
</style>
background-color css
<style>
a { background-color: #DD44E5; }
a { background-color: rgb(221,68,229); }
div.DivClassName
{
background-color: #DD44E5;
}
.BgClassName
{
background-color: #DD44E5;
}
</style>
border-color css
<style>
span { border-color: #DD44E5; }
span { border-color: rgb(221,68,229); }
td.TdClassName
{
border-color: #DD44E5;
}
.TagClassName
{
border-color: #DD44E5;
}
</style>