Html Css Color HEX #DD56CE Free Speech Magenta
📋 copy color: '#DD56CE'red 221 ◦ green 86 ◦ blue 206
Shades of Free Speech Magenta #DD56CE
Tints of Free Speech Magenta #DD56CE
RGB
CMYK
RGB Variations
Color information
#DD56CE (or 0xDD56CE) is known color: Free Speech Magenta. HEX triplet: DD, 56 and CE. RGB value is (221,86,206). Sum of RGB (Red+Green+Blue) = 221+86+206=513 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.08% from 513); Green value is 86 (33.98% from 255 or 16.76% from 513); Blue value is 206 (80.86% from 255 or 40.16% from 513); Max value from RGB is 221 - color contains mainly: red. Hex color #DD56CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD56CE is #22A931. Grayscale: #8B8B8B. Windows color (decimal): -2271538 or 13522653. OLE color: 13522653.
HSL color Cylindrical-coordinate representation of color #DD56CE: hue angle of 306.67º 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 #DD56CE is Cyan = 0, Magento = 0.61, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 86 | 206 | - |
| CMYK | 0 | 0.61 | 0.07 | 0.13 |
| HSL | 306.67º | 0.67% | 0.6% | - |
| HSV(B) | 306.67º | 0.61% | 0.87% | - |
| XYZ | 44.29 | 26.48 | 61.17 | - |
| YUV | 140.05 | 165.23 | 185.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 86 | 206 | 0 | 0.61 | 0.07 | 0.13 | 306.67 | 0.67 | 0.6 |
| Hex | DD | 56 | CE | 0 | 3D | 7 | D | 133 | 43 | 3C |
| Octal | 335 | 126 | 316 | 0 | 75 | 7 | 15 | 463 | 103 | 74 |
| Binary | 11011101 | 1010110 | 11001110 | 0 | 111101 | 111 | 1101 | 100110011 | 1000011 | 111100 |
Color Harmonies of #DD56CE
Complementary color
Monochromatic Colors of #DD56CE
Black with #DD56CE
Text Example
Text Example
White with #DD56CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD56CE; }
p { color: rgb(221,86,206); }
H1.HeaderClassName
{
color: #DD56CE;
}
.AnyTagClassName
{
color: #DD56CE;
}
</style>
background-color css
<style>
a { background-color: #DD56CE; }
a { background-color: rgb(221,86,206); }
div.DivClassName
{
background-color: #DD56CE;
}
.BgClassName
{
background-color: #DD56CE;
}
</style>
border-color css
<style>
span { border-color: #DD56CE; }
span { border-color: rgb(221,86,206); }
td.TdClassName
{
border-color: #DD56CE;
}
.TagClassName
{
border-color: #DD56CE;
}
</style>