Html Css Color HEX #DF53BC Free Speech Magenta
📋 copy color: '#DF53BC'red 223 ◦ green 83 ◦ blue 188
Shades of Free Speech Magenta #DF53BC
Tints of Free Speech Magenta #DF53BC
RGB
CMYK
RGB Variations
Color information
#DF53BC (or 0xDF53BC) is known color: Free Speech Magenta. HEX triplet: DF, 53 and BC. RGB value is (223,83,188). Sum of RGB (Red+Green+Blue) = 223+83+188=494 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.14% from 494); Green value is 83 (32.81% from 255 or 16.80% from 494); Blue value is 188 (73.83% from 255 or 38.06% from 494); Max value from RGB is 223 - color contains mainly: red. Hex color #DF53BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF53BC is #20AC43. Grayscale: #888888. Windows color (decimal): -2141252 or 12342239. OLE color: 12342239.
HSL color Cylindrical-coordinate representation of color #DF53BC: hue angle of 315º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DF53BC is Cyan = 0, Magento = 0.63, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 83 | 188 | - |
| CMYK | 0 | 0.63 | 0.16 | 0.13 |
| HSL | 315º | 0.69% | 0.6% | - |
| HSV(B) | 315º | 0.63% | 0.87% | - |
| XYZ | 42.6 | 25.51 | 50.25 | - |
| YUV | 136.83 | 156.88 | 189.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 83 | 188 | 0 | 0.63 | 0.16 | 0.13 | 315 | 0.69 | 0.6 |
| Hex | DF | 53 | BC | 0 | 3F | 10 | D | 13B | 45 | 3C |
| Octal | 337 | 123 | 274 | 0 | 77 | 20 | 15 | 473 | 105 | 74 |
| Binary | 11011111 | 1010011 | 10111100 | 0 | 111111 | 10000 | 1101 | 100111011 | 1000101 | 111100 |
Color Harmonies of #DF53BC
Complementary color
Monochromatic Colors of #DF53BC
Black with #DF53BC
Text Example
Text Example
White with #DF53BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF53BC; }
p { color: rgb(223,83,188); }
H1.HeaderClassName
{
color: #DF53BC;
}
.AnyTagClassName
{
color: #DF53BC;
}
</style>
background-color css
<style>
a { background-color: #DF53BC; }
a { background-color: rgb(223,83,188); }
div.DivClassName
{
background-color: #DF53BC;
}
.BgClassName
{
background-color: #DF53BC;
}
</style>
border-color css
<style>
span { border-color: #DF53BC; }
span { border-color: rgb(223,83,188); }
td.TdClassName
{
border-color: #DF53BC;
}
.TagClassName
{
border-color: #DF53BC;
}
</style>