Html Css Color HEX #D44EEC Free Speech Magenta
📋 copy color: '#D44EEC'red 212 ◦ green 78 ◦ blue 236
Shades of Free Speech Magenta #D44EEC
Tints of Free Speech Magenta #D44EEC
RGB
CMYK
RGB Variations
Color information
#D44EEC (or 0xD44EEC) is known color: Free Speech Magenta. HEX triplet: D4, 4E and EC. RGB value is (212,78,236). Sum of RGB (Red+Green+Blue) = 212+78+236=526 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.30% from 526); Green value is 78 (30.86% from 255 or 14.83% from 526); Blue value is 236 (92.58% from 255 or 44.87% from 526); Max value from RGB is 236 - color contains mainly: blue. Hex color #D44EEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D44EEC is #2BB113. Grayscale: #878787. Windows color (decimal): -2863380 or 15486676. OLE color: 15486676.
HSL color Cylindrical-coordinate representation of color #D44EEC: hue angle of 290.89º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D44EEC is Cyan = 0.10, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 212 | 78 | 236 | - |
| CMYK | 0.10 | 0.67 | 0 | 0.07 |
| HSL | 290.89º | 0.81% | 0.62% | - |
| HSV(B) | 290.89º | 0.67% | 0.93% | - |
| XYZ | 45.02 | 25.5 | 81.91 | - |
| YUV | 136.08 | 184.39 | 182.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 78 | 236 | 0.10 | 0.67 | 0 | 0.07 | 290.89 | 0.81 | 0.62 |
| Hex | D4 | 4E | EC | A | 43 | 0 | 7 | 123 | 51 | 3E |
| Octal | 324 | 116 | 354 | 12 | 103 | 0 | 7 | 443 | 121 | 76 |
| Binary | 11010100 | 1001110 | 11101100 | 1010 | 1000011 | 0 | 111 | 100100011 | 1010001 | 111110 |
Color Harmonies of #D44EEC
Complementary color
Monochromatic Colors of #D44EEC
Black with #D44EEC
Text Example
Text Example
White with #D44EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D44EEC; }
p { color: rgb(212,78,236); }
H1.HeaderClassName
{
color: #D44EEC;
}
.AnyTagClassName
{
color: #D44EEC;
}
</style>
background-color css
<style>
a { background-color: #D44EEC; }
a { background-color: rgb(212,78,236); }
div.DivClassName
{
background-color: #D44EEC;
}
.BgClassName
{
background-color: #D44EEC;
}
</style>
border-color css
<style>
span { border-color: #D44EEC; }
span { border-color: rgb(212,78,236); }
td.TdClassName
{
border-color: #D44EEC;
}
.TagClassName
{
border-color: #D44EEC;
}
</style>