Html Css Color HEX #D73ED2 Free Speech Magenta
📋 copy color: '#D73ED2'red 215 ◦ green 62 ◦ blue 210
Shades of Free Speech Magenta #D73ED2
Tints of Free Speech Magenta #D73ED2
RGB
CMYK
RGB Variations
Color information
#D73ED2 (or 0xD73ED2) is known color: Free Speech Magenta. HEX triplet: D7, 3E and D2. RGB value is (215,62,210). Sum of RGB (Red+Green+Blue) = 215+62+210=487 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.15% from 487); Green value is 62 (24.61% from 255 or 12.73% from 487); Blue value is 210 (82.42% from 255 or 43.12% from 487); Max value from RGB is 215 - color contains mainly: red. Hex color #D73ED2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D73ED2 is #28C12D. Grayscale: #7C7C7C. Windows color (decimal): -2670894 or 13778647. OLE color: 13778647.
HSL color Cylindrical-coordinate representation of color #D73ED2: hue angle of 301.96º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D73ED2 is Cyan = 0, Magento = 0.71, Yellow = 0.02 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 62 | 210 | - |
| CMYK | 0 | 0.71 | 0.02 | 0.16 |
| HSL | 301.96º | 0.66% | 0.54% | - |
| HSV(B) | 301.96º | 0.71% | 0.84% | - |
| XYZ | 41.38 | 22.55 | 63.14 | - |
| YUV | 124.62 | 176.19 | 192.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 62 | 210 | 0 | 0.71 | 0.02 | 0.16 | 301.96 | 0.66 | 0.54 |
| Hex | D7 | 3E | D2 | 0 | 47 | 2 | 10 | 12E | 42 | 36 |
| Octal | 327 | 76 | 322 | 0 | 107 | 2 | 20 | 456 | 102 | 66 |
| Binary | 11010111 | 111110 | 11010010 | 0 | 1000111 | 10 | 10000 | 100101110 | 1000010 | 110110 |
Color Harmonies of #D73ED2
Complementary color
Monochromatic Colors of #D73ED2
Black with #D73ED2
Text Example
Text Example
White with #D73ED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D73ED2; }
p { color: rgb(215,62,210); }
H1.HeaderClassName
{
color: #D73ED2;
}
.AnyTagClassName
{
color: #D73ED2;
}
</style>
background-color css
<style>
a { background-color: #D73ED2; }
a { background-color: rgb(215,62,210); }
div.DivClassName
{
background-color: #D73ED2;
}
.BgClassName
{
background-color: #D73ED2;
}
</style>
border-color css
<style>
span { border-color: #D73ED2; }
span { border-color: rgb(215,62,210); }
td.TdClassName
{
border-color: #D73ED2;
}
.TagClassName
{
border-color: #D73ED2;
}
</style>