Html Css Color HEX #D451EC Free Speech Magenta
📋 copy color: '#D451EC'red 212 ◦ green 81 ◦ blue 236
Shades of Free Speech Magenta #D451EC
Tints of Free Speech Magenta #D451EC
RGB
CMYK
RGB Variations
Color information
#D451EC (or 0xD451EC) is known color: Free Speech Magenta. HEX triplet: D4, 51 and EC. RGB value is (212,81,236). Sum of RGB (Red+Green+Blue) = 212+81+236=529 (70% of max value = 765). Red value is 212 (83.20% from 255 or 40.08% from 529); Green value is 81 (32.03% from 255 or 15.31% from 529); Blue value is 236 (92.58% from 255 or 44.61% from 529); Max value from RGB is 236 - color contains mainly: blue. Hex color #D451EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D451EC is #2BAE13. Grayscale: #898989. Windows color (decimal): -2862612 or 15487444. OLE color: 15487444.
HSL color Cylindrical-coordinate representation of color #D451EC: hue angle of 290.71º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D451EC is Cyan = 0.10, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 212 | 81 | 236 | - |
| CMYK | 0.10 | 0.66 | 0 | 0.07 |
| HSL | 290.71º | 0.8% | 0.62% | - |
| HSV(B) | 290.71º | 0.66% | 0.93% | - |
| XYZ | 45.23 | 25.94 | 81.98 | - |
| YUV | 137.84 | 183.4 | 180.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 81 | 236 | 0.10 | 0.66 | 0 | 0.07 | 290.71 | 0.8 | 0.62 |
| Hex | D4 | 51 | EC | A | 42 | 0 | 7 | 123 | 50 | 3E |
| Octal | 324 | 121 | 354 | 12 | 102 | 0 | 7 | 443 | 120 | 76 |
| Binary | 11010100 | 1010001 | 11101100 | 1010 | 1000010 | 0 | 111 | 100100011 | 1010000 | 111110 |
Color Harmonies of #D451EC
Complementary color
Monochromatic Colors of #D451EC
Black with #D451EC
Text Example
Text Example
White with #D451EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D451EC; }
p { color: rgb(212,81,236); }
H1.HeaderClassName
{
color: #D451EC;
}
.AnyTagClassName
{
color: #D451EC;
}
</style>
background-color css
<style>
a { background-color: #D451EC; }
a { background-color: rgb(212,81,236); }
div.DivClassName
{
background-color: #D451EC;
}
.BgClassName
{
background-color: #D451EC;
}
</style>
border-color css
<style>
span { border-color: #D451EC; }
span { border-color: rgb(212,81,236); }
td.TdClassName
{
border-color: #D451EC;
}
.TagClassName
{
border-color: #D451EC;
}
</style>