Html Css Color HEX #DF53EA Free Speech Magenta
📋 copy color: '#DF53EA'red 223 ◦ green 83 ◦ blue 234
Shades of Free Speech Magenta #DF53EA
Tints of Free Speech Magenta #DF53EA
RGB
CMYK
RGB Variations
Color information
#DF53EA (or 0xDF53EA) is known color: Free Speech Magenta. HEX triplet: DF, 53 and EA. RGB value is (223,83,234). Sum of RGB (Red+Green+Blue) = 223+83+234=540 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.30% from 540); Green value is 83 (32.81% from 255 or 15.37% from 540); Blue value is 234 (91.80% from 255 or 43.33% from 540); Max value from RGB is 234 - color contains mainly: blue. Hex color #DF53EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF53EA is #20AC15. Grayscale: #8D8D8D. Windows color (decimal): -2141206 or 15356895. OLE color: 15356895.
HSL color Cylindrical-coordinate representation of color #DF53EA: hue angle of 295.63º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DF53EA is Cyan = 0.05, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 223 | 83 | 234 | - |
| CMYK | 0.05 | 0.65 | 0 | 0.08 |
| HSL | 295.63º | 0.78% | 0.62% | - |
| HSV(B) | 295.63º | 0.65% | 0.92% | - |
| XYZ | 48.38 | 27.82 | 80.66 | - |
| YUV | 142.07 | 179.88 | 185.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 83 | 234 | 0.05 | 0.65 | 0 | 0.08 | 295.63 | 0.78 | 0.62 |
| Hex | DF | 53 | EA | 5 | 41 | 0 | 8 | 128 | 4E | 3E |
| Octal | 337 | 123 | 352 | 5 | 101 | 0 | 10 | 450 | 116 | 76 |
| Binary | 11011111 | 1010011 | 11101010 | 101 | 1000001 | 0 | 1000 | 100101000 | 1001110 | 111110 |
Color Harmonies of #DF53EA
Complementary color
Monochromatic Colors of #DF53EA
Black with #DF53EA
Text Example
Text Example
White with #DF53EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF53EA; }
p { color: rgb(223,83,234); }
H1.HeaderClassName
{
color: #DF53EA;
}
.AnyTagClassName
{
color: #DF53EA;
}
</style>
background-color css
<style>
a { background-color: #DF53EA; }
a { background-color: rgb(223,83,234); }
div.DivClassName
{
background-color: #DF53EA;
}
.BgClassName
{
background-color: #DF53EA;
}
</style>
border-color css
<style>
span { border-color: #DF53EA; }
span { border-color: rgb(223,83,234); }
td.TdClassName
{
border-color: #DF53EA;
}
.TagClassName
{
border-color: #DF53EA;
}
</style>