Html Css Color HEX #D950F0 Free Speech Magenta
📋 copy color: '#D950F0'red 217 ◦ green 80 ◦ blue 240
Shades of Free Speech Magenta #D950F0
Tints of Free Speech Magenta #D950F0
RGB
CMYK
RGB Variations
Color information
#D950F0 (or 0xD950F0) is known color: Free Speech Magenta. HEX triplet: D9, 50 and F0. RGB value is (217,80,240). Sum of RGB (Red+Green+Blue) = 217+80+240=537 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.41% from 537); Green value is 80 (31.64% from 255 or 14.90% from 537); Blue value is 240 (94.14% from 255 or 44.69% from 537); Max value from RGB is 240 - color contains mainly: blue. Hex color #D950F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D950F0 is #26AF0F. Grayscale: #8A8A8A. Windows color (decimal): -2535184 or 15749337. OLE color: 15749337.
HSL color Cylindrical-coordinate representation of color #D950F0: hue angle of 291.38º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D950F0 is Cyan = 0.10, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 217 | 80 | 240 | - |
| CMYK | 0.10 | 0.67 | 0 | 0.06 |
| HSL | 291.38º | 0.84% | 0.63% | - |
| HSV(B) | 291.38º | 0.67% | 0.94% | - |
| XYZ | 47.21 | 26.78 | 85.12 | - |
| YUV | 139.2 | 184.89 | 183.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 80 | 240 | 0.10 | 0.67 | 0 | 0.06 | 291.38 | 0.84 | 0.63 |
| Hex | D9 | 50 | F0 | A | 43 | 0 | 6 | 123 | 54 | 3F |
| Octal | 331 | 120 | 360 | 12 | 103 | 0 | 6 | 443 | 124 | 77 |
| Binary | 11011001 | 1010000 | 11110000 | 1010 | 1000011 | 0 | 110 | 100100011 | 1010100 | 111111 |
Color Harmonies of #D950F0
Complementary color
Monochromatic Colors of #D950F0
Black with #D950F0
Text Example
Text Example
White with #D950F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D950F0; }
p { color: rgb(217,80,240); }
H1.HeaderClassName
{
color: #D950F0;
}
.AnyTagClassName
{
color: #D950F0;
}
</style>
background-color css
<style>
a { background-color: #D950F0; }
a { background-color: rgb(217,80,240); }
div.DivClassName
{
background-color: #D950F0;
}
.BgClassName
{
background-color: #D950F0;
}
</style>
border-color css
<style>
span { border-color: #D950F0; }
span { border-color: rgb(217,80,240); }
td.TdClassName
{
border-color: #D950F0;
}
.TagClassName
{
border-color: #D950F0;
}
</style>