Html Css Color HEX #DF5BBE Free Speech Magenta
📋 copy color: '#DF5BBE'red 223 ◦ green 91 ◦ blue 190
Shades of Free Speech Magenta #DF5BBE
Tints of Free Speech Magenta #DF5BBE
RGB
CMYK
RGB Variations
Color information
#DF5BBE (or 0xDF5BBE) is known color: Free Speech Magenta. HEX triplet: DF, 5B and BE. RGB value is (223,91,190). Sum of RGB (Red+Green+Blue) = 223+91+190=504 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.25% from 504); Green value is 91 (35.94% from 255 or 18.06% from 504); Blue value is 190 (74.61% from 255 or 37.70% from 504); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5BBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF5BBE is #20A441. Grayscale: #8D8D8D. Windows color (decimal): -2139202 or 12475359. OLE color: 12475359.
HSL color Cylindrical-coordinate representation of color #DF5BBE: hue angle of 315º 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 #DF5BBE is Cyan = 0, Magento = 0.59, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 91 | 190 | - |
| CMYK | 0 | 0.59 | 0.15 | 0.13 |
| HSL | 315º | 0.67% | 0.62% | - |
| HSV(B) | 315º | 0.59% | 0.87% | - |
| XYZ | 43.47 | 26.89 | 51.61 | - |
| YUV | 141.75 | 155.23 | 185.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 91 | 190 | 0 | 0.59 | 0.15 | 0.13 | 315 | 0.67 | 0.62 |
| Hex | DF | 5B | BE | 0 | 3B | F | D | 13B | 43 | 3E |
| Octal | 337 | 133 | 276 | 0 | 73 | 17 | 15 | 473 | 103 | 76 |
| Binary | 11011111 | 1011011 | 10111110 | 0 | 111011 | 1111 | 1101 | 100111011 | 1000011 | 111110 |
Color Harmonies of #DF5BBE
Complementary color
Monochromatic Colors of #DF5BBE
Black with #DF5BBE
Text Example
Text Example
White with #DF5BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5BBE; }
p { color: rgb(223,91,190); }
H1.HeaderClassName
{
color: #DF5BBE;
}
.AnyTagClassName
{
color: #DF5BBE;
}
</style>
background-color css
<style>
a { background-color: #DF5BBE; }
a { background-color: rgb(223,91,190); }
div.DivClassName
{
background-color: #DF5BBE;
}
.BgClassName
{
background-color: #DF5BBE;
}
</style>
border-color css
<style>
span { border-color: #DF5BBE; }
span { border-color: rgb(223,91,190); }
td.TdClassName
{
border-color: #DF5BBE;
}
.TagClassName
{
border-color: #DF5BBE;
}
</style>