Html Css Color HEX #D53FED Free Speech Magenta
📋 copy color: '#D53FED'red 213 ◦ green 63 ◦ blue 237
Shades of Free Speech Magenta #D53FED
Tints of Free Speech Magenta #D53FED
RGB
CMYK
RGB Variations
Color information
#D53FED (or 0xD53FED) is known color: Free Speech Magenta. HEX triplet: D5, 3F and ED. RGB value is (213,63,237). Sum of RGB (Red+Green+Blue) = 213+63+237=513 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.52% from 513); Green value is 63 (25% from 255 or 12.28% from 513); Blue value is 237 (92.97% from 255 or 46.20% from 513); Max value from RGB is 237 - color contains mainly: blue. Hex color #D53FED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D53FED is #2AC012. Grayscale: #7F7F7F. Windows color (decimal): -2801683 or 15548373. OLE color: 15548373.
HSL color Cylindrical-coordinate representation of color #D53FED: hue angle of 291.72º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D53FED is Cyan = 0.10, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 213 | 63 | 237 | - |
| CMYK | 0.10 | 0.73 | 0 | 0.07 |
| HSL | 291.72º | 0.83% | 0.59% | - |
| HSV(B) | 291.72º | 0.73% | 0.93% | - |
| XYZ | 44.5 | 23.82 | 82.37 | - |
| YUV | 127.69 | 189.7 | 188.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 63 | 237 | 0.10 | 0.73 | 0 | 0.07 | 291.72 | 0.83 | 0.59 |
| Hex | D5 | 3F | ED | A | 49 | 0 | 7 | 124 | 53 | 3B |
| Octal | 325 | 77 | 355 | 12 | 111 | 0 | 7 | 444 | 123 | 73 |
| Binary | 11010101 | 111111 | 11101101 | 1010 | 1001001 | 0 | 111 | 100100100 | 1010011 | 111011 |
Color Harmonies of #D53FED
Complementary color
Monochromatic Colors of #D53FED
Black with #D53FED
Text Example
Text Example
White with #D53FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53FED; }
p { color: rgb(213,63,237); }
H1.HeaderClassName
{
color: #D53FED;
}
.AnyTagClassName
{
color: #D53FED;
}
</style>
background-color css
<style>
a { background-color: #D53FED; }
a { background-color: rgb(213,63,237); }
div.DivClassName
{
background-color: #D53FED;
}
.BgClassName
{
background-color: #D53FED;
}
</style>
border-color css
<style>
span { border-color: #D53FED; }
span { border-color: rgb(213,63,237); }
td.TdClassName
{
border-color: #D53FED;
}
.TagClassName
{
border-color: #D53FED;
}
</style>