Html Css Color HEX #DF5FC0 Free Speech Magenta
📋 copy color: '#DF5FC0'red 223 ◦ green 95 ◦ blue 192
Shades of Free Speech Magenta #DF5FC0
Tints of Free Speech Magenta #DF5FC0
RGB
CMYK
RGB Variations
Color information
#DF5FC0 (or 0xDF5FC0) is known color: Free Speech Magenta. HEX triplet: DF, 5F and C0. RGB value is (223,95,192). Sum of RGB (Red+Green+Blue) = 223+95+192=510 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.73% from 510); Green value is 95 (37.5% from 255 or 18.63% from 510); Blue value is 192 (75.39% from 255 or 37.65% from 510); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5FC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF5FC0 is #20A03F. Grayscale: #909090. Windows color (decimal): -2138176 or 12607455. OLE color: 12607455.
HSL color Cylindrical-coordinate representation of color #DF5FC0: hue angle of 314.53º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DF5FC0 is Cyan = 0, Magento = 0.57, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 95 | 192 | - |
| CMYK | 0 | 0.57 | 0.14 | 0.13 |
| HSL | 314.53º | 0.67% | 0.62% | - |
| HSV(B) | 314.53º | 0.57% | 0.87% | - |
| XYZ | 44.04 | 27.68 | 52.89 | - |
| YUV | 144.33 | 154.91 | 184.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 95 | 192 | 0 | 0.57 | 0.14 | 0.13 | 314.53 | 0.67 | 0.62 |
| Hex | DF | 5F | C0 | 0 | 39 | E | D | 13B | 43 | 3E |
| Octal | 337 | 137 | 300 | 0 | 71 | 16 | 15 | 473 | 103 | 76 |
| Binary | 11011111 | 1011111 | 11000000 | 0 | 111001 | 1110 | 1101 | 100111011 | 1000011 | 111110 |
Color Harmonies of #DF5FC0
Complementary color
Monochromatic Colors of #DF5FC0
Black with #DF5FC0
Text Example
Text Example
White with #DF5FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5FC0; }
p { color: rgb(223,95,192); }
H1.HeaderClassName
{
color: #DF5FC0;
}
.AnyTagClassName
{
color: #DF5FC0;
}
</style>
background-color css
<style>
a { background-color: #DF5FC0; }
a { background-color: rgb(223,95,192); }
div.DivClassName
{
background-color: #DF5FC0;
}
.BgClassName
{
background-color: #DF5FC0;
}
</style>
border-color css
<style>
span { border-color: #DF5FC0; }
span { border-color: rgb(223,95,192); }
td.TdClassName
{
border-color: #DF5FC0;
}
.TagClassName
{
border-color: #DF5FC0;
}
</style>