Html Css Color HEX #DF52C0 Free Speech Magenta
📋 copy color: '#DF52C0'red 223 ◦ green 82 ◦ blue 192
Shades of Free Speech Magenta #DF52C0
Tints of Free Speech Magenta #DF52C0
RGB
CMYK
RGB Variations
Color information
#DF52C0 (or 0xDF52C0) is known color: Free Speech Magenta. HEX triplet: DF, 52 and C0. RGB value is (223,82,192). Sum of RGB (Red+Green+Blue) = 223+82+192=497 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.87% from 497); Green value is 82 (32.42% from 255 or 16.50% from 497); Blue value is 192 (75.39% from 255 or 38.63% from 497); Max value from RGB is 223 - color contains mainly: red. Hex color #DF52C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF52C0 is #20AD3F. Grayscale: #888888. Windows color (decimal): -2141504 or 12604127. OLE color: 12604127.
HSL color Cylindrical-coordinate representation of color #DF52C0: hue angle of 313.19º 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 #DF52C0 is Cyan = 0, Magento = 0.63, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 82 | 192 | - |
| CMYK | 0 | 0.63 | 0.14 | 0.13 |
| HSL | 313.19º | 0.69% | 0.6% | - |
| HSV(B) | 313.19º | 0.63% | 0.87% | - |
| XYZ | 42.96 | 25.53 | 52.53 | - |
| YUV | 136.7 | 159.21 | 189.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 82 | 192 | 0 | 0.63 | 0.14 | 0.13 | 313.19 | 0.69 | 0.6 |
| Hex | DF | 52 | C0 | 0 | 3F | E | D | 139 | 45 | 3C |
| Octal | 337 | 122 | 300 | 0 | 77 | 16 | 15 | 471 | 105 | 74 |
| Binary | 11011111 | 1010010 | 11000000 | 0 | 111111 | 1110 | 1101 | 100111001 | 1000101 | 111100 |
Color Harmonies of #DF52C0
Complementary color
Monochromatic Colors of #DF52C0
Black with #DF52C0
Text Example
Text Example
White with #DF52C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF52C0; }
p { color: rgb(223,82,192); }
H1.HeaderClassName
{
color: #DF52C0;
}
.AnyTagClassName
{
color: #DF52C0;
}
</style>
background-color css
<style>
a { background-color: #DF52C0; }
a { background-color: rgb(223,82,192); }
div.DivClassName
{
background-color: #DF52C0;
}
.BgClassName
{
background-color: #DF52C0;
}
</style>
border-color css
<style>
span { border-color: #DF52C0; }
span { border-color: rgb(223,82,192); }
td.TdClassName
{
border-color: #DF52C0;
}
.TagClassName
{
border-color: #DF52C0;
}
</style>