Html Css Color HEX #D937ED Free Speech Magenta
📋 copy color: '#D937ED'red 217 ◦ green 55 ◦ blue 237
Shades of Free Speech Magenta #D937ED
Tints of Free Speech Magenta #D937ED
RGB
CMYK
RGB Variations
Color information
#D937ED (or 0xD937ED) is known color: Free Speech Magenta. HEX triplet: D9, 37 and ED. RGB value is (217,55,237). Sum of RGB (Red+Green+Blue) = 217+55+237=509 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.63% from 509); Green value is 55 (21.88% from 255 or 10.81% from 509); Blue value is 237 (92.97% from 255 or 46.56% from 509); Max value from RGB is 237 - color contains mainly: blue. Hex color #D937ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D937ED is #26C812. Grayscale: #7B7B7B. Windows color (decimal): -2541587 or 15546329. OLE color: 15546329.
HSL color Cylindrical-coordinate representation of color #D937ED: hue angle of 293.41º 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 #D937ED is Cyan = 0.08, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 217 | 55 | 237 | - |
| CMYK | 0.08 | 0.77 | 0 | 0.07 |
| HSL | 293.41º | 0.83% | 0.57% | - |
| HSV(B) | 293.41º | 0.77% | 0.93% | - |
| XYZ | 45.27 | 23.6 | 82.29 | - |
| YUV | 124.19 | 191.67 | 194.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 55 | 237 | 0.08 | 0.77 | 0 | 0.07 | 293.41 | 0.83 | 0.57 |
| Hex | D9 | 37 | ED | 8 | 4D | 0 | 7 | 125 | 53 | 39 |
| Octal | 331 | 67 | 355 | 10 | 115 | 0 | 7 | 445 | 123 | 71 |
| Binary | 11011001 | 110111 | 11101101 | 1000 | 1001101 | 0 | 111 | 100100101 | 1010011 | 111001 |
Color Harmonies of #D937ED
Complementary color
Monochromatic Colors of #D937ED
Black with #D937ED
Text Example
Text Example
White with #D937ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D937ED; }
p { color: rgb(217,55,237); }
H1.HeaderClassName
{
color: #D937ED;
}
.AnyTagClassName
{
color: #D937ED;
}
</style>
background-color css
<style>
a { background-color: #D937ED; }
a { background-color: rgb(217,55,237); }
div.DivClassName
{
background-color: #D937ED;
}
.BgClassName
{
background-color: #D937ED;
}
</style>
border-color css
<style>
span { border-color: #D937ED; }
span { border-color: rgb(217,55,237); }
td.TdClassName
{
border-color: #D937ED;
}
.TagClassName
{
border-color: #D937ED;
}
</style>