Html Css Color HEX #D448EC Free Speech Magenta
📋 copy color: '#D448EC'red 212 ◦ green 72 ◦ blue 236
Shades of Free Speech Magenta #D448EC
Tints of Free Speech Magenta #D448EC
RGB
CMYK
RGB Variations
Color information
#D448EC (or 0xD448EC) is known color: Free Speech Magenta. HEX triplet: D4, 48 and EC. RGB value is (212,72,236). Sum of RGB (Red+Green+Blue) = 212+72+236=520 (68% of max value = 765). Red value is 212 (83.20% from 255 or 40.77% from 520); Green value is 72 (28.52% from 255 or 13.85% from 520); Blue value is 236 (92.58% from 255 or 45.38% from 520); Max value from RGB is 236 - color contains mainly: blue. Hex color #D448EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D448EC is #2BB713. Grayscale: #848484. Windows color (decimal): -2864916 or 15485140. OLE color: 15485140.
HSL color Cylindrical-coordinate representation of color #D448EC: hue angle of 291.22º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D448EC is Cyan = 0.10, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 212 | 72 | 236 | - |
| CMYK | 0.10 | 0.69 | 0 | 0.07 |
| HSL | 291.22º | 0.81% | 0.6% | - |
| HSV(B) | 291.22º | 0.69% | 0.93% | - |
| XYZ | 44.61 | 24.69 | 81.77 | - |
| YUV | 132.56 | 186.38 | 184.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 72 | 236 | 0.10 | 0.69 | 0 | 0.07 | 291.22 | 0.81 | 0.6 |
| Hex | D4 | 48 | EC | A | 45 | 0 | 7 | 123 | 51 | 3C |
| Octal | 324 | 110 | 354 | 12 | 105 | 0 | 7 | 443 | 121 | 74 |
| Binary | 11010100 | 1001000 | 11101100 | 1010 | 1000101 | 0 | 111 | 100100011 | 1010001 | 111100 |
Color Harmonies of #D448EC
Complementary color
Monochromatic Colors of #D448EC
Black with #D448EC
Text Example
Text Example
White with #D448EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D448EC; }
p { color: rgb(212,72,236); }
H1.HeaderClassName
{
color: #D448EC;
}
.AnyTagClassName
{
color: #D448EC;
}
</style>
background-color css
<style>
a { background-color: #D448EC; }
a { background-color: rgb(212,72,236); }
div.DivClassName
{
background-color: #D448EC;
}
.BgClassName
{
background-color: #D448EC;
}
</style>
border-color css
<style>
span { border-color: #D448EC; }
span { border-color: rgb(212,72,236); }
td.TdClassName
{
border-color: #D448EC;
}
.TagClassName
{
border-color: #D448EC;
}
</style>