Html Css Color HEX #DD57DF Free Speech Magenta
📋 copy color: '#DD57DF'red 221 ◦ green 87 ◦ blue 223
Shades of Free Speech Magenta #DD57DF
Tints of Free Speech Magenta #DD57DF
RGB
CMYK
RGB Variations
Color information
#DD57DF (or 0xDD57DF) is known color: Free Speech Magenta. HEX triplet: DD, 57 and DF. RGB value is (221,87,223). Sum of RGB (Red+Green+Blue) = 221+87+223=531 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.62% from 531); Green value is 87 (34.38% from 255 or 16.38% from 531); Blue value is 223 (87.5% from 255 or 42.00% from 531); Max value from RGB is 223 - color contains mainly: blue. Hex color #DD57DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD57DF is #22A820. Grayscale: #8E8E8E. Windows color (decimal): -2271265 or 14637021. OLE color: 14637021.
HSL color Cylindrical-coordinate representation of color #DD57DF: hue angle of 299.12º 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 #DD57DF is Cyan = 0.01, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 87 | 223 | - |
| CMYK | 0.01 | 0.61 | 0 | 0.13 |
| HSL | 299.12º | 0.68% | 0.61% | - |
| HSV(B) | 299.12º | 0.61% | 0.87% | - |
| XYZ | 46.55 | 27.52 | 72.67 | - |
| YUV | 142.57 | 173.39 | 183.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 87 | 223 | 0.01 | 0.61 | 0 | 0.13 | 299.12 | 0.68 | 0.61 |
| Hex | DD | 57 | DF | 1 | 3D | 0 | D | 12B | 44 | 3D |
| Octal | 335 | 127 | 337 | 1 | 75 | 0 | 15 | 453 | 104 | 75 |
| Binary | 11011101 | 1010111 | 11011111 | 1 | 111101 | 0 | 1101 | 100101011 | 1000100 | 111101 |
Color Harmonies of #DD57DF
Complementary color
Monochromatic Colors of #DD57DF
Black with #DD57DF
Text Example
Text Example
White with #DD57DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD57DF; }
p { color: rgb(221,87,223); }
H1.HeaderClassName
{
color: #DD57DF;
}
.AnyTagClassName
{
color: #DD57DF;
}
</style>
background-color css
<style>
a { background-color: #DD57DF; }
a { background-color: rgb(221,87,223); }
div.DivClassName
{
background-color: #DD57DF;
}
.BgClassName
{
background-color: #DD57DF;
}
</style>
border-color css
<style>
span { border-color: #DD57DF; }
span { border-color: rgb(221,87,223); }
td.TdClassName
{
border-color: #DD57DF;
}
.TagClassName
{
border-color: #DD57DF;
}
</style>