Html Css Color HEX #DD44D8 Free Speech Magenta
📋 copy color: '#DD44D8'red 221 ◦ green 68 ◦ blue 216
Shades of Free Speech Magenta #DD44D8
Tints of Free Speech Magenta #DD44D8
RGB
CMYK
RGB Variations
Color information
#DD44D8 (or 0xDD44D8) is known color: Free Speech Magenta. HEX triplet: DD, 44 and D8. RGB value is (221,68,216). Sum of RGB (Red+Green+Blue) = 221+68+216=505 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.76% from 505); Green value is 68 (26.95% from 255 or 13.47% from 505); Blue value is 216 (84.77% from 255 or 42.77% from 505); Max value from RGB is 221 - color contains mainly: red. Hex color #DD44D8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD44D8 is #22BB27. Grayscale: #828282. Windows color (decimal): -2276136 or 14173405. OLE color: 14173405.
HSL color Cylindrical-coordinate representation of color #DD44D8: hue angle of 301.96º 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 #DD44D8 is Cyan = 0, Magento = 0.69, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 68 | 216 | - |
| CMYK | 0 | 0.69 | 0.02 | 0.13 |
| HSL | 301.96º | 0.69% | 0.57% | - |
| HSV(B) | 301.96º | 0.69% | 0.87% | - |
| XYZ | 44.28 | 24.46 | 67.35 | - |
| YUV | 130.62 | 176.19 | 192.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 68 | 216 | 0 | 0.69 | 0.02 | 0.13 | 301.96 | 0.69 | 0.57 |
| Hex | DD | 44 | D8 | 0 | 45 | 2 | D | 12E | 45 | 39 |
| Octal | 335 | 104 | 330 | 0 | 105 | 2 | 15 | 456 | 105 | 71 |
| Binary | 11011101 | 1000100 | 11011000 | 0 | 1000101 | 10 | 1101 | 100101110 | 1000101 | 111001 |
Color Harmonies of #DD44D8
Complementary color
Monochromatic Colors of #DD44D8
Black with #DD44D8
Text Example
Text Example
White with #DD44D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD44D8; }
p { color: rgb(221,68,216); }
H1.HeaderClassName
{
color: #DD44D8;
}
.AnyTagClassName
{
color: #DD44D8;
}
</style>
background-color css
<style>
a { background-color: #DD44D8; }
a { background-color: rgb(221,68,216); }
div.DivClassName
{
background-color: #DD44D8;
}
.BgClassName
{
background-color: #DD44D8;
}
</style>
border-color css
<style>
span { border-color: #DD44D8; }
span { border-color: rgb(221,68,216); }
td.TdClassName
{
border-color: #DD44D8;
}
.TagClassName
{
border-color: #DD44D8;
}
</style>