Html Css Color HEX #D939F0 Free Speech Magenta
📋 copy color: '#D939F0'red 217 ◦ green 57 ◦ blue 240
Shades of Free Speech Magenta #D939F0
Tints of Free Speech Magenta #D939F0
RGB
CMYK
RGB Variations
Color information
#D939F0 (or 0xD939F0) is known color: Free Speech Magenta. HEX triplet: D9, 39 and F0. RGB value is (217,57,240). Sum of RGB (Red+Green+Blue) = 217+57+240=514 (68% of max value = 765). Red value is 217 (85.16% from 255 or 42.22% from 514); Green value is 57 (22.66% from 255 or 11.09% from 514); Blue value is 240 (94.14% from 255 or 46.69% from 514); Max value from RGB is 240 - color contains mainly: blue. Hex color #D939F0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D939F0 is #26C60F. Grayscale: #7D7D7D. Windows color (decimal): -2541072 or 15743449. OLE color: 15743449.
HSL color Cylindrical-coordinate representation of color #D939F0: hue angle of 292.46º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D939F0 is Cyan = 0.10, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 217 | 57 | 240 | - |
| CMYK | 0.10 | 0.76 | 0 | 0.06 |
| HSL | 292.46º | 0.86% | 0.58% | - |
| HSV(B) | 292.46º | 0.76% | 0.94% | - |
| XYZ | 45.81 | 23.97 | 84.65 | - |
| YUV | 125.7 | 192.51 | 193.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 57 | 240 | 0.10 | 0.76 | 0 | 0.06 | 292.46 | 0.86 | 0.58 |
| Hex | D9 | 39 | F0 | A | 4C | 0 | 6 | 124 | 56 | 3A |
| Octal | 331 | 71 | 360 | 12 | 114 | 0 | 6 | 444 | 126 | 72 |
| Binary | 11011001 | 111001 | 11110000 | 1010 | 1001100 | 0 | 110 | 100100100 | 1010110 | 111010 |
Color Harmonies of #D939F0
Complementary color
Monochromatic Colors of #D939F0
Black with #D939F0
Text Example
Text Example
White with #D939F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D939F0; }
p { color: rgb(217,57,240); }
H1.HeaderClassName
{
color: #D939F0;
}
.AnyTagClassName
{
color: #D939F0;
}
</style>
background-color css
<style>
a { background-color: #D939F0; }
a { background-color: rgb(217,57,240); }
div.DivClassName
{
background-color: #D939F0;
}
.BgClassName
{
background-color: #D939F0;
}
</style>
border-color css
<style>
span { border-color: #D939F0; }
span { border-color: rgb(217,57,240); }
td.TdClassName
{
border-color: #D939F0;
}
.TagClassName
{
border-color: #D939F0;
}
</style>