Html Css Color HEX #DD44C2 Free Speech Magenta
📋 copy color: '#DD44C2'red 221 ◦ green 68 ◦ blue 194
Shades of Free Speech Magenta #DD44C2
Tints of Free Speech Magenta #DD44C2
RGB
CMYK
RGB Variations
Color information
#DD44C2 (or 0xDD44C2) is known color: Free Speech Magenta. HEX triplet: DD, 44 and C2. RGB value is (221,68,194). Sum of RGB (Red+Green+Blue) = 221+68+194=483 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.76% from 483); Green value is 68 (26.95% from 255 or 14.08% from 483); Blue value is 194 (76.17% from 255 or 40.17% from 483); Max value from RGB is 221 - color contains mainly: red. Hex color #DD44C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD44C2 is #22BB3D. Grayscale: #7F7F7F. Windows color (decimal): -2276158 or 12731613. OLE color: 12731613.
HSL color Cylindrical-coordinate representation of color #DD44C2: hue angle of 310.59º 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 #DD44C2 is Cyan = 0, Magento = 0.69, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 68 | 194 | - |
| CMYK | 0 | 0.69 | 0.12 | 0.13 |
| HSL | 310.59º | 0.69% | 0.57% | - |
| HSV(B) | 310.59º | 0.69% | 0.87% | - |
| XYZ | 41.62 | 23.4 | 53.36 | - |
| YUV | 128.11 | 165.19 | 194.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 68 | 194 | 0 | 0.69 | 0.12 | 0.13 | 310.59 | 0.69 | 0.57 |
| Hex | DD | 44 | C2 | 0 | 45 | C | D | 137 | 45 | 39 |
| Octal | 335 | 104 | 302 | 0 | 105 | 14 | 15 | 467 | 105 | 71 |
| Binary | 11011101 | 1000100 | 11000010 | 0 | 1000101 | 1100 | 1101 | 100110111 | 1000101 | 111001 |
Color Harmonies of #DD44C2
Complementary color
Monochromatic Colors of #DD44C2
Black with #DD44C2
Text Example
Text Example
White with #DD44C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD44C2; }
p { color: rgb(221,68,194); }
H1.HeaderClassName
{
color: #DD44C2;
}
.AnyTagClassName
{
color: #DD44C2;
}
</style>
background-color css
<style>
a { background-color: #DD44C2; }
a { background-color: rgb(221,68,194); }
div.DivClassName
{
background-color: #DD44C2;
}
.BgClassName
{
background-color: #DD44C2;
}
</style>
border-color css
<style>
span { border-color: #DD44C2; }
span { border-color: rgb(221,68,194); }
td.TdClassName
{
border-color: #DD44C2;
}
.TagClassName
{
border-color: #DD44C2;
}
</style>