Html Css Color HEX #D346EC Free Speech Magenta
📋 copy color: '#D346EC'red 211 ◦ green 70 ◦ blue 236
Shades of Free Speech Magenta #D346EC
Tints of Free Speech Magenta #D346EC
RGB
CMYK
RGB Variations
Color information
#D346EC (or 0xD346EC) is known color: Free Speech Magenta. HEX triplet: D3, 46 and EC. RGB value is (211,70,236). Sum of RGB (Red+Green+Blue) = 211+70+236=517 (68% of max value = 765). Red value is 211 (82.81% from 255 or 40.81% from 517); Green value is 70 (27.73% from 255 or 13.54% from 517); Blue value is 236 (92.58% from 255 or 45.65% from 517); Max value from RGB is 236 - color contains mainly: blue. Hex color #D346EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D346EC is #2CB913. Grayscale: #828282. Windows color (decimal): -2930964 or 15484627. OLE color: 15484627.
HSL color Cylindrical-coordinate representation of color #D346EC: hue angle of 290.96º 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 #D346EC is Cyan = 0.11, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 211 | 70 | 236 | - |
| CMYK | 0.11 | 0.70 | 0 | 0.07 |
| HSL | 290.96º | 0.81% | 0.6% | - |
| HSV(B) | 290.96º | 0.7% | 0.93% | - |
| XYZ | 44.19 | 24.29 | 81.72 | - |
| YUV | 131.08 | 187.21 | 185 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 70 | 236 | 0.11 | 0.70 | 0 | 0.07 | 290.96 | 0.81 | 0.6 |
| Hex | D3 | 46 | EC | B | 46 | 0 | 7 | 123 | 51 | 3C |
| Octal | 323 | 106 | 354 | 13 | 106 | 0 | 7 | 443 | 121 | 74 |
| Binary | 11010011 | 1000110 | 11101100 | 1011 | 1000110 | 0 | 111 | 100100011 | 1010001 | 111100 |
Color Harmonies of #D346EC
Complementary color
Monochromatic Colors of #D346EC
Black with #D346EC
Text Example
Text Example
White with #D346EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D346EC; }
p { color: rgb(211,70,236); }
H1.HeaderClassName
{
color: #D346EC;
}
.AnyTagClassName
{
color: #D346EC;
}
</style>
background-color css
<style>
a { background-color: #D346EC; }
a { background-color: rgb(211,70,236); }
div.DivClassName
{
background-color: #D346EC;
}
.BgClassName
{
background-color: #D346EC;
}
</style>
border-color css
<style>
span { border-color: #D346EC; }
span { border-color: rgb(211,70,236); }
td.TdClassName
{
border-color: #D346EC;
}
.TagClassName
{
border-color: #D346EC;
}
</style>