Html Css Color HEX #D950DF Free Speech Magenta
📋 copy color: '#D950DF'red 217 ◦ green 80 ◦ blue 223
Shades of Free Speech Magenta #D950DF
Tints of Free Speech Magenta #D950DF
RGB
CMYK
RGB Variations
Color information
#D950DF (or 0xD950DF) is known color: Free Speech Magenta. HEX triplet: D9, 50 and DF. RGB value is (217,80,223). Sum of RGB (Red+Green+Blue) = 217+80+223=520 (68% of max value = 765). Red value is 217 (85.16% from 255 or 41.73% from 520); Green value is 80 (31.64% from 255 or 15.38% from 520); Blue value is 223 (87.5% from 255 or 42.88% from 520); Max value from RGB is 223 - color contains mainly: blue. Hex color #D950DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D950DF is #26AF20. Grayscale: #888888. Windows color (decimal): -2535201 or 14635225. OLE color: 14635225.
HSL color Cylindrical-coordinate representation of color #D950DF: hue angle of 297.48º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D950DF is Cyan = 0.03, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 217 | 80 | 223 | - |
| CMYK | 0.03 | 0.64 | 0 | 0.13 |
| HSL | 297.48º | 0.69% | 0.59% | - |
| HSV(B) | 297.48º | 0.64% | 0.87% | - |
| XYZ | 44.8 | 25.82 | 72.43 | - |
| YUV | 137.27 | 176.39 | 184.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 80 | 223 | 0.03 | 0.64 | 0 | 0.13 | 297.48 | 0.69 | 0.59 |
| Hex | D9 | 50 | DF | 3 | 40 | 0 | D | 129 | 45 | 3B |
| Octal | 331 | 120 | 337 | 3 | 100 | 0 | 15 | 451 | 105 | 73 |
| Binary | 11011001 | 1010000 | 11011111 | 11 | 1000000 | 0 | 1101 | 100101001 | 1000101 | 111011 |
Color Harmonies of #D950DF
Complementary color
Monochromatic Colors of #D950DF
Black with #D950DF
Text Example
Text Example
White with #D950DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D950DF; }
p { color: rgb(217,80,223); }
H1.HeaderClassName
{
color: #D950DF;
}
.AnyTagClassName
{
color: #D950DF;
}
</style>
background-color css
<style>
a { background-color: #D950DF; }
a { background-color: rgb(217,80,223); }
div.DivClassName
{
background-color: #D950DF;
}
.BgClassName
{
background-color: #D950DF;
}
</style>
border-color css
<style>
span { border-color: #D950DF; }
span { border-color: rgb(217,80,223); }
td.TdClassName
{
border-color: #D950DF;
}
.TagClassName
{
border-color: #D950DF;
}
</style>