Html Css Color HEX #D946EC Free Speech Magenta
📋 copy color: '#D946EC'red 217 ◦ green 70 ◦ blue 236
Shades of Free Speech Magenta #D946EC
Tints of Free Speech Magenta #D946EC
RGB
CMYK
RGB Variations
Color information
#D946EC (or 0xD946EC) is known color: Free Speech Magenta. HEX triplet: D9, 46 and EC. RGB value is (217,70,236). Sum of RGB (Red+Green+Blue) = 217+70+236=523 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.49% from 523); Green value is 70 (27.73% from 255 or 13.38% from 523); Blue value is 236 (92.58% from 255 or 45.12% from 523); Max value from RGB is 236 - color contains mainly: blue. Hex color #D946EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D946EC is #26B913. Grayscale: #848484. Windows color (decimal): -2537748 or 15484633. OLE color: 15484633.
HSL color Cylindrical-coordinate representation of color #D946EC: hue angle of 293.13º 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 #D946EC is Cyan = 0.08, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 217 | 70 | 236 | - |
| CMYK | 0.08 | 0.70 | 0 | 0.07 |
| HSL | 293.13º | 0.81% | 0.6% | - |
| HSV(B) | 293.13º | 0.7% | 0.93% | - |
| XYZ | 45.95 | 25.19 | 81.8 | - |
| YUV | 132.88 | 186.2 | 188 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 70 | 236 | 0.08 | 0.70 | 0 | 0.07 | 293.13 | 0.81 | 0.6 |
| Hex | D9 | 46 | EC | 8 | 46 | 0 | 7 | 125 | 51 | 3C |
| Octal | 331 | 106 | 354 | 10 | 106 | 0 | 7 | 445 | 121 | 74 |
| Binary | 11011001 | 1000110 | 11101100 | 1000 | 1000110 | 0 | 111 | 100100101 | 1010001 | 111100 |
Color Harmonies of #D946EC
Complementary color
Monochromatic Colors of #D946EC
Black with #D946EC
Text Example
Text Example
White with #D946EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D946EC; }
p { color: rgb(217,70,236); }
H1.HeaderClassName
{
color: #D946EC;
}
.AnyTagClassName
{
color: #D946EC;
}
</style>
background-color css
<style>
a { background-color: #D946EC; }
a { background-color: rgb(217,70,236); }
div.DivClassName
{
background-color: #D946EC;
}
.BgClassName
{
background-color: #D946EC;
}
</style>
border-color css
<style>
span { border-color: #D946EC; }
span { border-color: rgb(217,70,236); }
td.TdClassName
{
border-color: #D946EC;
}
.TagClassName
{
border-color: #D946EC;
}
</style>