Html Css Color HEX #DF5DDE Free Speech Magenta
📋 copy color: '#DF5DDE'red 223 ◦ green 93 ◦ blue 222
Shades of Free Speech Magenta #DF5DDE
Tints of Free Speech Magenta #DF5DDE
RGB
CMYK
RGB Variations
Color information
#DF5DDE (or 0xDF5DDE) is known color: Free Speech Magenta. HEX triplet: DF, 5D and DE. RGB value is (223,93,222). Sum of RGB (Red+Green+Blue) = 223+93+222=538 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.45% from 538); Green value is 93 (36.72% from 255 or 17.29% from 538); Blue value is 222 (87.11% from 255 or 41.26% from 538); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5DDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF5DDE is #20A221. Grayscale: #929292. Windows color (decimal): -2138658 or 14573023. OLE color: 14573023.
HSL color Cylindrical-coordinate representation of color #DF5DDE: hue angle of 300.46º 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 #DF5DDE is Cyan = 0, Magento = 0.58, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 93 | 222 | - |
| CMYK | 0 | 0.58 | 0.00 | 0.13 |
| HSL | 300.46º | 0.67% | 0.62% | - |
| HSV(B) | 300.46º | 0.58% | 0.87% | - |
| XYZ | 47.53 | 28.79 | 72.16 | - |
| YUV | 146.58 | 170.57 | 182.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 93 | 222 | 0 | 0.58 | 0.00 | 0.13 | 300.46 | 0.67 | 0.62 |
| Hex | DF | 5D | DE | 0 | 3A | 0 | D | 12C | 43 | 3E |
| Octal | 337 | 135 | 336 | 0 | 72 | 0 | 15 | 454 | 103 | 76 |
| Binary | 11011111 | 1011101 | 11011110 | 0 | 111010 | 0 | 1101 | 100101100 | 1000011 | 111110 |
Color Harmonies of #DF5DDE
Complementary color
Monochromatic Colors of #DF5DDE
Black with #DF5DDE
Text Example
Text Example
White with #DF5DDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5DDE; }
p { color: rgb(223,93,222); }
H1.HeaderClassName
{
color: #DF5DDE;
}
.AnyTagClassName
{
color: #DF5DDE;
}
</style>
background-color css
<style>
a { background-color: #DF5DDE; }
a { background-color: rgb(223,93,222); }
div.DivClassName
{
background-color: #DF5DDE;
}
.BgClassName
{
background-color: #DF5DDE;
}
</style>
border-color css
<style>
span { border-color: #DF5DDE; }
span { border-color: rgb(223,93,222); }
td.TdClassName
{
border-color: #DF5DDE;
}
.TagClassName
{
border-color: #DF5DDE;
}
</style>