Html Css Color HEX #D449EC Free Speech Magenta
📋 copy color: '#D449EC'red 212 ◦ green 73 ◦ blue 236
Shades of Free Speech Magenta #D449EC
Tints of Free Speech Magenta #D449EC
RGB
CMYK
RGB Variations
Color information
#D449EC (or 0xD449EC) is known color: Free Speech Magenta. HEX triplet: D4, 49 and EC. RGB value is (212,73,236). Sum of RGB (Red+Green+Blue) = 212+73+236=521 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.69% from 521); Green value is 73 (28.91% from 255 or 14.01% from 521); Blue value is 236 (92.58% from 255 or 45.30% from 521); Max value from RGB is 236 - color contains mainly: blue. Hex color #D449EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D449EC is #2BB613. Grayscale: #848484. Windows color (decimal): -2864660 or 15485396. OLE color: 15485396.
HSL color Cylindrical-coordinate representation of color #D449EC: hue angle of 291.17º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D449EC is Cyan = 0.10, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 212 | 73 | 236 | - |
| CMYK | 0.10 | 0.69 | 0 | 0.07 |
| HSL | 291.17º | 0.81% | 0.61% | - |
| HSV(B) | 291.17º | 0.69% | 0.93% | - |
| XYZ | 44.67 | 24.82 | 81.79 | - |
| YUV | 133.14 | 186.05 | 184.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 73 | 236 | 0.10 | 0.69 | 0 | 0.07 | 291.17 | 0.81 | 0.61 |
| Hex | D4 | 49 | EC | A | 45 | 0 | 7 | 123 | 51 | 3D |
| Octal | 324 | 111 | 354 | 12 | 105 | 0 | 7 | 443 | 121 | 75 |
| Binary | 11010100 | 1001001 | 11101100 | 1010 | 1000101 | 0 | 111 | 100100011 | 1010001 | 111101 |
Color Harmonies of #D449EC
Complementary color
Monochromatic Colors of #D449EC
Black with #D449EC
Text Example
Text Example
White with #D449EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D449EC; }
p { color: rgb(212,73,236); }
H1.HeaderClassName
{
color: #D449EC;
}
.AnyTagClassName
{
color: #D449EC;
}
</style>
background-color css
<style>
a { background-color: #D449EC; }
a { background-color: rgb(212,73,236); }
div.DivClassName
{
background-color: #D449EC;
}
.BgClassName
{
background-color: #D449EC;
}
</style>
border-color css
<style>
span { border-color: #D449EC; }
span { border-color: rgb(212,73,236); }
td.TdClassName
{
border-color: #D449EC;
}
.TagClassName
{
border-color: #D449EC;
}
</style>