Html Css Color HEX #DD44D0 Free Speech Magenta
📋 copy color: '#DD44D0'red 221 ◦ green 68 ◦ blue 208
Shades of Free Speech Magenta #DD44D0
Tints of Free Speech Magenta #DD44D0
RGB
CMYK
RGB Variations
Color information
#DD44D0 (or 0xDD44D0) is known color: Free Speech Magenta. HEX triplet: DD, 44 and D0. RGB value is (221,68,208). Sum of RGB (Red+Green+Blue) = 221+68+208=497 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.47% from 497); Green value is 68 (26.95% from 255 or 13.68% from 497); Blue value is 208 (81.64% from 255 or 41.85% from 497); Max value from RGB is 221 - color contains mainly: red. Hex color #DD44D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD44D0 is #22BB2F. Grayscale: #818181. Windows color (decimal): -2276144 or 13649117. OLE color: 13649117.
HSL color Cylindrical-coordinate representation of color #DD44D0: hue angle of 305.1º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DD44D0 is Cyan = 0, Magento = 0.69, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 68 | 208 | - |
| CMYK | 0 | 0.69 | 0.06 | 0.13 |
| HSL | 305.1º | 0.69% | 0.57% | - |
| HSV(B) | 305.1º | 0.69% | 0.87% | - |
| XYZ | 43.27 | 24.06 | 62.04 | - |
| YUV | 129.71 | 172.19 | 193.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 68 | 208 | 0 | 0.69 | 0.06 | 0.13 | 305.1 | 0.69 | 0.57 |
| Hex | DD | 44 | D0 | 0 | 45 | 6 | D | 131 | 45 | 39 |
| Octal | 335 | 104 | 320 | 0 | 105 | 6 | 15 | 461 | 105 | 71 |
| Binary | 11011101 | 1000100 | 11010000 | 0 | 1000101 | 110 | 1101 | 100110001 | 1000101 | 111001 |
Color Harmonies of #DD44D0
Complementary color
Monochromatic Colors of #DD44D0
Black with #DD44D0
Text Example
Text Example
White with #DD44D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD44D0; }
p { color: rgb(221,68,208); }
H1.HeaderClassName
{
color: #DD44D0;
}
.AnyTagClassName
{
color: #DD44D0;
}
</style>
background-color css
<style>
a { background-color: #DD44D0; }
a { background-color: rgb(221,68,208); }
div.DivClassName
{
background-color: #DD44D0;
}
.BgClassName
{
background-color: #DD44D0;
}
</style>
border-color css
<style>
span { border-color: #DD44D0; }
span { border-color: rgb(221,68,208); }
td.TdClassName
{
border-color: #DD44D0;
}
.TagClassName
{
border-color: #DD44D0;
}
</style>