Html Css Color HEX #DF52E4 Free Speech Magenta
📋 copy color: '#DF52E4'red 223 ◦ green 82 ◦ blue 228
Shades of Free Speech Magenta #DF52E4
Tints of Free Speech Magenta #DF52E4
RGB
CMYK
RGB Variations
Color information
#DF52E4 (or 0xDF52E4) is known color: Free Speech Magenta. HEX triplet: DF, 52 and E4. RGB value is (223,82,228). Sum of RGB (Red+Green+Blue) = 223+82+228=533 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.84% from 533); Green value is 82 (32.42% from 255 or 15.38% from 533); Blue value is 228 (89.45% from 255 or 42.78% from 533); Max value from RGB is 228 - color contains mainly: blue. Hex color #DF52E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF52E4 is #20AD1B. Grayscale: #8C8C8C. Windows color (decimal): -2141468 or 14963423. OLE color: 14963423.
HSL color Cylindrical-coordinate representation of color #DF52E4: hue angle of 297.95º degrees, saturation: 0.73, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DF52E4 is Cyan = 0.02, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 223 | 82 | 228 | - |
| CMYK | 0.02 | 0.64 | 0 | 0.11 |
| HSL | 297.95º | 0.73% | 0.61% | - |
| HSV(B) | 297.95º | 0.64% | 0.89% | - |
| XYZ | 47.45 | 27.32 | 76.17 | - |
| YUV | 140.8 | 177.21 | 186.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 82 | 228 | 0.02 | 0.64 | 0 | 0.11 | 297.95 | 0.73 | 0.61 |
| Hex | DF | 52 | E4 | 2 | 40 | 0 | B | 12A | 49 | 3D |
| Octal | 337 | 122 | 344 | 2 | 100 | 0 | 13 | 452 | 111 | 75 |
| Binary | 11011111 | 1010010 | 11100100 | 10 | 1000000 | 0 | 1011 | 100101010 | 1001001 | 111101 |
Color Harmonies of #DF52E4
Complementary color
Monochromatic Colors of #DF52E4
Black with #DF52E4
Text Example
Text Example
White with #DF52E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF52E4; }
p { color: rgb(223,82,228); }
H1.HeaderClassName
{
color: #DF52E4;
}
.AnyTagClassName
{
color: #DF52E4;
}
</style>
background-color css
<style>
a { background-color: #DF52E4; }
a { background-color: rgb(223,82,228); }
div.DivClassName
{
background-color: #DF52E4;
}
.BgClassName
{
background-color: #DF52E4;
}
</style>
border-color css
<style>
span { border-color: #DF52E4; }
span { border-color: rgb(223,82,228); }
td.TdClassName
{
border-color: #DF52E4;
}
.TagClassName
{
border-color: #DF52E4;
}
</style>