Html Css Color HEX #D831EC Free Speech Magenta
📋 copy color: '#D831EC'red 216 ◦ green 49 ◦ blue 236
Shades of Free Speech Magenta #D831EC
Tints of Free Speech Magenta #D831EC
RGB
CMYK
RGB Variations
Color information
#D831EC (or 0xD831EC) is known color: Free Speech Magenta. HEX triplet: D8, 31 and EC. RGB value is (216,49,236). Sum of RGB (Red+Green+Blue) = 216+49+236=501 (66% of max value = 765). Red value is 216 (84.77% from 255 or 43.11% from 501); Green value is 49 (19.53% from 255 or 9.78% from 501); Blue value is 236 (92.58% from 255 or 47.11% from 501); Max value from RGB is 236 - color contains mainly: blue. Hex color #D831EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D831EC is #27CE13. Grayscale: #777777. Windows color (decimal): -2608660 or 15479256. OLE color: 15479256.
HSL color Cylindrical-coordinate representation of color #D831EC: hue angle of 293.58º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D831EC is Cyan = 0.08, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 216 | 49 | 236 | - |
| CMYK | 0.08 | 0.79 | 0 | 0.07 |
| HSL | 293.58º | 0.83% | 0.56% | - |
| HSV(B) | 293.58º | 0.79% | 0.93% | - |
| XYZ | 44.56 | 22.85 | 81.42 | - |
| YUV | 120.25 | 193.33 | 196.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 49 | 236 | 0.08 | 0.79 | 0 | 0.07 | 293.58 | 0.83 | 0.56 |
| Hex | D8 | 31 | EC | 8 | 4F | 0 | 7 | 126 | 53 | 38 |
| Octal | 330 | 61 | 354 | 10 | 117 | 0 | 7 | 446 | 123 | 70 |
| Binary | 11011000 | 110001 | 11101100 | 1000 | 1001111 | 0 | 111 | 100100110 | 1010011 | 111000 |
Color Harmonies of #D831EC
Complementary color
Monochromatic Colors of #D831EC
Black with #D831EC
Text Example
Text Example
White with #D831EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D831EC; }
p { color: rgb(216,49,236); }
H1.HeaderClassName
{
color: #D831EC;
}
.AnyTagClassName
{
color: #D831EC;
}
</style>
background-color css
<style>
a { background-color: #D831EC; }
a { background-color: rgb(216,49,236); }
div.DivClassName
{
background-color: #D831EC;
}
.BgClassName
{
background-color: #D831EC;
}
</style>
border-color css
<style>
span { border-color: #D831EC; }
span { border-color: rgb(216,49,236); }
td.TdClassName
{
border-color: #D831EC;
}
.TagClassName
{
border-color: #D831EC;
}
</style>