Html Css Color HEX #D731E2 Free Speech Magenta
📋 copy color: '#D731E2'red 215 ◦ green 49 ◦ blue 226
Shades of Free Speech Magenta #D731E2
Tints of Free Speech Magenta #D731E2
RGB
CMYK
RGB Variations
Color information
#D731E2 (or 0xD731E2) is known color: Free Speech Magenta. HEX triplet: D7, 31 and E2. RGB value is (215,49,226). Sum of RGB (Red+Green+Blue) = 215+49+226=490 (64% of max value = 765). Red value is 215 (84.38% from 255 or 43.88% from 490); Green value is 49 (19.53% from 255 or 10% from 490); Blue value is 226 (88.67% from 255 or 46.12% from 490); Max value from RGB is 226 - color contains mainly: blue. Hex color #D731E2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D731E2 is #28CE1D. Grayscale: #767676. Windows color (decimal): -2674206 or 14823895. OLE color: 14823895.
HSL color Cylindrical-coordinate representation of color #D731E2: hue angle of 296.27º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D731E2 is Cyan = 0.05, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 215 | 49 | 226 | - |
| CMYK | 0.05 | 0.78 | 0 | 0.11 |
| HSL | 296.27º | 0.75% | 0.54% | - |
| HSV(B) | 296.27º | 0.78% | 0.89% | - |
| XYZ | 42.85 | 22.13 | 73.97 | - |
| YUV | 118.81 | 188.5 | 196.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 49 | 226 | 0.05 | 0.78 | 0 | 0.11 | 296.27 | 0.75 | 0.54 |
| Hex | D7 | 31 | E2 | 5 | 4E | 0 | B | 128 | 4B | 36 |
| Octal | 327 | 61 | 342 | 5 | 116 | 0 | 13 | 450 | 113 | 66 |
| Binary | 11010111 | 110001 | 11100010 | 101 | 1001110 | 0 | 1011 | 100101000 | 1001011 | 110110 |
Color Harmonies of #D731E2
Complementary color
Monochromatic Colors of #D731E2
Black with #D731E2
Text Example
Text Example
White with #D731E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D731E2; }
p { color: rgb(215,49,226); }
H1.HeaderClassName
{
color: #D731E2;
}
.AnyTagClassName
{
color: #D731E2;
}
</style>
background-color css
<style>
a { background-color: #D731E2; }
a { background-color: rgb(215,49,226); }
div.DivClassName
{
background-color: #D731E2;
}
.BgClassName
{
background-color: #D731E2;
}
</style>
border-color css
<style>
span { border-color: #D731E2; }
span { border-color: rgb(215,49,226); }
td.TdClassName
{
border-color: #D731E2;
}
.TagClassName
{
border-color: #D731E2;
}
</style>