Html Css Color HEX #DD5CCD Free Speech Magenta
📋 copy color: '#DD5CCD'red 221 ◦ green 92 ◦ blue 205
Shades of Free Speech Magenta #DD5CCD
Tints of Free Speech Magenta #DD5CCD
RGB
CMYK
RGB Variations
Color information
#DD5CCD (or 0xDD5CCD) is known color: Free Speech Magenta. HEX triplet: DD, 5C and CD. RGB value is (221,92,205). Sum of RGB (Red+Green+Blue) = 221+92+205=518 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.66% from 518); Green value is 92 (36.33% from 255 or 17.76% from 518); Blue value is 205 (80.47% from 255 or 39.58% from 518); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5CCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD5CCD is #22A332. Grayscale: #8F8F8F. Windows color (decimal): -2270003 or 13458653. OLE color: 13458653.
HSL color Cylindrical-coordinate representation of color #DD5CCD: hue angle of 307.44º 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 #DD5CCD is Cyan = 0, Magento = 0.58, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 92 | 205 | - |
| CMYK | 0 | 0.58 | 0.07 | 0.13 |
| HSL | 307.44º | 0.65% | 0.61% | - |
| HSV(B) | 307.44º | 0.58% | 0.87% | - |
| XYZ | 44.67 | 27.43 | 60.7 | - |
| YUV | 143.45 | 162.74 | 183.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 92 | 205 | 0 | 0.58 | 0.07 | 0.13 | 307.44 | 0.65 | 0.61 |
| Hex | DD | 5C | CD | 0 | 3A | 7 | D | 133 | 41 | 3D |
| Octal | 335 | 134 | 315 | 0 | 72 | 7 | 15 | 463 | 101 | 75 |
| Binary | 11011101 | 1011100 | 11001101 | 0 | 111010 | 111 | 1101 | 100110011 | 1000001 | 111101 |
Color Harmonies of #DD5CCD
Complementary color
Monochromatic Colors of #DD5CCD
Black with #DD5CCD
Text Example
Text Example
White with #DD5CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5CCD; }
p { color: rgb(221,92,205); }
H1.HeaderClassName
{
color: #DD5CCD;
}
.AnyTagClassName
{
color: #DD5CCD;
}
</style>
background-color css
<style>
a { background-color: #DD5CCD; }
a { background-color: rgb(221,92,205); }
div.DivClassName
{
background-color: #DD5CCD;
}
.BgClassName
{
background-color: #DD5CCD;
}
</style>
border-color css
<style>
span { border-color: #DD5CCD; }
span { border-color: rgb(221,92,205); }
td.TdClassName
{
border-color: #DD5CCD;
}
.TagClassName
{
border-color: #DD5CCD;
}
</style>