Html Css Color HEX #DF5ED6 Free Speech Magenta
📋 copy color: '#DF5ED6'red 223 ◦ green 94 ◦ blue 214
Shades of Free Speech Magenta #DF5ED6
Tints of Free Speech Magenta #DF5ED6
RGB
CMYK
RGB Variations
Color information
#DF5ED6 (or 0xDF5ED6) is known color: Free Speech Magenta. HEX triplet: DF, 5E and D6. RGB value is (223,94,214). Sum of RGB (Red+Green+Blue) = 223+94+214=531 (70% of max value = 765). Red value is 223 (87.5% from 255 or 42.00% from 531); Green value is 94 (37.11% from 255 or 17.70% from 531); Blue value is 214 (83.98% from 255 or 40.30% from 531); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5ED6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF5ED6 is #20A129. Grayscale: #919191. Windows color (decimal): -2138410 or 14048991. OLE color: 14048991.
HSL color Cylindrical-coordinate representation of color #DF5ED6: hue angle of 304.19º 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 #DF5ED6 is Cyan = 0, Magento = 0.58, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 94 | 214 | - |
| CMYK | 0 | 0.58 | 0.04 | 0.13 |
| HSL | 304.19º | 0.67% | 0.62% | - |
| HSV(B) | 304.19º | 0.58% | 0.87% | - |
| XYZ | 46.57 | 28.55 | 66.67 | - |
| YUV | 146.25 | 166.24 | 182.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 94 | 214 | 0 | 0.58 | 0.04 | 0.13 | 304.19 | 0.67 | 0.62 |
| Hex | DF | 5E | D6 | 0 | 3A | 4 | D | 130 | 43 | 3E |
| Octal | 337 | 136 | 326 | 0 | 72 | 4 | 15 | 460 | 103 | 76 |
| Binary | 11011111 | 1011110 | 11010110 | 0 | 111010 | 100 | 1101 | 100110000 | 1000011 | 111110 |
Color Harmonies of #DF5ED6
Complementary color
Monochromatic Colors of #DF5ED6
Black with #DF5ED6
Text Example
Text Example
White with #DF5ED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5ED6; }
p { color: rgb(223,94,214); }
H1.HeaderClassName
{
color: #DF5ED6;
}
.AnyTagClassName
{
color: #DF5ED6;
}
</style>
background-color css
<style>
a { background-color: #DF5ED6; }
a { background-color: rgb(223,94,214); }
div.DivClassName
{
background-color: #DF5ED6;
}
.BgClassName
{
background-color: #DF5ED6;
}
</style>
border-color css
<style>
span { border-color: #DF5ED6; }
span { border-color: rgb(223,94,214); }
td.TdClassName
{
border-color: #DF5ED6;
}
.TagClassName
{
border-color: #DF5ED6;
}
</style>