Html Css Color HEX #D446EC Free Speech Magenta
📋 copy color: '#D446EC'red 212 ◦ green 70 ◦ blue 236
Shades of Free Speech Magenta #D446EC
Tints of Free Speech Magenta #D446EC
RGB
CMYK
RGB Variations
Color information
#D446EC (or 0xD446EC) is known color: Free Speech Magenta. HEX triplet: D4, 46 and EC. RGB value is (212,70,236). Sum of RGB (Red+Green+Blue) = 212+70+236=518 (68% of max value = 765). Red value is 212 (83.20% from 255 or 40.93% from 518); Green value is 70 (27.73% from 255 or 13.51% 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 #D446EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D446EC is #2BB913. Grayscale: #828282. Windows color (decimal): -2865428 or 15484628. OLE color: 15484628.
HSL color Cylindrical-coordinate representation of color #D446EC: hue angle of 291.33º 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 #D446EC is Cyan = 0.10, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 212 | 70 | 236 | - |
| CMYK | 0.10 | 0.70 | 0 | 0.07 |
| HSL | 291.33º | 0.81% | 0.6% | - |
| HSV(B) | 291.33º | 0.7% | 0.93% | - |
| XYZ | 44.48 | 24.43 | 81.73 | - |
| YUV | 131.38 | 187.04 | 185.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 70 | 236 | 0.10 | 0.70 | 0 | 0.07 | 291.33 | 0.81 | 0.6 |
| Hex | D4 | 46 | EC | A | 46 | 0 | 7 | 123 | 51 | 3C |
| Octal | 324 | 106 | 354 | 12 | 106 | 0 | 7 | 443 | 121 | 74 |
| Binary | 11010100 | 1000110 | 11101100 | 1010 | 1000110 | 0 | 111 | 100100011 | 1010001 | 111100 |
Color Harmonies of #D446EC
Complementary color
Monochromatic Colors of #D446EC
Black with #D446EC
Text Example
Text Example
White with #D446EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D446EC; }
p { color: rgb(212,70,236); }
H1.HeaderClassName
{
color: #D446EC;
}
.AnyTagClassName
{
color: #D446EC;
}
</style>
background-color css
<style>
a { background-color: #D446EC; }
a { background-color: rgb(212,70,236); }
div.DivClassName
{
background-color: #D446EC;
}
.BgClassName
{
background-color: #D446EC;
}
</style>
border-color css
<style>
span { border-color: #D446EC; }
span { border-color: rgb(212,70,236); }
td.TdClassName
{
border-color: #D446EC;
}
.TagClassName
{
border-color: #D446EC;
}
</style>