Html Css Color HEX #D73FEA Free Speech Magenta
📋 copy color: '#D73FEA'red 215 ◦ green 63 ◦ blue 234
Shades of Free Speech Magenta #D73FEA
Tints of Free Speech Magenta #D73FEA
RGB
CMYK
RGB Variations
Color information
#D73FEA (or 0xD73FEA) is known color: Free Speech Magenta. HEX triplet: D7, 3F and EA. RGB value is (215,63,234). Sum of RGB (Red+Green+Blue) = 215+63+234=512 (67% of max value = 765). Red value is 215 (84.38% from 255 or 41.99% from 512); Green value is 63 (25% from 255 or 12.30% from 512); Blue value is 234 (91.80% from 255 or 45.70% from 512); Max value from RGB is 234 - color contains mainly: blue. Hex color #D73FEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D73FEA is #28C015. Grayscale: #7F7F7F. Windows color (decimal): -2670614 or 15351767. OLE color: 15351767.
HSL color Cylindrical-coordinate representation of color #D73FEA: hue angle of 293.33º 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 #D73FEA is Cyan = 0.08, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 215 | 63 | 234 | - |
| CMYK | 0.08 | 0.73 | 0 | 0.08 |
| HSL | 293.33º | 0.8% | 0.58% | - |
| HSV(B) | 293.33º | 0.73% | 0.92% | - |
| XYZ | 44.65 | 23.94 | 80.11 | - |
| YUV | 127.94 | 187.86 | 190.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 63 | 234 | 0.08 | 0.73 | 0 | 0.08 | 293.33 | 0.8 | 0.58 |
| Hex | D7 | 3F | EA | 8 | 49 | 0 | 8 | 125 | 50 | 3A |
| Octal | 327 | 77 | 352 | 10 | 111 | 0 | 10 | 445 | 120 | 72 |
| Binary | 11010111 | 111111 | 11101010 | 1000 | 1001001 | 0 | 1000 | 100100101 | 1010000 | 111010 |
Color Harmonies of #D73FEA
Complementary color
Monochromatic Colors of #D73FEA
Black with #D73FEA
Text Example
Text Example
White with #D73FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D73FEA; }
p { color: rgb(215,63,234); }
H1.HeaderClassName
{
color: #D73FEA;
}
.AnyTagClassName
{
color: #D73FEA;
}
</style>
background-color css
<style>
a { background-color: #D73FEA; }
a { background-color: rgb(215,63,234); }
div.DivClassName
{
background-color: #D73FEA;
}
.BgClassName
{
background-color: #D73FEA;
}
</style>
border-color css
<style>
span { border-color: #D73FEA; }
span { border-color: rgb(215,63,234); }
td.TdClassName
{
border-color: #D73FEA;
}
.TagClassName
{
border-color: #D73FEA;
}
</style>