Html Css Color HEX #D73CEA Free Speech Magenta
📋 copy color: '#D73CEA'red 215 ◦ green 60 ◦ blue 234
Shades of Free Speech Magenta #D73CEA
Tints of Free Speech Magenta #D73CEA
RGB
CMYK
RGB Variations
Color information
#D73CEA (or 0xD73CEA) is known color: Free Speech Magenta. HEX triplet: D7, 3C and EA. RGB value is (215,60,234). Sum of RGB (Red+Green+Blue) = 215+60+234=509 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.24% from 509); Green value is 60 (23.83% from 255 or 11.79% from 509); Blue value is 234 (91.80% from 255 or 45.97% from 509); Max value from RGB is 234 - color contains mainly: blue. Hex color #D73CEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D73CEA is #28C315. Grayscale: #7D7D7D. Windows color (decimal): -2671382 or 15350999. OLE color: 15350999.
HSL color Cylindrical-coordinate representation of color #D73CEA: hue angle of 293.45º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D73CEA is Cyan = 0.08, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 215 | 60 | 234 | - |
| CMYK | 0.08 | 0.74 | 0 | 0.08 |
| HSL | 293.45º | 0.81% | 0.58% | - |
| HSV(B) | 293.45º | 0.74% | 0.92% | - |
| XYZ | 44.49 | 23.62 | 80.06 | - |
| YUV | 126.18 | 188.85 | 191.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 60 | 234 | 0.08 | 0.74 | 0 | 0.08 | 293.45 | 0.81 | 0.58 |
| Hex | D7 | 3C | EA | 8 | 4A | 0 | 8 | 125 | 51 | 3A |
| Octal | 327 | 74 | 352 | 10 | 112 | 0 | 10 | 445 | 121 | 72 |
| Binary | 11010111 | 111100 | 11101010 | 1000 | 1001010 | 0 | 1000 | 100100101 | 1010001 | 111010 |
Color Harmonies of #D73CEA
Complementary color
Monochromatic Colors of #D73CEA
Black with #D73CEA
Text Example
Text Example
White with #D73CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D73CEA; }
p { color: rgb(215,60,234); }
H1.HeaderClassName
{
color: #D73CEA;
}
.AnyTagClassName
{
color: #D73CEA;
}
</style>
background-color css
<style>
a { background-color: #D73CEA; }
a { background-color: rgb(215,60,234); }
div.DivClassName
{
background-color: #D73CEA;
}
.BgClassName
{
background-color: #D73CEA;
}
</style>
border-color css
<style>
span { border-color: #D73CEA; }
span { border-color: rgb(215,60,234); }
td.TdClassName
{
border-color: #D73CEA;
}
.TagClassName
{
border-color: #D73CEA;
}
</style>