Html Css Color HEX #D53FEA Free Speech Magenta
📋 copy color: '#D53FEA'red 213 ◦ green 63 ◦ blue 234
Shades of Free Speech Magenta #D53FEA
Tints of Free Speech Magenta #D53FEA
RGB
CMYK
RGB Variations
Color information
#D53FEA (or 0xD53FEA) is known color: Free Speech Magenta. HEX triplet: D5, 3F and EA. RGB value is (213,63,234). Sum of RGB (Red+Green+Blue) = 213+63+234=510 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.76% from 510); Green value is 63 (25% from 255 or 12.35% from 510); Blue value is 234 (91.80% from 255 or 45.88% from 510); Max value from RGB is 234 - color contains mainly: blue. Hex color #D53FEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D53FEA is #2AC015. Grayscale: #7E7E7E. Windows color (decimal): -2801686 or 15351765. OLE color: 15351765.
HSL color Cylindrical-coordinate representation of color #D53FEA: hue angle of 292.63º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D53FEA is Cyan = 0.09, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 213 | 63 | 234 | - |
| CMYK | 0.09 | 0.73 | 0 | 0.08 |
| HSL | 292.63º | 0.8% | 0.58% | - |
| HSV(B) | 292.63º | 0.73% | 0.92% | - |
| XYZ | 44.07 | 23.64 | 80.08 | - |
| YUV | 127.34 | 188.2 | 189.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 63 | 234 | 0.09 | 0.73 | 0 | 0.08 | 292.63 | 0.8 | 0.58 |
| Hex | D5 | 3F | EA | 9 | 49 | 0 | 8 | 125 | 50 | 3A |
| Octal | 325 | 77 | 352 | 11 | 111 | 0 | 10 | 445 | 120 | 72 |
| Binary | 11010101 | 111111 | 11101010 | 1001 | 1001001 | 0 | 1000 | 100100101 | 1010000 | 111010 |
Color Harmonies of #D53FEA
Complementary color
Monochromatic Colors of #D53FEA
Black with #D53FEA
Text Example
Text Example
White with #D53FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53FEA; }
p { color: rgb(213,63,234); }
H1.HeaderClassName
{
color: #D53FEA;
}
.AnyTagClassName
{
color: #D53FEA;
}
</style>
background-color css
<style>
a { background-color: #D53FEA; }
a { background-color: rgb(213,63,234); }
div.DivClassName
{
background-color: #D53FEA;
}
.BgClassName
{
background-color: #D53FEA;
}
</style>
border-color css
<style>
span { border-color: #D53FEA; }
span { border-color: rgb(213,63,234); }
td.TdClassName
{
border-color: #D53FEA;
}
.TagClassName
{
border-color: #D53FEA;
}
</style>