Html Css Color HEX #D73EDC Free Speech Magenta
📋 copy color: '#D73EDC'red 215 ◦ green 62 ◦ blue 220
Shades of Free Speech Magenta #D73EDC
Tints of Free Speech Magenta #D73EDC
RGB
CMYK
RGB Variations
Color information
#D73EDC (or 0xD73EDC) is known color: Free Speech Magenta. HEX triplet: D7, 3E and DC. RGB value is (215,62,220). Sum of RGB (Red+Green+Blue) = 215+62+220=497 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.26% from 497); Green value is 62 (24.61% from 255 or 12.47% from 497); Blue value is 220 (86.33% from 255 or 44.27% from 497); Max value from RGB is 220 - color contains mainly: blue. Hex color #D73EDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D73EDC is #28C123. Grayscale: #7D7D7D. Windows color (decimal): -2670884 or 14434007. OLE color: 14434007.
HSL color Cylindrical-coordinate representation of color #D73EDC: hue angle of 298.1º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D73EDC is Cyan = 0.02, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 215 | 62 | 220 | - |
| CMYK | 0.02 | 0.72 | 0 | 0.14 |
| HSL | 298.1º | 0.69% | 0.55% | - |
| HSV(B) | 298.1º | 0.72% | 0.86% | - |
| XYZ | 42.67 | 23.06 | 69.91 | - |
| YUV | 125.76 | 181.19 | 191.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 62 | 220 | 0.02 | 0.72 | 0 | 0.14 | 298.1 | 0.69 | 0.55 |
| Hex | D7 | 3E | DC | 2 | 48 | 0 | E | 12A | 45 | 37 |
| Octal | 327 | 76 | 334 | 2 | 110 | 0 | 16 | 452 | 105 | 67 |
| Binary | 11010111 | 111110 | 11011100 | 10 | 1001000 | 0 | 1110 | 100101010 | 1000101 | 110111 |
Color Harmonies of #D73EDC
Complementary color
Monochromatic Colors of #D73EDC
Black with #D73EDC
Text Example
Text Example
White with #D73EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D73EDC; }
p { color: rgb(215,62,220); }
H1.HeaderClassName
{
color: #D73EDC;
}
.AnyTagClassName
{
color: #D73EDC;
}
</style>
background-color css
<style>
a { background-color: #D73EDC; }
a { background-color: rgb(215,62,220); }
div.DivClassName
{
background-color: #D73EDC;
}
.BgClassName
{
background-color: #D73EDC;
}
</style>
border-color css
<style>
span { border-color: #D73EDC; }
span { border-color: rgb(215,62,220); }
td.TdClassName
{
border-color: #D73EDC;
}
.TagClassName
{
border-color: #D73EDC;
}
</style>