Html Css Color HEX #DF5ECD Free Speech Magenta
📋 copy color: '#DF5ECD'red 223 ◦ green 94 ◦ blue 205
Shades of Free Speech Magenta #DF5ECD
Tints of Free Speech Magenta #DF5ECD
RGB
CMYK
RGB Variations
Color information
#DF5ECD (or 0xDF5ECD) is known color: Free Speech Magenta. HEX triplet: DF, 5E and CD. RGB value is (223,94,205). Sum of RGB (Red+Green+Blue) = 223+94+205=522 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.72% from 522); Green value is 94 (37.11% from 255 or 18.01% from 522); Blue value is 205 (80.47% from 255 or 39.27% from 522); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5ECD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF5ECD is #20A132. Grayscale: #909090. Windows color (decimal): -2138419 or 13459167. OLE color: 13459167.
HSL color Cylindrical-coordinate representation of color #DF5ECD: hue angle of 308.37º 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 #DF5ECD is Cyan = 0, Magento = 0.58, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 94 | 205 | - |
| CMYK | 0 | 0.58 | 0.08 | 0.13 |
| HSL | 308.37º | 0.67% | 0.62% | - |
| HSV(B) | 308.37º | 0.58% | 0.87% | - |
| XYZ | 45.45 | 28.1 | 60.79 | - |
| YUV | 145.23 | 161.74 | 183.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 94 | 205 | 0 | 0.58 | 0.08 | 0.13 | 308.37 | 0.67 | 0.62 |
| Hex | DF | 5E | CD | 0 | 3A | 8 | D | 134 | 43 | 3E |
| Octal | 337 | 136 | 315 | 0 | 72 | 10 | 15 | 464 | 103 | 76 |
| Binary | 11011111 | 1011110 | 11001101 | 0 | 111010 | 1000 | 1101 | 100110100 | 1000011 | 111110 |
Color Harmonies of #DF5ECD
Complementary color
Monochromatic Colors of #DF5ECD
Black with #DF5ECD
Text Example
Text Example
White with #DF5ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5ECD; }
p { color: rgb(223,94,205); }
H1.HeaderClassName
{
color: #DF5ECD;
}
.AnyTagClassName
{
color: #DF5ECD;
}
</style>
background-color css
<style>
a { background-color: #DF5ECD; }
a { background-color: rgb(223,94,205); }
div.DivClassName
{
background-color: #DF5ECD;
}
.BgClassName
{
background-color: #DF5ECD;
}
</style>
border-color css
<style>
span { border-color: #DF5ECD; }
span { border-color: rgb(223,94,205); }
td.TdClassName
{
border-color: #DF5ECD;
}
.TagClassName
{
border-color: #DF5ECD;
}
</style>