Html Css Color HEX #DF5CC0 Free Speech Magenta
📋 copy color: '#DF5CC0'red 223 ◦ green 92 ◦ blue 192
Shades of Free Speech Magenta #DF5CC0
Tints of Free Speech Magenta #DF5CC0
RGB
CMYK
RGB Variations
Color information
#DF5CC0 (or 0xDF5CC0) is known color: Free Speech Magenta. HEX triplet: DF, 5C and C0. RGB value is (223,92,192). Sum of RGB (Red+Green+Blue) = 223+92+192=507 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.98% from 507); Green value is 92 (36.33% from 255 or 18.15% from 507); Blue value is 192 (75.39% from 255 or 37.87% from 507); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5CC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF5CC0 is #20A33F. Grayscale: #8E8E8E. Windows color (decimal): -2138944 or 12606687. OLE color: 12606687.
HSL color Cylindrical-coordinate representation of color #DF5CC0: hue angle of 314.2º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DF5CC0 is Cyan = 0, Magento = 0.59, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 92 | 192 | - |
| CMYK | 0 | 0.59 | 0.14 | 0.13 |
| HSL | 314.2º | 0.67% | 0.62% | - |
| HSV(B) | 314.2º | 0.59% | 0.87% | - |
| XYZ | 43.77 | 27.15 | 52.8 | - |
| YUV | 142.57 | 155.9 | 185.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 92 | 192 | 0 | 0.59 | 0.14 | 0.13 | 314.2 | 0.67 | 0.62 |
| Hex | DF | 5C | C0 | 0 | 3B | E | D | 13A | 43 | 3E |
| Octal | 337 | 134 | 300 | 0 | 73 | 16 | 15 | 472 | 103 | 76 |
| Binary | 11011111 | 1011100 | 11000000 | 0 | 111011 | 1110 | 1101 | 100111010 | 1000011 | 111110 |
Color Harmonies of #DF5CC0
Complementary color
Monochromatic Colors of #DF5CC0
Black with #DF5CC0
Text Example
Text Example
White with #DF5CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5CC0; }
p { color: rgb(223,92,192); }
H1.HeaderClassName
{
color: #DF5CC0;
}
.AnyTagClassName
{
color: #DF5CC0;
}
</style>
background-color css
<style>
a { background-color: #DF5CC0; }
a { background-color: rgb(223,92,192); }
div.DivClassName
{
background-color: #DF5CC0;
}
.BgClassName
{
background-color: #DF5CC0;
}
</style>
border-color css
<style>
span { border-color: #DF5CC0; }
span { border-color: rgb(223,92,192); }
td.TdClassName
{
border-color: #DF5CC0;
}
.TagClassName
{
border-color: #DF5CC0;
}
</style>