Html Css Color HEX #DD44C6 Free Speech Magenta
📋 copy color: '#DD44C6'red 221 ◦ green 68 ◦ blue 198
Shades of Free Speech Magenta #DD44C6
Tints of Free Speech Magenta #DD44C6
RGB
CMYK
RGB Variations
Color information
#DD44C6 (or 0xDD44C6) is known color: Free Speech Magenta. HEX triplet: DD, 44 and C6. RGB value is (221,68,198). Sum of RGB (Red+Green+Blue) = 221+68+198=487 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.38% from 487); Green value is 68 (26.95% from 255 or 13.96% from 487); Blue value is 198 (77.73% from 255 or 40.66% from 487); Max value from RGB is 221 - color contains mainly: red. Hex color #DD44C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD44C6 is #22BB39. Grayscale: #808080. Windows color (decimal): -2276154 or 12993757. OLE color: 12993757.
HSL color Cylindrical-coordinate representation of color #DD44C6: hue angle of 309.02º 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 #DD44C6 is Cyan = 0, Magento = 0.69, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 68 | 198 | - |
| CMYK | 0 | 0.69 | 0.10 | 0.13 |
| HSL | 309.02º | 0.69% | 0.57% | - |
| HSV(B) | 309.02º | 0.69% | 0.87% | - |
| XYZ | 42.08 | 23.58 | 55.76 | - |
| YUV | 128.57 | 167.19 | 193.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 68 | 198 | 0 | 0.69 | 0.10 | 0.13 | 309.02 | 0.69 | 0.57 |
| Hex | DD | 44 | C6 | 0 | 45 | A | D | 135 | 45 | 39 |
| Octal | 335 | 104 | 306 | 0 | 105 | 12 | 15 | 465 | 105 | 71 |
| Binary | 11011101 | 1000100 | 11000110 | 0 | 1000101 | 1010 | 1101 | 100110101 | 1000101 | 111001 |
Color Harmonies of #DD44C6
Complementary color
Monochromatic Colors of #DD44C6
Black with #DD44C6
Text Example
Text Example
White with #DD44C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD44C6; }
p { color: rgb(221,68,198); }
H1.HeaderClassName
{
color: #DD44C6;
}
.AnyTagClassName
{
color: #DD44C6;
}
</style>
background-color css
<style>
a { background-color: #DD44C6; }
a { background-color: rgb(221,68,198); }
div.DivClassName
{
background-color: #DD44C6;
}
.BgClassName
{
background-color: #DD44C6;
}
</style>
border-color css
<style>
span { border-color: #DD44C6; }
span { border-color: rgb(221,68,198); }
td.TdClassName
{
border-color: #DD44C6;
}
.TagClassName
{
border-color: #DD44C6;
}
</style>