Html Css Color HEX #DD45E5 Free Speech Magenta
📋 copy color: '#DD45E5'red 221 ◦ green 69 ◦ blue 229
Shades of Free Speech Magenta #DD45E5
Tints of Free Speech Magenta #DD45E5
RGB
CMYK
RGB Variations
Color information
#DD45E5 (or 0xDD45E5) is known color: Free Speech Magenta. HEX triplet: DD, 45 and E5. RGB value is (221,69,229). Sum of RGB (Red+Green+Blue) = 221+69+229=519 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.58% from 519); Green value is 69 (27.34% from 255 or 13.29% from 519); Blue value is 229 (89.84% from 255 or 44.12% from 519); Max value from RGB is 229 - color contains mainly: blue. Hex color #DD45E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD45E5 is #22BA1A. Grayscale: #848484. Windows color (decimal): -2275867 or 15025629. OLE color: 15025629.
HSL color Cylindrical-coordinate representation of color #DD45E5: hue angle of 297º degrees, saturation: 0.75, 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 #DD45E5 is Cyan = 0.03, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 221 | 69 | 229 | - |
| CMYK | 0.03 | 0.70 | 0 | 0.10 |
| HSL | 297º | 0.75% | 0.58% | - |
| HSV(B) | 297º | 0.7% | 0.9% | - |
| XYZ | 46.09 | 25.29 | 76.58 | - |
| YUV | 132.69 | 182.36 | 190.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 69 | 229 | 0.03 | 0.70 | 0 | 0.10 | 297 | 0.75 | 0.58 |
| Hex | DD | 45 | E5 | 3 | 46 | 0 | A | 129 | 4B | 3A |
| Octal | 335 | 105 | 345 | 3 | 106 | 0 | 12 | 451 | 113 | 72 |
| Binary | 11011101 | 1000101 | 11100101 | 11 | 1000110 | 0 | 1010 | 100101001 | 1001011 | 111010 |
Color Harmonies of #DD45E5
Complementary color
Monochromatic Colors of #DD45E5
Black with #DD45E5
Text Example
Text Example
White with #DD45E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD45E5; }
p { color: rgb(221,69,229); }
H1.HeaderClassName
{
color: #DD45E5;
}
.AnyTagClassName
{
color: #DD45E5;
}
</style>
background-color css
<style>
a { background-color: #DD45E5; }
a { background-color: rgb(221,69,229); }
div.DivClassName
{
background-color: #DD45E5;
}
.BgClassName
{
background-color: #DD45E5;
}
</style>
border-color css
<style>
span { border-color: #DD45E5; }
span { border-color: rgb(221,69,229); }
td.TdClassName
{
border-color: #DD45E5;
}
.TagClassName
{
border-color: #DD45E5;
}
</style>