Html Css Color HEX #DD4FE5 Free Speech Magenta
📋 copy color: '#DD4FE5'red 221 ◦ green 79 ◦ blue 229
Shades of Free Speech Magenta #DD4FE5
Tints of Free Speech Magenta #DD4FE5
RGB
CMYK
RGB Variations
Color information
#DD4FE5 (or 0xDD4FE5) is known color: Free Speech Magenta. HEX triplet: DD, 4F and E5. RGB value is (221,79,229). Sum of RGB (Red+Green+Blue) = 221+79+229=529 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.78% from 529); Green value is 79 (31.25% from 255 or 14.93% from 529); Blue value is 229 (89.84% from 255 or 43.29% from 529); Max value from RGB is 229 - color contains mainly: blue. Hex color #DD4FE5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD4FE5 is #22B01A. Grayscale: #8A8A8A. Windows color (decimal): -2273307 or 15028189. OLE color: 15028189.
HSL color Cylindrical-coordinate representation of color #DD4FE5: hue angle of 296.8º degrees, saturation: 0.74, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DD4FE5 is Cyan = 0.03, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 221 | 79 | 229 | - |
| CMYK | 0.03 | 0.66 | 0 | 0.10 |
| HSL | 296.8º | 0.74% | 0.6% | - |
| HSV(B) | 296.8º | 0.66% | 0.9% | - |
| XYZ | 46.76 | 26.62 | 76.8 | - |
| YUV | 138.56 | 179.04 | 186.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 79 | 229 | 0.03 | 0.66 | 0 | 0.10 | 296.8 | 0.74 | 0.6 |
| Hex | DD | 4F | E5 | 3 | 42 | 0 | A | 129 | 4A | 3C |
| Octal | 335 | 117 | 345 | 3 | 102 | 0 | 12 | 451 | 112 | 74 |
| Binary | 11011101 | 1001111 | 11100101 | 11 | 1000010 | 0 | 1010 | 100101001 | 1001010 | 111100 |
Color Harmonies of #DD4FE5
Complementary color
Monochromatic Colors of #DD4FE5
Black with #DD4FE5
Text Example
Text Example
White with #DD4FE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4FE5; }
p { color: rgb(221,79,229); }
H1.HeaderClassName
{
color: #DD4FE5;
}
.AnyTagClassName
{
color: #DD4FE5;
}
</style>
background-color css
<style>
a { background-color: #DD4FE5; }
a { background-color: rgb(221,79,229); }
div.DivClassName
{
background-color: #DD4FE5;
}
.BgClassName
{
background-color: #DD4FE5;
}
</style>
border-color css
<style>
span { border-color: #DD4FE5; }
span { border-color: rgb(221,79,229); }
td.TdClassName
{
border-color: #DD4FE5;
}
.TagClassName
{
border-color: #DD4FE5;
}
</style>