Html Css Color HEX #DF56DD Free Speech Magenta
📋 copy color: '#DF56DD'red 223 ◦ green 86 ◦ blue 221
Shades of Free Speech Magenta #DF56DD
Tints of Free Speech Magenta #DF56DD
RGB
CMYK
RGB Variations
Color information
#DF56DD (or 0xDF56DD) is known color: Free Speech Magenta. HEX triplet: DF, 56 and DD. RGB value is (223,86,221). Sum of RGB (Red+Green+Blue) = 223+86+221=530 (70% of max value = 765). Red value is 223 (87.5% from 255 or 42.08% from 530); Green value is 86 (33.98% from 255 or 16.23% from 530); Blue value is 221 (86.72% from 255 or 41.70% from 530); Max value from RGB is 223 - color contains mainly: red. Hex color #DF56DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF56DD is #20A922. Grayscale: #8D8D8D. Windows color (decimal): -2140451 or 14505695. OLE color: 14505695.
HSL color Cylindrical-coordinate representation of color #DF56DD: hue angle of 300.88º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DF56DD is Cyan = 0, Magento = 0.61, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 86 | 221 | - |
| CMYK | 0 | 0.61 | 0.01 | 0.13 |
| HSL | 300.88º | 0.68% | 0.61% | - |
| HSV(B) | 300.88º | 0.61% | 0.87% | - |
| XYZ | 46.81 | 27.56 | 71.26 | - |
| YUV | 142.35 | 172.39 | 185.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 86 | 221 | 0 | 0.61 | 0.01 | 0.13 | 300.88 | 0.68 | 0.61 |
| Hex | DF | 56 | DD | 0 | 3D | 1 | D | 12D | 44 | 3D |
| Octal | 337 | 126 | 335 | 0 | 75 | 1 | 15 | 455 | 104 | 75 |
| Binary | 11011111 | 1010110 | 11011101 | 0 | 111101 | 1 | 1101 | 100101101 | 1000100 | 111101 |
Color Harmonies of #DF56DD
Complementary color
Monochromatic Colors of #DF56DD
Black with #DF56DD
Text Example
Text Example
White with #DF56DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF56DD; }
p { color: rgb(223,86,221); }
H1.HeaderClassName
{
color: #DF56DD;
}
.AnyTagClassName
{
color: #DF56DD;
}
</style>
background-color css
<style>
a { background-color: #DF56DD; }
a { background-color: rgb(223,86,221); }
div.DivClassName
{
background-color: #DF56DD;
}
.BgClassName
{
background-color: #DF56DD;
}
</style>
border-color css
<style>
span { border-color: #DF56DD; }
span { border-color: rgb(223,86,221); }
td.TdClassName
{
border-color: #DF56DD;
}
.TagClassName
{
border-color: #DF56DD;
}
</style>