Html Css Color HEX #DD56DC Free Speech Magenta
📋 copy color: '#DD56DC'red 221 ◦ green 86 ◦ blue 220
Shades of Free Speech Magenta #DD56DC
Tints of Free Speech Magenta #DD56DC
RGB
CMYK
RGB Variations
Color information
#DD56DC (or 0xDD56DC) is known color: Free Speech Magenta. HEX triplet: DD, 56 and DC. RGB value is (221,86,220). Sum of RGB (Red+Green+Blue) = 221+86+220=527 (69% of max value = 765). Red value is 221 (86.72% from 255 or 41.94% from 527); Green value is 86 (33.98% from 255 or 16.32% from 527); Blue value is 220 (86.33% from 255 or 41.75% from 527); Max value from RGB is 221 - color contains mainly: red. Hex color #DD56DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD56DC is #22A923. Grayscale: #8D8D8D. Windows color (decimal): -2271524 or 14440157. OLE color: 14440157.
HSL color Cylindrical-coordinate representation of color #DD56DC: hue angle of 300.44º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DD56DC is Cyan = 0, Magento = 0.61, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 86 | 220 | - |
| CMYK | 0 | 0.61 | 0.00 | 0.13 |
| HSL | 300.44º | 0.67% | 0.6% | - |
| HSV(B) | 300.44º | 0.61% | 0.87% | - |
| XYZ | 46.06 | 27.2 | 70.53 | - |
| YUV | 141.64 | 172.23 | 184.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 86 | 220 | 0 | 0.61 | 0.00 | 0.13 | 300.44 | 0.67 | 0.6 |
| Hex | DD | 56 | DC | 0 | 3D | 0 | D | 12C | 43 | 3C |
| Octal | 335 | 126 | 334 | 0 | 75 | 0 | 15 | 454 | 103 | 74 |
| Binary | 11011101 | 1010110 | 11011100 | 0 | 111101 | 0 | 1101 | 100101100 | 1000011 | 111100 |
Color Harmonies of #DD56DC
Complementary color
Monochromatic Colors of #DD56DC
Black with #DD56DC
Text Example
Text Example
White with #DD56DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD56DC; }
p { color: rgb(221,86,220); }
H1.HeaderClassName
{
color: #DD56DC;
}
.AnyTagClassName
{
color: #DD56DC;
}
</style>
background-color css
<style>
a { background-color: #DD56DC; }
a { background-color: rgb(221,86,220); }
div.DivClassName
{
background-color: #DD56DC;
}
.BgClassName
{
background-color: #DD56DC;
}
</style>
border-color css
<style>
span { border-color: #DD56DC; }
span { border-color: rgb(221,86,220); }
td.TdClassName
{
border-color: #DD56DC;
}
.TagClassName
{
border-color: #DD56DC;
}
</style>