Html Css Color HEX #D931DF Free Speech Magenta
📋 copy color: '#D931DF'red 217 ◦ green 49 ◦ blue 223
Shades of Free Speech Magenta #D931DF
Tints of Free Speech Magenta #D931DF
RGB
CMYK
RGB Variations
Color information
#D931DF (or 0xD931DF) is known color: Free Speech Magenta. HEX triplet: D9, 31 and DF. RGB value is (217,49,223). Sum of RGB (Red+Green+Blue) = 217+49+223=489 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.38% from 489); Green value is 49 (19.53% from 255 or 10.02% from 489); Blue value is 223 (87.5% from 255 or 45.60% from 489); Max value from RGB is 223 - color contains mainly: blue. Hex color #D931DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D931DF is #26CE20. Grayscale: #767676. Windows color (decimal): -2543137 or 14627289. OLE color: 14627289.
HSL color Cylindrical-coordinate representation of color #D931DF: hue angle of 297.93º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D931DF is Cyan = 0.03, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 217 | 49 | 223 | - |
| CMYK | 0.03 | 0.78 | 0 | 0.13 |
| HSL | 297.93º | 0.73% | 0.53% | - |
| HSV(B) | 297.93º | 0.78% | 0.87% | - |
| XYZ | 43.03 | 22.28 | 71.84 | - |
| YUV | 119.07 | 186.66 | 197.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 49 | 223 | 0.03 | 0.78 | 0 | 0.13 | 297.93 | 0.73 | 0.53 |
| Hex | D9 | 31 | DF | 3 | 4E | 0 | D | 12A | 49 | 35 |
| Octal | 331 | 61 | 337 | 3 | 116 | 0 | 15 | 452 | 111 | 65 |
| Binary | 11011001 | 110001 | 11011111 | 11 | 1001110 | 0 | 1101 | 100101010 | 1001001 | 110101 |
Color Harmonies of #D931DF
Complementary color
Monochromatic Colors of #D931DF
Black with #D931DF
Text Example
Text Example
White with #D931DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D931DF; }
p { color: rgb(217,49,223); }
H1.HeaderClassName
{
color: #D931DF;
}
.AnyTagClassName
{
color: #D931DF;
}
</style>
background-color css
<style>
a { background-color: #D931DF; }
a { background-color: rgb(217,49,223); }
div.DivClassName
{
background-color: #D931DF;
}
.BgClassName
{
background-color: #D931DF;
}
</style>
border-color css
<style>
span { border-color: #D931DF; }
span { border-color: rgb(217,49,223); }
td.TdClassName
{
border-color: #D931DF;
}
.TagClassName
{
border-color: #D931DF;
}
</style>