Html Css Color HEX #DF52DF Free Speech Magenta
📋 copy color: '#DF52DF'red 223 ◦ green 82 ◦ blue 223
Shades of Free Speech Magenta #DF52DF
Tints of Free Speech Magenta #DF52DF
RGB
CMYK
RGB Variations
Color information
#DF52DF (or 0xDF52DF) is known color: Free Speech Magenta. HEX triplet: DF, 52 and DF. RGB value is (223,82,223). Sum of RGB (Red+Green+Blue) = 223+82+223=528 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.23% from 528); Green value is 82 (32.42% from 255 or 15.53% from 528); Blue value is 223 (87.5% from 255 or 42.23% from 528); Max value from RGB is 223 - color contains mainly: red, blue. Hex color #DF52DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF52DF is #20AD20. Grayscale: #8B8B8B. Windows color (decimal): -2141473 or 14635743. OLE color: 14635743.
HSL color Cylindrical-coordinate representation of color #DF52DF: hue angle of 300º 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 #DF52DF is Cyan = 0, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 82 | 223 | - |
| CMYK | 0 | 0.63 | 0 | 0.13 |
| HSL | 300º | 0.69% | 0.6% | - |
| HSV(B) | 300º | 0.63% | 0.87% | - |
| XYZ | 46.77 | 27.05 | 72.57 | - |
| YUV | 140.23 | 174.71 | 187.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 82 | 223 | 0 | 0.63 | 0 | 0.13 | 300 | 0.69 | 0.6 |
| Hex | DF | 52 | DF | 0 | 3F | 0 | D | 12C | 45 | 3C |
| Octal | 337 | 122 | 337 | 0 | 77 | 0 | 15 | 454 | 105 | 74 |
| Binary | 11011111 | 1010010 | 11011111 | 0 | 111111 | 0 | 1101 | 100101100 | 1000101 | 111100 |
Color Harmonies of #DF52DF
Complementary color
Monochromatic Colors of #DF52DF
Black with #DF52DF
Text Example
Text Example
White with #DF52DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF52DF; }
p { color: rgb(223,82,223); }
H1.HeaderClassName
{
color: #DF52DF;
}
.AnyTagClassName
{
color: #DF52DF;
}
</style>
background-color css
<style>
a { background-color: #DF52DF; }
a { background-color: rgb(223,82,223); }
div.DivClassName
{
background-color: #DF52DF;
}
.BgClassName
{
background-color: #DF52DF;
}
</style>
border-color css
<style>
span { border-color: #DF52DF; }
span { border-color: rgb(223,82,223); }
td.TdClassName
{
border-color: #DF52DF;
}
.TagClassName
{
border-color: #DF52DF;
}
</style>