Html Css Color HEX #DF53E3 Free Speech Magenta
📋 copy color: '#DF53E3'red 223 ◦ green 83 ◦ blue 227
Shades of Free Speech Magenta #DF53E3
Tints of Free Speech Magenta #DF53E3
RGB
CMYK
RGB Variations
Color information
#DF53E3 (or 0xDF53E3) is known color: Free Speech Magenta. HEX triplet: DF, 53 and E3. RGB value is (223,83,227). Sum of RGB (Red+Green+Blue) = 223+83+227=533 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.84% from 533); Green value is 83 (32.81% from 255 or 15.57% from 533); Blue value is 227 (89.06% from 255 or 42.59% from 533); Max value from RGB is 227 - color contains mainly: blue. Hex color #DF53E3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF53E3 is #20AC1C. Grayscale: #8C8C8C. Windows color (decimal): -2141213 or 14898143. OLE color: 14898143.
HSL color Cylindrical-coordinate representation of color #DF53E3: hue angle of 298.33º degrees, saturation: 0.72, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DF53E3 is Cyan = 0.02, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 223 | 83 | 227 | - |
| CMYK | 0.02 | 0.63 | 0 | 0.11 |
| HSL | 298.33º | 0.72% | 0.61% | - |
| HSV(B) | 298.33º | 0.63% | 0.89% | - |
| XYZ | 47.39 | 27.42 | 75.47 | - |
| YUV | 141.28 | 176.38 | 186.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 83 | 227 | 0.02 | 0.63 | 0 | 0.11 | 298.33 | 0.72 | 0.61 |
| Hex | DF | 53 | E3 | 2 | 3F | 0 | B | 12A | 48 | 3D |
| Octal | 337 | 123 | 343 | 2 | 77 | 0 | 13 | 452 | 110 | 75 |
| Binary | 11011111 | 1010011 | 11100011 | 10 | 111111 | 0 | 1011 | 100101010 | 1001000 | 111101 |
Color Harmonies of #DF53E3
Complementary color
Monochromatic Colors of #DF53E3
Black with #DF53E3
Text Example
Text Example
White with #DF53E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF53E3; }
p { color: rgb(223,83,227); }
H1.HeaderClassName
{
color: #DF53E3;
}
.AnyTagClassName
{
color: #DF53E3;
}
</style>
background-color css
<style>
a { background-color: #DF53E3; }
a { background-color: rgb(223,83,227); }
div.DivClassName
{
background-color: #DF53E3;
}
.BgClassName
{
background-color: #DF53E3;
}
</style>
border-color css
<style>
span { border-color: #DF53E3; }
span { border-color: rgb(223,83,227); }
td.TdClassName
{
border-color: #DF53E3;
}
.TagClassName
{
border-color: #DF53E3;
}
</style>