Html Css Color HEX #DF4DBE Free Speech Magenta
📋 copy color: '#DF4DBE'red 223 ◦ green 77 ◦ blue 190
Shades of Free Speech Magenta #DF4DBE
Tints of Free Speech Magenta #DF4DBE
RGB
CMYK
RGB Variations
Color information
#DF4DBE (or 0xDF4DBE) is known color: Free Speech Magenta. HEX triplet: DF, 4D and BE. RGB value is (223,77,190). Sum of RGB (Red+Green+Blue) = 223+77+190=490 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.51% from 490); Green value is 77 (30.47% from 255 or 15.71% from 490); Blue value is 190 (74.61% from 255 or 38.78% from 490); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4DBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF4DBE is #20B241. Grayscale: #858585. Windows color (decimal): -2142786 or 12471775. OLE color: 12471775.
HSL color Cylindrical-coordinate representation of color #DF4DBE: hue angle of 313.56º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DF4DBE is Cyan = 0, Magento = 0.65, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 77 | 190 | - |
| CMYK | 0 | 0.65 | 0.15 | 0.13 |
| HSL | 313.56º | 0.7% | 0.59% | - |
| HSV(B) | 313.56º | 0.65% | 0.87% | - |
| XYZ | 42.38 | 24.71 | 51.25 | - |
| YUV | 133.54 | 159.87 | 191.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 77 | 190 | 0 | 0.65 | 0.15 | 0.13 | 313.56 | 0.7 | 0.59 |
| Hex | DF | 4D | BE | 0 | 41 | F | D | 13A | 46 | 3B |
| Octal | 337 | 115 | 276 | 0 | 101 | 17 | 15 | 472 | 106 | 73 |
| Binary | 11011111 | 1001101 | 10111110 | 0 | 1000001 | 1111 | 1101 | 100111010 | 1000110 | 111011 |
Color Harmonies of #DF4DBE
Complementary color
Monochromatic Colors of #DF4DBE
Black with #DF4DBE
Text Example
Text Example
White with #DF4DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4DBE; }
p { color: rgb(223,77,190); }
H1.HeaderClassName
{
color: #DF4DBE;
}
.AnyTagClassName
{
color: #DF4DBE;
}
</style>
background-color css
<style>
a { background-color: #DF4DBE; }
a { background-color: rgb(223,77,190); }
div.DivClassName
{
background-color: #DF4DBE;
}
.BgClassName
{
background-color: #DF4DBE;
}
</style>
border-color css
<style>
span { border-color: #DF4DBE; }
span { border-color: rgb(223,77,190); }
td.TdClassName
{
border-color: #DF4DBE;
}
.TagClassName
{
border-color: #DF4DBE;
}
</style>