Html Css Color HEX #D937EE Free Speech Magenta
📋 copy color: '#D937EE'red 217 ◦ green 55 ◦ blue 238
Shades of Free Speech Magenta #D937EE
Tints of Free Speech Magenta #D937EE
RGB
CMYK
RGB Variations
Color information
#D937EE (or 0xD937EE) is known color: Free Speech Magenta. HEX triplet: D9, 37 and EE. RGB value is (217,55,238). Sum of RGB (Red+Green+Blue) = 217+55+238=510 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.55% from 510); Green value is 55 (21.88% from 255 or 10.78% from 510); Blue value is 238 (93.36% from 255 or 46.67% from 510); Max value from RGB is 238 - color contains mainly: blue. Hex color #D937EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D937EE is #26C811. Grayscale: #7B7B7B. Windows color (decimal): -2541586 or 15611865. OLE color: 15611865.
HSL color Cylindrical-coordinate representation of color #D937EE: hue angle of 293.11º degrees, saturation: 0.84, 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 #D937EE is Cyan = 0.09, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 217 | 55 | 238 | - |
| CMYK | 0.09 | 0.77 | 0 | 0.07 |
| HSL | 293.11º | 0.84% | 0.57% | - |
| HSV(B) | 293.11º | 0.77% | 0.93% | - |
| XYZ | 45.41 | 23.66 | 83.06 | - |
| YUV | 124.3 | 192.17 | 194.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 55 | 238 | 0.09 | 0.77 | 0 | 0.07 | 293.11 | 0.84 | 0.57 |
| Hex | D9 | 37 | EE | 9 | 4D | 0 | 7 | 125 | 54 | 39 |
| Octal | 331 | 67 | 356 | 11 | 115 | 0 | 7 | 445 | 124 | 71 |
| Binary | 11011001 | 110111 | 11101110 | 1001 | 1001101 | 0 | 111 | 100100101 | 1010100 | 111001 |
Color Harmonies of #D937EE
Complementary color
Monochromatic Colors of #D937EE
Black with #D937EE
Text Example
Text Example
White with #D937EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D937EE; }
p { color: rgb(217,55,238); }
H1.HeaderClassName
{
color: #D937EE;
}
.AnyTagClassName
{
color: #D937EE;
}
</style>
background-color css
<style>
a { background-color: #D937EE; }
a { background-color: rgb(217,55,238); }
div.DivClassName
{
background-color: #D937EE;
}
.BgClassName
{
background-color: #D937EE;
}
</style>
border-color css
<style>
span { border-color: #D937EE; }
span { border-color: rgb(217,55,238); }
td.TdClassName
{
border-color: #D937EE;
}
.TagClassName
{
border-color: #D937EE;
}
</style>