Html Css Color HEX #DF57DB Free Speech Magenta
📋 copy color: '#DF57DB'red 223 ◦ green 87 ◦ blue 219
Shades of Free Speech Magenta #DF57DB
Tints of Free Speech Magenta #DF57DB
RGB
CMYK
RGB Variations
Color information
#DF57DB (or 0xDF57DB) is known color: Free Speech Magenta. HEX triplet: DF, 57 and DB. RGB value is (223,87,219). Sum of RGB (Red+Green+Blue) = 223+87+219=529 (70% of max value = 765). Red value is 223 (87.5% from 255 or 42.16% from 529); Green value is 87 (34.38% from 255 or 16.45% from 529); Blue value is 219 (85.94% from 255 or 41.40% from 529); Max value from RGB is 223 - color contains mainly: red. Hex color #DF57DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF57DB is #20A824. Grayscale: #8E8E8E. Windows color (decimal): -2140197 or 14374879. OLE color: 14374879.
HSL color Cylindrical-coordinate representation of color #DF57DB: hue angle of 301.76º 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 #DF57DB is Cyan = 0, Magento = 0.61, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 87 | 219 | - |
| CMYK | 0 | 0.61 | 0.02 | 0.13 |
| HSL | 301.76º | 0.68% | 0.61% | - |
| HSV(B) | 301.76º | 0.61% | 0.87% | - |
| XYZ | 46.63 | 27.62 | 69.89 | - |
| YUV | 142.71 | 171.06 | 185.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 87 | 219 | 0 | 0.61 | 0.02 | 0.13 | 301.76 | 0.68 | 0.61 |
| Hex | DF | 57 | DB | 0 | 3D | 2 | D | 12E | 44 | 3D |
| Octal | 337 | 127 | 333 | 0 | 75 | 2 | 15 | 456 | 104 | 75 |
| Binary | 11011111 | 1010111 | 11011011 | 0 | 111101 | 10 | 1101 | 100101110 | 1000100 | 111101 |
Color Harmonies of #DF57DB
Complementary color
Monochromatic Colors of #DF57DB
Black with #DF57DB
Text Example
Text Example
White with #DF57DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF57DB; }
p { color: rgb(223,87,219); }
H1.HeaderClassName
{
color: #DF57DB;
}
.AnyTagClassName
{
color: #DF57DB;
}
</style>
background-color css
<style>
a { background-color: #DF57DB; }
a { background-color: rgb(223,87,219); }
div.DivClassName
{
background-color: #DF57DB;
}
.BgClassName
{
background-color: #DF57DB;
}
</style>
border-color css
<style>
span { border-color: #DF57DB; }
span { border-color: rgb(223,87,219); }
td.TdClassName
{
border-color: #DF57DB;
}
.TagClassName
{
border-color: #DF57DB;
}
</style>