Html Css Color HEX #DD56D1 Free Speech Magenta
📋 copy color: '#DD56D1'red 221 ◦ green 86 ◦ blue 209
Shades of Free Speech Magenta #DD56D1
Tints of Free Speech Magenta #DD56D1
RGB
CMYK
RGB Variations
Color information
#DD56D1 (or 0xDD56D1) is known color: Free Speech Magenta. HEX triplet: DD, 56 and D1. RGB value is (221,86,209). Sum of RGB (Red+Green+Blue) = 221+86+209=516 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.83% from 516); Green value is 86 (33.98% from 255 or 16.67% from 516); Blue value is 209 (82.03% from 255 or 40.50% from 516); Max value from RGB is 221 - color contains mainly: red. Hex color #DD56D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD56D1 is #22A92E. Grayscale: #8C8C8C. Windows color (decimal): -2271535 or 13719261. OLE color: 13719261.
HSL color Cylindrical-coordinate representation of color #DD56D1: hue angle of 305.33º 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 #DD56D1 is Cyan = 0, Magento = 0.61, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 86 | 209 | - |
| CMYK | 0 | 0.61 | 0.05 | 0.13 |
| HSL | 305.33º | 0.67% | 0.6% | - |
| HSV(B) | 305.33º | 0.61% | 0.87% | - |
| XYZ | 44.66 | 26.63 | 63.11 | - |
| YUV | 140.39 | 166.73 | 185.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 86 | 209 | 0 | 0.61 | 0.05 | 0.13 | 305.33 | 0.67 | 0.6 |
| Hex | DD | 56 | D1 | 0 | 3D | 5 | D | 131 | 43 | 3C |
| Octal | 335 | 126 | 321 | 0 | 75 | 5 | 15 | 461 | 103 | 74 |
| Binary | 11011101 | 1010110 | 11010001 | 0 | 111101 | 101 | 1101 | 100110001 | 1000011 | 111100 |
Color Harmonies of #DD56D1
Complementary color
Monochromatic Colors of #DD56D1
Black with #DD56D1
Text Example
Text Example
White with #DD56D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD56D1; }
p { color: rgb(221,86,209); }
H1.HeaderClassName
{
color: #DD56D1;
}
.AnyTagClassName
{
color: #DD56D1;
}
</style>
background-color css
<style>
a { background-color: #DD56D1; }
a { background-color: rgb(221,86,209); }
div.DivClassName
{
background-color: #DD56D1;
}
.BgClassName
{
background-color: #DD56D1;
}
</style>
border-color css
<style>
span { border-color: #DD56D1; }
span { border-color: rgb(221,86,209); }
td.TdClassName
{
border-color: #DD56D1;
}
.TagClassName
{
border-color: #DD56D1;
}
</style>