Html Css Color HEX #DF5BDF Free Speech Magenta
📋 copy color: '#DF5BDF'red 223 ◦ green 91 ◦ blue 223
Shades of Free Speech Magenta #DF5BDF
Tints of Free Speech Magenta #DF5BDF
RGB
CMYK
RGB Variations
Color information
#DF5BDF (or 0xDF5BDF) is known color: Free Speech Magenta. HEX triplet: DF, 5B and DF. RGB value is (223,91,223). Sum of RGB (Red+Green+Blue) = 223+91+223=537 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.53% from 537); Green value is 91 (35.94% from 255 or 16.95% from 537); Blue value is 223 (87.5% from 255 or 41.53% from 537); Max value from RGB is 223 - color contains mainly: red, blue. Hex color #DF5BDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF5BDF is #20A420. Grayscale: #919191. Windows color (decimal): -2139169 or 14638047. OLE color: 14638047.
HSL color Cylindrical-coordinate representation of color #DF5BDF: hue angle of 300º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DF5BDF is Cyan = 0, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 91 | 223 | - |
| CMYK | 0 | 0.59 | 0 | 0.13 |
| HSL | 300º | 0.67% | 0.62% | - |
| HSV(B) | 300º | 0.59% | 0.87% | - |
| XYZ | 47.49 | 28.5 | 72.81 | - |
| YUV | 145.52 | 171.73 | 183.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 91 | 223 | 0 | 0.59 | 0 | 0.13 | 300 | 0.67 | 0.62 |
| Hex | DF | 5B | DF | 0 | 3B | 0 | D | 12C | 43 | 3E |
| Octal | 337 | 133 | 337 | 0 | 73 | 0 | 15 | 454 | 103 | 76 |
| Binary | 11011111 | 1011011 | 11011111 | 0 | 111011 | 0 | 1101 | 100101100 | 1000011 | 111110 |
Color Harmonies of #DF5BDF
Complementary color
Monochromatic Colors of #DF5BDF
Black with #DF5BDF
Text Example
Text Example
White with #DF5BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5BDF; }
p { color: rgb(223,91,223); }
H1.HeaderClassName
{
color: #DF5BDF;
}
.AnyTagClassName
{
color: #DF5BDF;
}
</style>
background-color css
<style>
a { background-color: #DF5BDF; }
a { background-color: rgb(223,91,223); }
div.DivClassName
{
background-color: #DF5BDF;
}
.BgClassName
{
background-color: #DF5BDF;
}
</style>
border-color css
<style>
span { border-color: #DF5BDF; }
span { border-color: rgb(223,91,223); }
td.TdClassName
{
border-color: #DF5BDF;
}
.TagClassName
{
border-color: #DF5BDF;
}
</style>