Html Css Color HEX #DF5BBB Free Speech Magenta
📋 copy color: '#DF5BBB'red 223 ◦ green 91 ◦ blue 187
Shades of Free Speech Magenta #DF5BBB
Tints of Free Speech Magenta #DF5BBB
RGB
CMYK
RGB Variations
Color information
#DF5BBB (or 0xDF5BBB) is known color: Free Speech Magenta. HEX triplet: DF, 5B and BB. RGB value is (223,91,187). Sum of RGB (Red+Green+Blue) = 223+91+187=501 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.51% from 501); Green value is 91 (35.94% from 255 or 18.16% from 501); Blue value is 187 (73.44% from 255 or 37.33% from 501); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5BBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF5BBB is #20A444. Grayscale: #8D8D8D. Windows color (decimal): -2139205 or 12278751. OLE color: 12278751.
HSL color Cylindrical-coordinate representation of color #DF5BBB: hue angle of 316.36º 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 #DF5BBB is Cyan = 0, Magento = 0.59, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 91 | 187 | - |
| CMYK | 0 | 0.59 | 0.16 | 0.13 |
| HSL | 316.36º | 0.67% | 0.62% | - |
| HSV(B) | 316.36º | 0.59% | 0.87% | - |
| XYZ | 43.14 | 26.76 | 49.9 | - |
| YUV | 141.41 | 153.73 | 186.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 91 | 187 | 0 | 0.59 | 0.16 | 0.13 | 316.36 | 0.67 | 0.62 |
| Hex | DF | 5B | BB | 0 | 3B | 10 | D | 13C | 43 | 3E |
| Octal | 337 | 133 | 273 | 0 | 73 | 20 | 15 | 474 | 103 | 76 |
| Binary | 11011111 | 1011011 | 10111011 | 0 | 111011 | 10000 | 1101 | 100111100 | 1000011 | 111110 |
Color Harmonies of #DF5BBB
Complementary color
Monochromatic Colors of #DF5BBB
Black with #DF5BBB
Text Example
Text Example
White with #DF5BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5BBB; }
p { color: rgb(223,91,187); }
H1.HeaderClassName
{
color: #DF5BBB;
}
.AnyTagClassName
{
color: #DF5BBB;
}
</style>
background-color css
<style>
a { background-color: #DF5BBB; }
a { background-color: rgb(223,91,187); }
div.DivClassName
{
background-color: #DF5BBB;
}
.BgClassName
{
background-color: #DF5BBB;
}
</style>
border-color css
<style>
span { border-color: #DF5BBB; }
span { border-color: rgb(223,91,187); }
td.TdClassName
{
border-color: #DF5BBB;
}
.TagClassName
{
border-color: #DF5BBB;
}
</style>