Html Css Color HEX #DF46BA Free Speech Magenta
📋 copy color: '#DF46BA'red 223 ◦ green 70 ◦ blue 186
Shades of Free Speech Magenta #DF46BA
Tints of Free Speech Magenta #DF46BA
RGB
CMYK
RGB Variations
Color information
#DF46BA (or 0xDF46BA) is known color: Free Speech Magenta. HEX triplet: DF, 46 and BA. RGB value is (223,70,186). Sum of RGB (Red+Green+Blue) = 223+70+186=479 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.56% from 479); Green value is 70 (27.73% from 255 or 14.61% from 479); Blue value is 186 (73.05% from 255 or 38.83% from 479); Max value from RGB is 223 - color contains mainly: red. Hex color #DF46BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF46BA is #20B945. Grayscale: #808080. Windows color (decimal): -2144582 or 12207839. OLE color: 12207839.
HSL color Cylindrical-coordinate representation of color #DF46BA: hue angle of 314.51º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DF46BA is Cyan = 0, Magento = 0.69, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 70 | 186 | - |
| CMYK | 0 | 0.69 | 0.17 | 0.13 |
| HSL | 314.51º | 0.71% | 0.57% | - |
| HSV(B) | 314.51º | 0.69% | 0.87% | - |
| XYZ | 41.48 | 23.61 | 48.83 | - |
| YUV | 128.97 | 160.19 | 195.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 70 | 186 | 0 | 0.69 | 0.17 | 0.13 | 314.51 | 0.71 | 0.57 |
| Hex | DF | 46 | BA | 0 | 45 | 11 | D | 13B | 47 | 39 |
| Octal | 337 | 106 | 272 | 0 | 105 | 21 | 15 | 473 | 107 | 71 |
| Binary | 11011111 | 1000110 | 10111010 | 0 | 1000101 | 10001 | 1101 | 100111011 | 1000111 | 111001 |
Color Harmonies of #DF46BA
Complementary color
Monochromatic Colors of #DF46BA
Black with #DF46BA
Text Example
Text Example
White with #DF46BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF46BA; }
p { color: rgb(223,70,186); }
H1.HeaderClassName
{
color: #DF46BA;
}
.AnyTagClassName
{
color: #DF46BA;
}
</style>
background-color css
<style>
a { background-color: #DF46BA; }
a { background-color: rgb(223,70,186); }
div.DivClassName
{
background-color: #DF46BA;
}
.BgClassName
{
background-color: #DF46BA;
}
</style>
border-color css
<style>
span { border-color: #DF46BA; }
span { border-color: rgb(223,70,186); }
td.TdClassName
{
border-color: #DF46BA;
}
.TagClassName
{
border-color: #DF46BA;
}
</style>