Html Css Color HEX #D441EC Free Speech Magenta
📋 copy color: '#D441EC'red 212 ◦ green 65 ◦ blue 236
Shades of Free Speech Magenta #D441EC
Tints of Free Speech Magenta #D441EC
RGB
CMYK
RGB Variations
Color information
#D441EC (or 0xD441EC) is known color: Free Speech Magenta. HEX triplet: D4, 41 and EC. RGB value is (212,65,236). Sum of RGB (Red+Green+Blue) = 212+65+236=513 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.33% from 513); Green value is 65 (25.78% from 255 or 12.67% from 513); Blue value is 236 (92.58% from 255 or 46.00% from 513); Max value from RGB is 236 - color contains mainly: blue. Hex color #D441EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D441EC is #2BBE13. Grayscale: #7F7F7F. Windows color (decimal): -2866708 or 15483348. OLE color: 15483348.
HSL color Cylindrical-coordinate representation of color #D441EC: hue angle of 291.58º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D441EC is Cyan = 0.10, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 212 | 65 | 236 | - |
| CMYK | 0.10 | 0.72 | 0 | 0.07 |
| HSL | 291.58º | 0.82% | 0.59% | - |
| HSV(B) | 291.58º | 0.72% | 0.93% | - |
| XYZ | 44.18 | 23.83 | 81.63 | - |
| YUV | 128.45 | 188.7 | 187.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 65 | 236 | 0.10 | 0.72 | 0 | 0.07 | 291.58 | 0.82 | 0.59 |
| Hex | D4 | 41 | EC | A | 48 | 0 | 7 | 124 | 52 | 3B |
| Octal | 324 | 101 | 354 | 12 | 110 | 0 | 7 | 444 | 122 | 73 |
| Binary | 11010100 | 1000001 | 11101100 | 1010 | 1001000 | 0 | 111 | 100100100 | 1010010 | 111011 |
Color Harmonies of #D441EC
Complementary color
Monochromatic Colors of #D441EC
Black with #D441EC
Text Example
Text Example
White with #D441EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D441EC; }
p { color: rgb(212,65,236); }
H1.HeaderClassName
{
color: #D441EC;
}
.AnyTagClassName
{
color: #D441EC;
}
</style>
background-color css
<style>
a { background-color: #D441EC; }
a { background-color: rgb(212,65,236); }
div.DivClassName
{
background-color: #D441EC;
}
.BgClassName
{
background-color: #D441EC;
}
</style>
border-color css
<style>
span { border-color: #D441EC; }
span { border-color: rgb(212,65,236); }
td.TdClassName
{
border-color: #D441EC;
}
.TagClassName
{
border-color: #D441EC;
}
</style>