Html Css Color HEX #DF51BD Free Speech Magenta
📋 copy color: '#DF51BD'red 223 ◦ green 81 ◦ blue 189
Shades of Free Speech Magenta #DF51BD
Tints of Free Speech Magenta #DF51BD
RGB
CMYK
RGB Variations
Color information
#DF51BD (or 0xDF51BD) is known color: Free Speech Magenta. HEX triplet: DF, 51 and BD. RGB value is (223,81,189). Sum of RGB (Red+Green+Blue) = 223+81+189=493 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.23% from 493); Green value is 81 (32.03% from 255 or 16.43% from 493); Blue value is 189 (74.22% from 255 or 38.34% from 493); Max value from RGB is 223 - color contains mainly: red. Hex color #DF51BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF51BD is #20AE42. Grayscale: #878787. Windows color (decimal): -2141763 or 12407263. OLE color: 12407263.
HSL color Cylindrical-coordinate representation of color #DF51BD: hue angle of 314.37º 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 #DF51BD is Cyan = 0, Magento = 0.64, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 81 | 189 | - |
| CMYK | 0 | 0.64 | 0.15 | 0.13 |
| HSL | 314.37º | 0.69% | 0.6% | - |
| HSV(B) | 314.37º | 0.64% | 0.87% | - |
| XYZ | 42.56 | 25.25 | 50.77 | - |
| YUV | 135.77 | 158.04 | 190.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 81 | 189 | 0 | 0.64 | 0.15 | 0.13 | 314.37 | 0.69 | 0.6 |
| Hex | DF | 51 | BD | 0 | 40 | F | D | 13A | 45 | 3C |
| Octal | 337 | 121 | 275 | 0 | 100 | 17 | 15 | 472 | 105 | 74 |
| Binary | 11011111 | 1010001 | 10111101 | 0 | 1000000 | 1111 | 1101 | 100111010 | 1000101 | 111100 |
Color Harmonies of #DF51BD
Complementary color
Monochromatic Colors of #DF51BD
Black with #DF51BD
Text Example
Text Example
White with #DF51BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF51BD; }
p { color: rgb(223,81,189); }
H1.HeaderClassName
{
color: #DF51BD;
}
.AnyTagClassName
{
color: #DF51BD;
}
</style>
background-color css
<style>
a { background-color: #DF51BD; }
a { background-color: rgb(223,81,189); }
div.DivClassName
{
background-color: #DF51BD;
}
.BgClassName
{
background-color: #DF51BD;
}
</style>
border-color css
<style>
span { border-color: #DF51BD; }
span { border-color: rgb(223,81,189); }
td.TdClassName
{
border-color: #DF51BD;
}
.TagClassName
{
border-color: #DF51BD;
}
</style>