Html Css Color HEX #DF5DBF Free Speech Magenta
📋 copy color: '#DF5DBF'red 223 ◦ green 93 ◦ blue 191
Shades of Free Speech Magenta #DF5DBF
Tints of Free Speech Magenta #DF5DBF
RGB
CMYK
RGB Variations
Color information
#DF5DBF (or 0xDF5DBF) is known color: Free Speech Magenta. HEX triplet: DF, 5D and BF. RGB value is (223,93,191). Sum of RGB (Red+Green+Blue) = 223+93+191=507 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.98% from 507); Green value is 93 (36.72% from 255 or 18.34% from 507); Blue value is 191 (75% from 255 or 37.67% from 507); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5DBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF5DBF is #20A240. Grayscale: #8E8E8E. Windows color (decimal): -2138689 or 12541407. OLE color: 12541407.
HSL color Cylindrical-coordinate representation of color #DF5DBF: hue angle of 314.77º 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 #DF5DBF is Cyan = 0, Magento = 0.58, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 93 | 191 | - |
| CMYK | 0 | 0.58 | 0.14 | 0.13 |
| HSL | 314.77º | 0.67% | 0.62% | - |
| HSV(B) | 314.77º | 0.58% | 0.87% | - |
| XYZ | 43.75 | 27.28 | 52.25 | - |
| YUV | 143.04 | 155.07 | 185.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 93 | 191 | 0 | 0.58 | 0.14 | 0.13 | 314.77 | 0.67 | 0.62 |
| Hex | DF | 5D | BF | 0 | 3A | E | D | 13B | 43 | 3E |
| Octal | 337 | 135 | 277 | 0 | 72 | 16 | 15 | 473 | 103 | 76 |
| Binary | 11011111 | 1011101 | 10111111 | 0 | 111010 | 1110 | 1101 | 100111011 | 1000011 | 111110 |
Color Harmonies of #DF5DBF
Complementary color
Monochromatic Colors of #DF5DBF
Black with #DF5DBF
Text Example
Text Example
White with #DF5DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5DBF; }
p { color: rgb(223,93,191); }
H1.HeaderClassName
{
color: #DF5DBF;
}
.AnyTagClassName
{
color: #DF5DBF;
}
</style>
background-color css
<style>
a { background-color: #DF5DBF; }
a { background-color: rgb(223,93,191); }
div.DivClassName
{
background-color: #DF5DBF;
}
.BgClassName
{
background-color: #DF5DBF;
}
</style>
border-color css
<style>
span { border-color: #DF5DBF; }
span { border-color: rgb(223,93,191); }
td.TdClassName
{
border-color: #DF5DBF;
}
.TagClassName
{
border-color: #DF5DBF;
}
</style>