Html Css Color HEX #DF5DDD Free Speech Magenta
📋 copy color: '#DF5DDD'red 223 ◦ green 93 ◦ blue 221
Shades of Free Speech Magenta #DF5DDD
Tints of Free Speech Magenta #DF5DDD
RGB
CMYK
RGB Variations
Color information
#DF5DDD (or 0xDF5DDD) is known color: Free Speech Magenta. HEX triplet: DF, 5D and DD. RGB value is (223,93,221). Sum of RGB (Red+Green+Blue) = 223+93+221=537 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.53% from 537); Green value is 93 (36.72% from 255 or 17.32% from 537); Blue value is 221 (86.72% from 255 or 41.15% from 537); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5DDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF5DDD is #20A222. Grayscale: #929292. Windows color (decimal): -2138659 or 14507487. OLE color: 14507487.
HSL color Cylindrical-coordinate representation of color #DF5DDD: hue angle of 300.92º 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 #DF5DDD is Cyan = 0, Magento = 0.58, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 93 | 221 | - |
| CMYK | 0 | 0.58 | 0.01 | 0.13 |
| HSL | 300.92º | 0.67% | 0.62% | - |
| HSV(B) | 300.92º | 0.58% | 0.87% | - |
| XYZ | 47.4 | 28.74 | 71.46 | - |
| YUV | 146.46 | 170.07 | 182.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 93 | 221 | 0 | 0.58 | 0.01 | 0.13 | 300.92 | 0.67 | 0.62 |
| Hex | DF | 5D | DD | 0 | 3A | 1 | D | 12D | 43 | 3E |
| Octal | 337 | 135 | 335 | 0 | 72 | 1 | 15 | 455 | 103 | 76 |
| Binary | 11011111 | 1011101 | 11011101 | 0 | 111010 | 1 | 1101 | 100101101 | 1000011 | 111110 |
Color Harmonies of #DF5DDD
Complementary color
Monochromatic Colors of #DF5DDD
Black with #DF5DDD
Text Example
Text Example
White with #DF5DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5DDD; }
p { color: rgb(223,93,221); }
H1.HeaderClassName
{
color: #DF5DDD;
}
.AnyTagClassName
{
color: #DF5DDD;
}
</style>
background-color css
<style>
a { background-color: #DF5DDD; }
a { background-color: rgb(223,93,221); }
div.DivClassName
{
background-color: #DF5DDD;
}
.BgClassName
{
background-color: #DF5DDD;
}
</style>
border-color css
<style>
span { border-color: #DF5DDD; }
span { border-color: rgb(223,93,221); }
td.TdClassName
{
border-color: #DF5DDD;
}
.TagClassName
{
border-color: #DF5DDD;
}
</style>