Html Css Color HEX #DF52BA Free Speech Magenta
📋 copy color: '#DF52BA'red 223 ◦ green 82 ◦ blue 186
Shades of Free Speech Magenta #DF52BA
Tints of Free Speech Magenta #DF52BA
RGB
CMYK
RGB Variations
Color information
#DF52BA (or 0xDF52BA) is known color: Free Speech Magenta. HEX triplet: DF, 52 and BA. RGB value is (223,82,186). Sum of RGB (Red+Green+Blue) = 223+82+186=491 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.42% from 491); Green value is 82 (32.42% from 255 or 16.70% from 491); Blue value is 186 (73.05% from 255 or 37.88% from 491); Max value from RGB is 223 - color contains mainly: red. Hex color #DF52BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF52BA is #20AD45. Grayscale: #878787. Windows color (decimal): -2141510 or 12210911. OLE color: 12210911.
HSL color Cylindrical-coordinate representation of color #DF52BA: hue angle of 315.74º 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 #DF52BA is Cyan = 0, Magento = 0.63, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 82 | 186 | - |
| CMYK | 0 | 0.63 | 0.17 | 0.13 |
| HSL | 315.74º | 0.69% | 0.6% | - |
| HSV(B) | 315.74º | 0.63% | 0.87% | - |
| XYZ | 42.31 | 25.27 | 49.1 | - |
| YUV | 136.02 | 156.21 | 190.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 82 | 186 | 0 | 0.63 | 0.17 | 0.13 | 315.74 | 0.69 | 0.6 |
| Hex | DF | 52 | BA | 0 | 3F | 11 | D | 13C | 45 | 3C |
| Octal | 337 | 122 | 272 | 0 | 77 | 21 | 15 | 474 | 105 | 74 |
| Binary | 11011111 | 1010010 | 10111010 | 0 | 111111 | 10001 | 1101 | 100111100 | 1000101 | 111100 |
Color Harmonies of #DF52BA
Complementary color
Monochromatic Colors of #DF52BA
Black with #DF52BA
Text Example
Text Example
White with #DF52BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF52BA; }
p { color: rgb(223,82,186); }
H1.HeaderClassName
{
color: #DF52BA;
}
.AnyTagClassName
{
color: #DF52BA;
}
</style>
background-color css
<style>
a { background-color: #DF52BA; }
a { background-color: rgb(223,82,186); }
div.DivClassName
{
background-color: #DF52BA;
}
.BgClassName
{
background-color: #DF52BA;
}
</style>
border-color css
<style>
span { border-color: #DF52BA; }
span { border-color: rgb(223,82,186); }
td.TdClassName
{
border-color: #DF52BA;
}
.TagClassName
{
border-color: #DF52BA;
}
</style>