Html Css Color HEX #D347EC Free Speech Magenta
📋 copy color: '#D347EC'red 211 ◦ green 71 ◦ blue 236
Shades of Free Speech Magenta #D347EC
Tints of Free Speech Magenta #D347EC
RGB
CMYK
RGB Variations
Color information
#D347EC (or 0xD347EC) is known color: Free Speech Magenta. HEX triplet: D3, 47 and EC. RGB value is (211,71,236). Sum of RGB (Red+Green+Blue) = 211+71+236=518 (68% of max value = 765). Red value is 211 (82.81% from 255 or 40.73% from 518); Green value is 71 (28.12% from 255 or 13.71% from 518); Blue value is 236 (92.58% from 255 or 45.56% from 518); Max value from RGB is 236 - color contains mainly: blue. Hex color #D347EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D347EC is #2CB813. Grayscale: #838383. Windows color (decimal): -2930708 or 15484883. OLE color: 15484883.
HSL color Cylindrical-coordinate representation of color #D347EC: hue angle of 290.91º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D347EC is Cyan = 0.11, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 211 | 71 | 236 | - |
| CMYK | 0.11 | 0.70 | 0 | 0.07 |
| HSL | 290.91º | 0.81% | 0.6% | - |
| HSV(B) | 290.91º | 0.7% | 0.93% | - |
| XYZ | 44.26 | 24.41 | 81.74 | - |
| YUV | 131.67 | 186.88 | 184.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 71 | 236 | 0.11 | 0.70 | 0 | 0.07 | 290.91 | 0.81 | 0.6 |
| Hex | D3 | 47 | EC | B | 46 | 0 | 7 | 123 | 51 | 3C |
| Octal | 323 | 107 | 354 | 13 | 106 | 0 | 7 | 443 | 121 | 74 |
| Binary | 11010011 | 1000111 | 11101100 | 1011 | 1000110 | 0 | 111 | 100100011 | 1010001 | 111100 |
Color Harmonies of #D347EC
Complementary color
Monochromatic Colors of #D347EC
Black with #D347EC
Text Example
Text Example
White with #D347EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D347EC; }
p { color: rgb(211,71,236); }
H1.HeaderClassName
{
color: #D347EC;
}
.AnyTagClassName
{
color: #D347EC;
}
</style>
background-color css
<style>
a { background-color: #D347EC; }
a { background-color: rgb(211,71,236); }
div.DivClassName
{
background-color: #D347EC;
}
.BgClassName
{
background-color: #D347EC;
}
</style>
border-color css
<style>
span { border-color: #D347EC; }
span { border-color: rgb(211,71,236); }
td.TdClassName
{
border-color: #D347EC;
}
.TagClassName
{
border-color: #D347EC;
}
</style>