Html Css Color HEX #DF55BA Free Speech Magenta
📋 copy color: '#DF55BA'red 223 ◦ green 85 ◦ blue 186
Shades of Free Speech Magenta #DF55BA
Tints of Free Speech Magenta #DF55BA
RGB
CMYK
RGB Variations
Color information
#DF55BA (or 0xDF55BA) is known color: Free Speech Magenta. HEX triplet: DF, 55 and BA. RGB value is (223,85,186). Sum of RGB (Red+Green+Blue) = 223+85+186=494 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.14% from 494); Green value is 85 (33.59% from 255 or 17.21% from 494); Blue value is 186 (73.05% from 255 or 37.65% from 494); Max value from RGB is 223 - color contains mainly: red. Hex color #DF55BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF55BA is #20AA45. Grayscale: #898989. Windows color (decimal): -2140742 or 12211679. OLE color: 12211679.
HSL color Cylindrical-coordinate representation of color #DF55BA: hue angle of 316.09º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DF55BA is Cyan = 0, Magento = 0.62, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 85 | 186 | - |
| CMYK | 0 | 0.62 | 0.17 | 0.13 |
| HSL | 316.09º | 0.68% | 0.6% | - |
| HSV(B) | 316.09º | 0.62% | 0.87% | - |
| XYZ | 42.54 | 25.73 | 49.18 | - |
| YUV | 137.78 | 155.22 | 188.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 85 | 186 | 0 | 0.62 | 0.17 | 0.13 | 316.09 | 0.68 | 0.6 |
| Hex | DF | 55 | BA | 0 | 3E | 11 | D | 13C | 44 | 3C |
| Octal | 337 | 125 | 272 | 0 | 76 | 21 | 15 | 474 | 104 | 74 |
| Binary | 11011111 | 1010101 | 10111010 | 0 | 111110 | 10001 | 1101 | 100111100 | 1000100 | 111100 |
Color Harmonies of #DF55BA
Complementary color
Monochromatic Colors of #DF55BA
Black with #DF55BA
Text Example
Text Example
White with #DF55BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF55BA; }
p { color: rgb(223,85,186); }
H1.HeaderClassName
{
color: #DF55BA;
}
.AnyTagClassName
{
color: #DF55BA;
}
</style>
background-color css
<style>
a { background-color: #DF55BA; }
a { background-color: rgb(223,85,186); }
div.DivClassName
{
background-color: #DF55BA;
}
.BgClassName
{
background-color: #DF55BA;
}
</style>
border-color css
<style>
span { border-color: #DF55BA; }
span { border-color: rgb(223,85,186); }
td.TdClassName
{
border-color: #DF55BA;
}
.TagClassName
{
border-color: #DF55BA;
}
</style>