Html Css Color HEX #DF5ECC Free Speech Magenta
📋 copy color: '#DF5ECC'red 223 ◦ green 94 ◦ blue 204
Shades of Free Speech Magenta #DF5ECC
Tints of Free Speech Magenta #DF5ECC
RGB
CMYK
RGB Variations
Color information
#DF5ECC (or 0xDF5ECC) is known color: Free Speech Magenta. HEX triplet: DF, 5E and CC. RGB value is (223,94,204). Sum of RGB (Red+Green+Blue) = 223+94+204=521 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.80% from 521); Green value is 94 (37.11% from 255 or 18.04% from 521); Blue value is 204 (80.08% from 255 or 39.16% from 521); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5ECC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF5ECC is #20A133. Grayscale: #909090. Windows color (decimal): -2138420 or 13393631. OLE color: 13393631.
HSL color Cylindrical-coordinate representation of color #DF5ECC: hue angle of 308.84º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DF5ECC is Cyan = 0, Magento = 0.58, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 94 | 204 | - |
| CMYK | 0 | 0.58 | 0.09 | 0.13 |
| HSL | 308.84º | 0.67% | 0.62% | - |
| HSV(B) | 308.84º | 0.58% | 0.87% | - |
| XYZ | 45.33 | 28.05 | 60.15 | - |
| YUV | 145.11 | 161.24 | 183.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 94 | 204 | 0 | 0.58 | 0.09 | 0.13 | 308.84 | 0.67 | 0.62 |
| Hex | DF | 5E | CC | 0 | 3A | 9 | D | 135 | 43 | 3E |
| Octal | 337 | 136 | 314 | 0 | 72 | 11 | 15 | 465 | 103 | 76 |
| Binary | 11011111 | 1011110 | 11001100 | 0 | 111010 | 1001 | 1101 | 100110101 | 1000011 | 111110 |
Color Harmonies of #DF5ECC
Complementary color
Monochromatic Colors of #DF5ECC
Black with #DF5ECC
Text Example
Text Example
White with #DF5ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5ECC; }
p { color: rgb(223,94,204); }
H1.HeaderClassName
{
color: #DF5ECC;
}
.AnyTagClassName
{
color: #DF5ECC;
}
</style>
background-color css
<style>
a { background-color: #DF5ECC; }
a { background-color: rgb(223,94,204); }
div.DivClassName
{
background-color: #DF5ECC;
}
.BgClassName
{
background-color: #DF5ECC;
}
</style>
border-color css
<style>
span { border-color: #DF5ECC; }
span { border-color: rgb(223,94,204); }
td.TdClassName
{
border-color: #DF5ECC;
}
.TagClassName
{
border-color: #DF5ECC;
}
</style>