Html Css Color HEX #D831E3 Free Speech Magenta
📋 copy color: '#D831E3'red 216 ◦ green 49 ◦ blue 227
Shades of Free Speech Magenta #D831E3
Tints of Free Speech Magenta #D831E3
RGB
CMYK
RGB Variations
Color information
#D831E3 (or 0xD831E3) is known color: Free Speech Magenta. HEX triplet: D8, 31 and E3. RGB value is (216,49,227). Sum of RGB (Red+Green+Blue) = 216+49+227=492 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.90% from 492); Green value is 49 (19.53% from 255 or 9.96% from 492); Blue value is 227 (89.06% from 255 or 46.14% from 492); Max value from RGB is 227 - color contains mainly: blue. Hex color #D831E3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D831E3 is #27CE1C. Grayscale: #767676. Windows color (decimal): -2608669 or 14889432. OLE color: 14889432.
HSL color Cylindrical-coordinate representation of color #D831E3: hue angle of 296.29º degrees, saturation: 0.76, 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 #D831E3 is Cyan = 0.05, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 216 | 49 | 227 | - |
| CMYK | 0.05 | 0.78 | 0 | 0.11 |
| HSL | 296.29º | 0.76% | 0.54% | - |
| HSV(B) | 296.29º | 0.78% | 0.89% | - |
| XYZ | 43.28 | 22.34 | 74.7 | - |
| YUV | 119.23 | 188.83 | 197.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 49 | 227 | 0.05 | 0.78 | 0 | 0.11 | 296.29 | 0.76 | 0.54 |
| Hex | D8 | 31 | E3 | 5 | 4E | 0 | B | 128 | 4C | 36 |
| Octal | 330 | 61 | 343 | 5 | 116 | 0 | 13 | 450 | 114 | 66 |
| Binary | 11011000 | 110001 | 11100011 | 101 | 1001110 | 0 | 1011 | 100101000 | 1001100 | 110110 |
Color Harmonies of #D831E3
Complementary color
Monochromatic Colors of #D831E3
Black with #D831E3
Text Example
Text Example
White with #D831E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D831E3; }
p { color: rgb(216,49,227); }
H1.HeaderClassName
{
color: #D831E3;
}
.AnyTagClassName
{
color: #D831E3;
}
</style>
background-color css
<style>
a { background-color: #D831E3; }
a { background-color: rgb(216,49,227); }
div.DivClassName
{
background-color: #D831E3;
}
.BgClassName
{
background-color: #D831E3;
}
</style>
border-color css
<style>
span { border-color: #D831E3; }
span { border-color: rgb(216,49,227); }
td.TdClassName
{
border-color: #D831E3;
}
.TagClassName
{
border-color: #D831E3;
}
</style>