Html Css Color HEX #D44EDF Free Speech Magenta
📋 copy color: '#D44EDF'red 212 ◦ green 78 ◦ blue 223
Shades of Free Speech Magenta #D44EDF
Tints of Free Speech Magenta #D44EDF
RGB
CMYK
RGB Variations
Color information
#D44EDF (or 0xD44EDF) is known color: Free Speech Magenta. HEX triplet: D4, 4E and DF. RGB value is (212,78,223). Sum of RGB (Red+Green+Blue) = 212+78+223=513 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.33% from 513); Green value is 78 (30.86% from 255 or 15.20% from 513); Blue value is 223 (87.5% from 255 or 43.47% from 513); Max value from RGB is 223 - color contains mainly: blue. Hex color #D44EDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D44EDF is #2BB120. Grayscale: #868686. Windows color (decimal): -2863393 or 14634708. OLE color: 14634708.
HSL color Cylindrical-coordinate representation of color #D44EDF: hue angle of 295.45º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D44EDF is Cyan = 0.05, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 212 | 78 | 223 | - |
| CMYK | 0.05 | 0.65 | 0 | 0.13 |
| HSL | 295.45º | 0.69% | 0.59% | - |
| HSV(B) | 295.45º | 0.65% | 0.87% | - |
| XYZ | 43.2 | 24.77 | 72.32 | - |
| YUV | 134.6 | 177.89 | 183.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 78 | 223 | 0.05 | 0.65 | 0 | 0.13 | 295.45 | 0.69 | 0.59 |
| Hex | D4 | 4E | DF | 5 | 41 | 0 | D | 127 | 45 | 3B |
| Octal | 324 | 116 | 337 | 5 | 101 | 0 | 15 | 447 | 105 | 73 |
| Binary | 11010100 | 1001110 | 11011111 | 101 | 1000001 | 0 | 1101 | 100100111 | 1000101 | 111011 |
Color Harmonies of #D44EDF
Complementary color
Monochromatic Colors of #D44EDF
Black with #D44EDF
Text Example
Text Example
White with #D44EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D44EDF; }
p { color: rgb(212,78,223); }
H1.HeaderClassName
{
color: #D44EDF;
}
.AnyTagClassName
{
color: #D44EDF;
}
</style>
background-color css
<style>
a { background-color: #D44EDF; }
a { background-color: rgb(212,78,223); }
div.DivClassName
{
background-color: #D44EDF;
}
.BgClassName
{
background-color: #D44EDF;
}
</style>
border-color css
<style>
span { border-color: #D44EDF; }
span { border-color: rgb(212,78,223); }
td.TdClassName
{
border-color: #D44EDF;
}
.TagClassName
{
border-color: #D44EDF;
}
</style>