Html Css Color HEX #D637EC Free Speech Magenta
📋 copy color: '#D637EC'red 214 ◦ green 55 ◦ blue 236
Shades of Free Speech Magenta #D637EC
Tints of Free Speech Magenta #D637EC
RGB
CMYK
RGB Variations
Color information
#D637EC (or 0xD637EC) is known color: Free Speech Magenta. HEX triplet: D6, 37 and EC. RGB value is (214,55,236). Sum of RGB (Red+Green+Blue) = 214+55+236=505 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.38% from 505); Green value is 55 (21.88% from 255 or 10.89% from 505); Blue value is 236 (92.58% from 255 or 46.73% from 505); Max value from RGB is 236 - color contains mainly: blue. Hex color #D637EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D637EC is #29C813. Grayscale: #7A7A7A. Windows color (decimal): -2738196 or 15480790. OLE color: 15480790.
HSL color Cylindrical-coordinate representation of color #D637EC: hue angle of 292.71º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D637EC is Cyan = 0.09, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 214 | 55 | 236 | - |
| CMYK | 0.09 | 0.77 | 0 | 0.07 |
| HSL | 292.71º | 0.83% | 0.57% | - |
| HSV(B) | 292.71º | 0.77% | 0.93% | - |
| XYZ | 44.24 | 23.08 | 81.48 | - |
| YUV | 123.18 | 191.68 | 192.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 55 | 236 | 0.09 | 0.77 | 0 | 0.07 | 292.71 | 0.83 | 0.57 |
| Hex | D6 | 37 | EC | 9 | 4D | 0 | 7 | 125 | 53 | 39 |
| Octal | 326 | 67 | 354 | 11 | 115 | 0 | 7 | 445 | 123 | 71 |
| Binary | 11010110 | 110111 | 11101100 | 1001 | 1001101 | 0 | 111 | 100100101 | 1010011 | 111001 |
Color Harmonies of #D637EC
Complementary color
Monochromatic Colors of #D637EC
Black with #D637EC
Text Example
Text Example
White with #D637EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D637EC; }
p { color: rgb(214,55,236); }
H1.HeaderClassName
{
color: #D637EC;
}
.AnyTagClassName
{
color: #D637EC;
}
</style>
background-color css
<style>
a { background-color: #D637EC; }
a { background-color: rgb(214,55,236); }
div.DivClassName
{
background-color: #D637EC;
}
.BgClassName
{
background-color: #D637EC;
}
</style>
border-color css
<style>
span { border-color: #D637EC; }
span { border-color: rgb(214,55,236); }
td.TdClassName
{
border-color: #D637EC;
}
.TagClassName
{
border-color: #D637EC;
}
</style>