Html Css Color HEX #D44ECC Free Speech Magenta
📋 copy color: '#D44ECC'red 212 ◦ green 78 ◦ blue 204
Shades of Free Speech Magenta #D44ECC
Tints of Free Speech Magenta #D44ECC
RGB
CMYK
RGB Variations
Color information
#D44ECC (or 0xD44ECC) is known color: Free Speech Magenta. HEX triplet: D4, 4E and CC. RGB value is (212,78,204). Sum of RGB (Red+Green+Blue) = 212+78+204=494 (65% of max value = 765). Red value is 212 (83.20% from 255 or 42.91% from 494); Green value is 78 (30.86% from 255 or 15.79% from 494); Blue value is 204 (80.08% from 255 or 41.30% from 494); Max value from RGB is 212 - color contains mainly: red. Hex color #D44ECC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D44ECC is #2BB133. Grayscale: #848484. Windows color (decimal): -2863412 or 13389524. OLE color: 13389524.
HSL color Cylindrical-coordinate representation of color #D44ECC: hue angle of 303.58º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D44ECC is Cyan = 0, Magento = 0.63, Yellow = 0.04 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 78 | 204 | - |
| CMYK | 0 | 0.63 | 0.04 | 0.17 |
| HSL | 303.58º | 0.61% | 0.57% | - |
| HSV(B) | 303.58º | 0.63% | 0.83% | - |
| XYZ | 40.77 | 23.81 | 59.57 | - |
| YUV | 132.43 | 168.39 | 184.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 78 | 204 | 0 | 0.63 | 0.04 | 0.17 | 303.58 | 0.61 | 0.57 |
| Hex | D4 | 4E | CC | 0 | 3F | 4 | 11 | 130 | 3D | 39 |
| Octal | 324 | 116 | 314 | 0 | 77 | 4 | 21 | 460 | 75 | 71 |
| Binary | 11010100 | 1001110 | 11001100 | 0 | 111111 | 100 | 10001 | 100110000 | 111101 | 111001 |
Color Harmonies of #D44ECC
Complementary color
Monochromatic Colors of #D44ECC
Black with #D44ECC
Text Example
Text Example
White with #D44ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D44ECC; }
p { color: rgb(212,78,204); }
H1.HeaderClassName
{
color: #D44ECC;
}
.AnyTagClassName
{
color: #D44ECC;
}
</style>
background-color css
<style>
a { background-color: #D44ECC; }
a { background-color: rgb(212,78,204); }
div.DivClassName
{
background-color: #D44ECC;
}
.BgClassName
{
background-color: #D44ECC;
}
</style>
border-color css
<style>
span { border-color: #D44ECC; }
span { border-color: rgb(212,78,204); }
td.TdClassName
{
border-color: #D44ECC;
}
.TagClassName
{
border-color: #D44ECC;
}
</style>