Html Css Color HEX #DF5FBA Free Speech Magenta
📋 copy color: '#DF5FBA'red 223 ◦ green 95 ◦ blue 186
Shades of Free Speech Magenta #DF5FBA
Tints of Free Speech Magenta #DF5FBA
RGB
CMYK
RGB Variations
Color information
#DF5FBA (or 0xDF5FBA) is known color: Free Speech Magenta. HEX triplet: DF, 5F and BA. RGB value is (223,95,186). Sum of RGB (Red+Green+Blue) = 223+95+186=504 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.25% from 504); Green value is 95 (37.5% from 255 or 18.85% from 504); Blue value is 186 (73.05% from 255 or 36.90% from 504); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5FBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF5FBA is #20A045. Grayscale: #8F8F8F. Windows color (decimal): -2138182 or 12214239. OLE color: 12214239.
HSL color Cylindrical-coordinate representation of color #DF5FBA: hue angle of 317.34º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DF5FBA is Cyan = 0, Magento = 0.57, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 95 | 186 | - |
| CMYK | 0 | 0.57 | 0.17 | 0.13 |
| HSL | 317.34º | 0.67% | 0.62% | - |
| HSV(B) | 317.34º | 0.57% | 0.87% | - |
| XYZ | 43.39 | 27.42 | 49.46 | - |
| YUV | 143.65 | 151.91 | 184.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 95 | 186 | 0 | 0.57 | 0.17 | 0.13 | 317.34 | 0.67 | 0.62 |
| Hex | DF | 5F | BA | 0 | 39 | 11 | D | 13D | 43 | 3E |
| Octal | 337 | 137 | 272 | 0 | 71 | 21 | 15 | 475 | 103 | 76 |
| Binary | 11011111 | 1011111 | 10111010 | 0 | 111001 | 10001 | 1101 | 100111101 | 1000011 | 111110 |
Color Harmonies of #DF5FBA
Complementary color
Monochromatic Colors of #DF5FBA
Black with #DF5FBA
Text Example
Text Example
White with #DF5FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5FBA; }
p { color: rgb(223,95,186); }
H1.HeaderClassName
{
color: #DF5FBA;
}
.AnyTagClassName
{
color: #DF5FBA;
}
</style>
background-color css
<style>
a { background-color: #DF5FBA; }
a { background-color: rgb(223,95,186); }
div.DivClassName
{
background-color: #DF5FBA;
}
.BgClassName
{
background-color: #DF5FBA;
}
</style>
border-color css
<style>
span { border-color: #DF5FBA; }
span { border-color: rgb(223,95,186); }
td.TdClassName
{
border-color: #DF5FBA;
}
.TagClassName
{
border-color: #DF5FBA;
}
</style>