Html Css Color HEX #DF57CE Free Speech Magenta
📋 copy color: '#DF57CE'red 223 ◦ green 87 ◦ blue 206
Shades of Free Speech Magenta #DF57CE
Tints of Free Speech Magenta #DF57CE
RGB
CMYK
RGB Variations
Color information
#DF57CE (or 0xDF57CE) is known color: Free Speech Magenta. HEX triplet: DF, 57 and CE. RGB value is (223,87,206). Sum of RGB (Red+Green+Blue) = 223+87+206=516 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.22% from 516); Green value is 87 (34.38% from 255 or 16.86% from 516); Blue value is 206 (80.86% from 255 or 39.92% from 516); Max value from RGB is 223 - color contains mainly: red. Hex color #DF57CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF57CE is #20A831. Grayscale: #8C8C8C. Windows color (decimal): -2140210 or 13522911. OLE color: 13522911.
HSL color Cylindrical-coordinate representation of color #DF57CE: hue angle of 307.5º 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 #DF57CE is Cyan = 0, Magento = 0.61, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 87 | 206 | - |
| CMYK | 0 | 0.61 | 0.08 | 0.13 |
| HSL | 307.5º | 0.68% | 0.61% | - |
| HSV(B) | 307.5º | 0.61% | 0.87% | - |
| XYZ | 44.98 | 26.96 | 61.23 | - |
| YUV | 141.23 | 164.56 | 186.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 87 | 206 | 0 | 0.61 | 0.08 | 0.13 | 307.5 | 0.68 | 0.61 |
| Hex | DF | 57 | CE | 0 | 3D | 8 | D | 134 | 44 | 3D |
| Octal | 337 | 127 | 316 | 0 | 75 | 10 | 15 | 464 | 104 | 75 |
| Binary | 11011111 | 1010111 | 11001110 | 0 | 111101 | 1000 | 1101 | 100110100 | 1000100 | 111101 |
Color Harmonies of #DF57CE
Complementary color
Monochromatic Colors of #DF57CE
Black with #DF57CE
Text Example
Text Example
White with #DF57CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF57CE; }
p { color: rgb(223,87,206); }
H1.HeaderClassName
{
color: #DF57CE;
}
.AnyTagClassName
{
color: #DF57CE;
}
</style>
background-color css
<style>
a { background-color: #DF57CE; }
a { background-color: rgb(223,87,206); }
div.DivClassName
{
background-color: #DF57CE;
}
.BgClassName
{
background-color: #DF57CE;
}
</style>
border-color css
<style>
span { border-color: #DF57CE; }
span { border-color: rgb(223,87,206); }
td.TdClassName
{
border-color: #DF57CE;
}
.TagClassName
{
border-color: #DF57CE;
}
</style>