Html Css Color HEX #D937DC Free Speech Magenta
📋 copy color: '#D937DC'red 217 ◦ green 55 ◦ blue 220
Shades of Free Speech Magenta #D937DC
Tints of Free Speech Magenta #D937DC
RGB
CMYK
RGB Variations
Color information
#D937DC (or 0xD937DC) is known color: Free Speech Magenta. HEX triplet: D9, 37 and DC. RGB value is (217,55,220). Sum of RGB (Red+Green+Blue) = 217+55+220=492 (65% of max value = 765). Red value is 217 (85.16% from 255 or 44.11% from 492); Green value is 55 (21.88% from 255 or 11.18% from 492); Blue value is 220 (86.33% from 255 or 44.72% from 492); Max value from RGB is 220 - color contains mainly: blue. Hex color #D937DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D937DC is #26C823. Grayscale: #797979. Windows color (decimal): -2541604 or 14432217. OLE color: 14432217.
HSL color Cylindrical-coordinate representation of color #D937DC: hue angle of 298.91º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D937DC is Cyan = 0.01, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 217 | 55 | 220 | - |
| CMYK | 0.01 | 0.75 | 0 | 0.14 |
| HSL | 298.91º | 0.7% | 0.54% | - |
| HSV(B) | 298.91º | 0.75% | 0.86% | - |
| XYZ | 42.9 | 22.65 | 69.82 | - |
| YUV | 122.25 | 183.17 | 195.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 55 | 220 | 0.01 | 0.75 | 0 | 0.14 | 298.91 | 0.7 | 0.54 |
| Hex | D9 | 37 | DC | 1 | 4B | 0 | E | 12B | 46 | 36 |
| Octal | 331 | 67 | 334 | 1 | 113 | 0 | 16 | 453 | 106 | 66 |
| Binary | 11011001 | 110111 | 11011100 | 1 | 1001011 | 0 | 1110 | 100101011 | 1000110 | 110110 |
Color Harmonies of #D937DC
Complementary color
Monochromatic Colors of #D937DC
Black with #D937DC
Text Example
Text Example
White with #D937DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D937DC; }
p { color: rgb(217,55,220); }
H1.HeaderClassName
{
color: #D937DC;
}
.AnyTagClassName
{
color: #D937DC;
}
</style>
background-color css
<style>
a { background-color: #D937DC; }
a { background-color: rgb(217,55,220); }
div.DivClassName
{
background-color: #D937DC;
}
.BgClassName
{
background-color: #D937DC;
}
</style>
border-color css
<style>
span { border-color: #D937DC; }
span { border-color: rgb(217,55,220); }
td.TdClassName
{
border-color: #D937DC;
}
.TagClassName
{
border-color: #D937DC;
}
</style>