Html Css Color HEX #DF51BC Free Speech Magenta
📋 copy color: '#DF51BC'red 223 ◦ green 81 ◦ blue 188
Shades of Free Speech Magenta #DF51BC
Tints of Free Speech Magenta #DF51BC
RGB
CMYK
RGB Variations
Color information
#DF51BC (or 0xDF51BC) is known color: Free Speech Magenta. HEX triplet: DF, 51 and BC. RGB value is (223,81,188). Sum of RGB (Red+Green+Blue) = 223+81+188=492 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.33% from 492); Green value is 81 (32.03% from 255 or 16.46% from 492); Blue value is 188 (73.83% from 255 or 38.21% from 492); Max value from RGB is 223 - color contains mainly: red. Hex color #DF51BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF51BC is #20AE43. Grayscale: #878787. Windows color (decimal): -2141764 or 12341727. OLE color: 12341727.
HSL color Cylindrical-coordinate representation of color #DF51BC: hue angle of 314.79º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DF51BC is Cyan = 0, Magento = 0.64, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 81 | 188 | - |
| CMYK | 0 | 0.64 | 0.16 | 0.13 |
| HSL | 314.79º | 0.69% | 0.6% | - |
| HSV(B) | 314.79º | 0.64% | 0.87% | - |
| XYZ | 42.45 | 25.2 | 50.2 | - |
| YUV | 135.66 | 157.54 | 190.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 81 | 188 | 0 | 0.64 | 0.16 | 0.13 | 314.79 | 0.69 | 0.6 |
| Hex | DF | 51 | BC | 0 | 40 | 10 | D | 13B | 45 | 3C |
| Octal | 337 | 121 | 274 | 0 | 100 | 20 | 15 | 473 | 105 | 74 |
| Binary | 11011111 | 1010001 | 10111100 | 0 | 1000000 | 10000 | 1101 | 100111011 | 1000101 | 111100 |
Color Harmonies of #DF51BC
Complementary color
Monochromatic Colors of #DF51BC
Black with #DF51BC
Text Example
Text Example
White with #DF51BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF51BC; }
p { color: rgb(223,81,188); }
H1.HeaderClassName
{
color: #DF51BC;
}
.AnyTagClassName
{
color: #DF51BC;
}
</style>
background-color css
<style>
a { background-color: #DF51BC; }
a { background-color: rgb(223,81,188); }
div.DivClassName
{
background-color: #DF51BC;
}
.BgClassName
{
background-color: #DF51BC;
}
</style>
border-color css
<style>
span { border-color: #DF51BC; }
span { border-color: rgb(223,81,188); }
td.TdClassName
{
border-color: #DF51BC;
}
.TagClassName
{
border-color: #DF51BC;
}
</style>