Html Css Color HEX #DD56DB Free Speech Magenta
📋 copy color: '#DD56DB'red 221 ◦ green 86 ◦ blue 219
Shades of Free Speech Magenta #DD56DB
Tints of Free Speech Magenta #DD56DB
RGB
CMYK
RGB Variations
Color information
#DD56DB (or 0xDD56DB) is known color: Free Speech Magenta. HEX triplet: DD, 56 and DB. RGB value is (221,86,219). Sum of RGB (Red+Green+Blue) = 221+86+219=526 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.02% from 526); Green value is 86 (33.98% from 255 or 16.35% from 526); Blue value is 219 (85.94% from 255 or 41.63% from 526); Max value from RGB is 221 - color contains mainly: red. Hex color #DD56DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD56DB is #22A924. Grayscale: #8D8D8D. Windows color (decimal): -2271525 or 14374621. OLE color: 14374621.
HSL color Cylindrical-coordinate representation of color #DD56DB: hue angle of 300.89º 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 #DD56DB is Cyan = 0, Magento = 0.61, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 86 | 219 | - |
| CMYK | 0 | 0.61 | 0.01 | 0.13 |
| HSL | 300.89º | 0.67% | 0.6% | - |
| HSV(B) | 300.89º | 0.61% | 0.87% | - |
| XYZ | 45.93 | 27.14 | 69.84 | - |
| YUV | 141.53 | 171.73 | 184.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 86 | 219 | 0 | 0.61 | 0.01 | 0.13 | 300.89 | 0.67 | 0.6 |
| Hex | DD | 56 | DB | 0 | 3D | 1 | D | 12D | 43 | 3C |
| Octal | 335 | 126 | 333 | 0 | 75 | 1 | 15 | 455 | 103 | 74 |
| Binary | 11011101 | 1010110 | 11011011 | 0 | 111101 | 1 | 1101 | 100101101 | 1000011 | 111100 |
Color Harmonies of #DD56DB
Complementary color
Monochromatic Colors of #DD56DB
Black with #DD56DB
Text Example
Text Example
White with #DD56DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD56DB; }
p { color: rgb(221,86,219); }
H1.HeaderClassName
{
color: #DD56DB;
}
.AnyTagClassName
{
color: #DD56DB;
}
</style>
background-color css
<style>
a { background-color: #DD56DB; }
a { background-color: rgb(221,86,219); }
div.DivClassName
{
background-color: #DD56DB;
}
.BgClassName
{
background-color: #DD56DB;
}
</style>
border-color css
<style>
span { border-color: #DD56DB; }
span { border-color: rgb(221,86,219); }
td.TdClassName
{
border-color: #DD56DB;
}
.TagClassName
{
border-color: #DD56DB;
}
</style>