Html Css Color HEX #DF58BB Free Speech Magenta
📋 copy color: '#DF58BB'red 223 ◦ green 88 ◦ blue 187
Shades of Free Speech Magenta #DF58BB
Tints of Free Speech Magenta #DF58BB
RGB
CMYK
RGB Variations
Color information
#DF58BB (or 0xDF58BB) is known color: Free Speech Magenta. HEX triplet: DF, 58 and BB. RGB value is (223,88,187). Sum of RGB (Red+Green+Blue) = 223+88+187=498 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.78% from 498); Green value is 88 (34.77% from 255 or 17.67% from 498); Blue value is 187 (73.44% from 255 or 37.55% from 498); Max value from RGB is 223 - color contains mainly: red. Hex color #DF58BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF58BB is #20A744. Grayscale: #8B8B8B. Windows color (decimal): -2139973 or 12277983. OLE color: 12277983.
HSL color Cylindrical-coordinate representation of color #DF58BB: hue angle of 316º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DF58BB is Cyan = 0, Magento = 0.61, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 88 | 187 | - |
| CMYK | 0 | 0.61 | 0.16 | 0.13 |
| HSL | 316º | 0.68% | 0.61% | - |
| HSV(B) | 316º | 0.61% | 0.87% | - |
| XYZ | 42.89 | 26.26 | 49.82 | - |
| YUV | 139.65 | 154.73 | 187.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 88 | 187 | 0 | 0.61 | 0.16 | 0.13 | 316 | 0.68 | 0.61 |
| Hex | DF | 58 | BB | 0 | 3D | 10 | D | 13C | 44 | 3D |
| Octal | 337 | 130 | 273 | 0 | 75 | 20 | 15 | 474 | 104 | 75 |
| Binary | 11011111 | 1011000 | 10111011 | 0 | 111101 | 10000 | 1101 | 100111100 | 1000100 | 111101 |
Color Harmonies of #DF58BB
Complementary color
Monochromatic Colors of #DF58BB
Black with #DF58BB
Text Example
Text Example
White with #DF58BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF58BB; }
p { color: rgb(223,88,187); }
H1.HeaderClassName
{
color: #DF58BB;
}
.AnyTagClassName
{
color: #DF58BB;
}
</style>
background-color css
<style>
a { background-color: #DF58BB; }
a { background-color: rgb(223,88,187); }
div.DivClassName
{
background-color: #DF58BB;
}
.BgClassName
{
background-color: #DF58BB;
}
</style>
border-color css
<style>
span { border-color: #DF58BB; }
span { border-color: rgb(223,88,187); }
td.TdClassName
{
border-color: #DF58BB;
}
.TagClassName
{
border-color: #DF58BB;
}
</style>