Html Css Color HEX #DF5BDB Free Speech Magenta
📋 copy color: '#DF5BDB'red 223 ◦ green 91 ◦ blue 219
Shades of Free Speech Magenta #DF5BDB
Tints of Free Speech Magenta #DF5BDB
RGB
CMYK
RGB Variations
Color information
#DF5BDB (or 0xDF5BDB) is known color: Free Speech Magenta. HEX triplet: DF, 5B and DB. RGB value is (223,91,219). Sum of RGB (Red+Green+Blue) = 223+91+219=533 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.84% from 533); Green value is 91 (35.94% from 255 or 17.07% from 533); Blue value is 219 (85.94% from 255 or 41.09% from 533); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5BDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF5BDB is #20A424. Grayscale: #909090. Windows color (decimal): -2139173 or 14375903. OLE color: 14375903.
HSL color Cylindrical-coordinate representation of color #DF5BDB: hue angle of 301.82º 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 #DF5BDB is Cyan = 0, Magento = 0.59, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 91 | 219 | - |
| CMYK | 0 | 0.59 | 0.02 | 0.13 |
| HSL | 301.82º | 0.67% | 0.62% | - |
| HSV(B) | 301.82º | 0.59% | 0.87% | - |
| XYZ | 46.96 | 28.28 | 70 | - |
| YUV | 145.06 | 169.73 | 183.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 91 | 219 | 0 | 0.59 | 0.02 | 0.13 | 301.82 | 0.67 | 0.62 |
| Hex | DF | 5B | DB | 0 | 3B | 2 | D | 12E | 43 | 3E |
| Octal | 337 | 133 | 333 | 0 | 73 | 2 | 15 | 456 | 103 | 76 |
| Binary | 11011111 | 1011011 | 11011011 | 0 | 111011 | 10 | 1101 | 100101110 | 1000011 | 111110 |
Color Harmonies of #DF5BDB
Complementary color
Monochromatic Colors of #DF5BDB
Black with #DF5BDB
Text Example
Text Example
White with #DF5BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5BDB; }
p { color: rgb(223,91,219); }
H1.HeaderClassName
{
color: #DF5BDB;
}
.AnyTagClassName
{
color: #DF5BDB;
}
</style>
background-color css
<style>
a { background-color: #DF5BDB; }
a { background-color: rgb(223,91,219); }
div.DivClassName
{
background-color: #DF5BDB;
}
.BgClassName
{
background-color: #DF5BDB;
}
</style>
border-color css
<style>
span { border-color: #DF5BDB; }
span { border-color: rgb(223,91,219); }
td.TdClassName
{
border-color: #DF5BDB;
}
.TagClassName
{
border-color: #DF5BDB;
}
</style>