Html Css Color HEX #DD57CE Free Speech Magenta
📋 copy color: '#DD57CE'red 221 ◦ green 87 ◦ blue 206
Shades of Free Speech Magenta #DD57CE
Tints of Free Speech Magenta #DD57CE
RGB
CMYK
RGB Variations
Color information
#DD57CE (or 0xDD57CE) is known color: Free Speech Magenta. HEX triplet: DD, 57 and CE. RGB value is (221,87,206). Sum of RGB (Red+Green+Blue) = 221+87+206=514 (68% of max value = 765). Red value is 221 (86.72% from 255 or 43.00% from 514); Green value is 87 (34.38% from 255 or 16.93% from 514); Blue value is 206 (80.86% from 255 or 40.08% from 514); Max value from RGB is 221 - color contains mainly: red. Hex color #DD57CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD57CE is #22A831. Grayscale: #8C8C8C. Windows color (decimal): -2271282 or 13522909. OLE color: 13522909.
HSL color Cylindrical-coordinate representation of color #DD57CE: hue angle of 306.72º degrees, saturation: 0.66, 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 #DD57CE is Cyan = 0, Magento = 0.61, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 87 | 206 | - |
| CMYK | 0 | 0.61 | 0.07 | 0.13 |
| HSL | 306.72º | 0.66% | 0.6% | - |
| HSV(B) | 306.72º | 0.61% | 0.87% | - |
| XYZ | 44.37 | 26.64 | 61.2 | - |
| YUV | 140.63 | 164.89 | 185.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 87 | 206 | 0 | 0.61 | 0.07 | 0.13 | 306.72 | 0.66 | 0.6 |
| Hex | DD | 57 | CE | 0 | 3D | 7 | D | 133 | 42 | 3C |
| Octal | 335 | 127 | 316 | 0 | 75 | 7 | 15 | 463 | 102 | 74 |
| Binary | 11011101 | 1010111 | 11001110 | 0 | 111101 | 111 | 1101 | 100110011 | 1000010 | 111100 |
Color Harmonies of #DD57CE
Complementary color
Monochromatic Colors of #DD57CE
Black with #DD57CE
Text Example
Text Example
White with #DD57CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD57CE; }
p { color: rgb(221,87,206); }
H1.HeaderClassName
{
color: #DD57CE;
}
.AnyTagClassName
{
color: #DD57CE;
}
</style>
background-color css
<style>
a { background-color: #DD57CE; }
a { background-color: rgb(221,87,206); }
div.DivClassName
{
background-color: #DD57CE;
}
.BgClassName
{
background-color: #DD57CE;
}
</style>
border-color css
<style>
span { border-color: #DD57CE; }
span { border-color: rgb(221,87,206); }
td.TdClassName
{
border-color: #DD57CE;
}
.TagClassName
{
border-color: #DD57CE;
}
</style>