Html Css Color HEX #DD4CCC Free Speech Magenta
📋 copy color: '#DD4CCC'red 221 ◦ green 76 ◦ blue 204
Shades of Free Speech Magenta #DD4CCC
Tints of Free Speech Magenta #DD4CCC
RGB
CMYK
RGB Variations
Color information
#DD4CCC (or 0xDD4CCC) is known color: Free Speech Magenta. HEX triplet: DD, 4C and CC. RGB value is (221,76,204). Sum of RGB (Red+Green+Blue) = 221+76+204=501 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.11% from 501); Green value is 76 (30.08% from 255 or 15.17% from 501); Blue value is 204 (80.08% from 255 or 40.72% from 501); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4CCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD4CCC is #22B333. Grayscale: #858585. Windows color (decimal): -2274100 or 13389021. OLE color: 13389021.
HSL color Cylindrical-coordinate representation of color #DD4CCC: hue angle of 307.03º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DD4CCC is Cyan = 0, Magento = 0.66, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 76 | 204 | - |
| CMYK | 0 | 0.66 | 0.08 | 0.13 |
| HSL | 307.03º | 0.68% | 0.58% | - |
| HSV(B) | 307.03º | 0.66% | 0.87% | - |
| XYZ | 43.3 | 24.9 | 59.65 | - |
| YUV | 133.95 | 167.54 | 190.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 76 | 204 | 0 | 0.66 | 0.08 | 0.13 | 307.03 | 0.68 | 0.58 |
| Hex | DD | 4C | CC | 0 | 42 | 8 | D | 133 | 44 | 3A |
| Octal | 335 | 114 | 314 | 0 | 102 | 10 | 15 | 463 | 104 | 72 |
| Binary | 11011101 | 1001100 | 11001100 | 0 | 1000010 | 1000 | 1101 | 100110011 | 1000100 | 111010 |
Color Harmonies of #DD4CCC
Complementary color
Monochromatic Colors of #DD4CCC
Black with #DD4CCC
Text Example
Text Example
White with #DD4CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4CCC; }
p { color: rgb(221,76,204); }
H1.HeaderClassName
{
color: #DD4CCC;
}
.AnyTagClassName
{
color: #DD4CCC;
}
</style>
background-color css
<style>
a { background-color: #DD4CCC; }
a { background-color: rgb(221,76,204); }
div.DivClassName
{
background-color: #DD4CCC;
}
.BgClassName
{
background-color: #DD4CCC;
}
</style>
border-color css
<style>
span { border-color: #DD4CCC; }
span { border-color: rgb(221,76,204); }
td.TdClassName
{
border-color: #DD4CCC;
}
.TagClassName
{
border-color: #DD4CCC;
}
</style>