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