Html Css Color HEX #DD5CCC Free Speech Magenta
📋 copy color: '#DD5CCC'red 221 ◦ green 92 ◦ blue 204
Shades of Free Speech Magenta #DD5CCC
Tints of Free Speech Magenta #DD5CCC
RGB
CMYK
RGB Variations
Color information
#DD5CCC (or 0xDD5CCC) is known color: Free Speech Magenta. HEX triplet: DD, 5C and CC. RGB value is (221,92,204). Sum of RGB (Red+Green+Blue) = 221+92+204=517 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.75% from 517); Green value is 92 (36.33% from 255 or 17.79% from 517); Blue value is 204 (80.08% from 255 or 39.46% from 517); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5CCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD5CCC is #22A333. Grayscale: #8F8F8F. Windows color (decimal): -2270004 or 13393117. OLE color: 13393117.
HSL color Cylindrical-coordinate representation of color #DD5CCC: hue angle of 307.91º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DD5CCC is Cyan = 0, Magento = 0.58, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 92 | 204 | - |
| CMYK | 0 | 0.58 | 0.08 | 0.13 |
| HSL | 307.91º | 0.65% | 0.61% | - |
| HSV(B) | 307.91º | 0.58% | 0.87% | - |
| XYZ | 44.55 | 27.39 | 60.07 | - |
| YUV | 143.34 | 162.24 | 183.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 92 | 204 | 0 | 0.58 | 0.08 | 0.13 | 307.91 | 0.65 | 0.61 |
| Hex | DD | 5C | CC | 0 | 3A | 8 | D | 134 | 41 | 3D |
| Octal | 335 | 134 | 314 | 0 | 72 | 10 | 15 | 464 | 101 | 75 |
| Binary | 11011101 | 1011100 | 11001100 | 0 | 111010 | 1000 | 1101 | 100110100 | 1000001 | 111101 |
Color Harmonies of #DD5CCC
Complementary color
Monochromatic Colors of #DD5CCC
Black with #DD5CCC
Text Example
Text Example
White with #DD5CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5CCC; }
p { color: rgb(221,92,204); }
H1.HeaderClassName
{
color: #DD5CCC;
}
.AnyTagClassName
{
color: #DD5CCC;
}
</style>
background-color css
<style>
a { background-color: #DD5CCC; }
a { background-color: rgb(221,92,204); }
div.DivClassName
{
background-color: #DD5CCC;
}
.BgClassName
{
background-color: #DD5CCC;
}
</style>
border-color css
<style>
span { border-color: #DD5CCC; }
span { border-color: rgb(221,92,204); }
td.TdClassName
{
border-color: #DD5CCC;
}
.TagClassName
{
border-color: #DD5CCC;
}
</style>