Html Css Color HEX #D44CEC Free Speech Magenta
📋 copy color: '#D44CEC'red 212 ◦ green 76 ◦ blue 236
Shades of Free Speech Magenta #D44CEC
Tints of Free Speech Magenta #D44CEC
RGB
CMYK
RGB Variations
Color information
#D44CEC (or 0xD44CEC) is known color: Free Speech Magenta. HEX triplet: D4, 4C and EC. RGB value is (212,76,236). Sum of RGB (Red+Green+Blue) = 212+76+236=524 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.46% from 524); Green value is 76 (30.08% from 255 or 14.50% from 524); Blue value is 236 (92.58% from 255 or 45.04% from 524); Max value from RGB is 236 - color contains mainly: blue. Hex color #D44CEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D44CEC is #2BB313. Grayscale: #868686. Windows color (decimal): -2863892 or 15486164. OLE color: 15486164.
HSL color Cylindrical-coordinate representation of color #D44CEC: hue angle of 291º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D44CEC is Cyan = 0.10, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 212 | 76 | 236 | - |
| CMYK | 0.10 | 0.68 | 0 | 0.07 |
| HSL | 291º | 0.81% | 0.61% | - |
| HSV(B) | 291º | 0.68% | 0.93% | - |
| XYZ | 44.88 | 25.22 | 81.86 | - |
| YUV | 134.9 | 185.06 | 182.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 76 | 236 | 0.10 | 0.68 | 0 | 0.07 | 291 | 0.81 | 0.61 |
| Hex | D4 | 4C | EC | A | 44 | 0 | 7 | 123 | 51 | 3D |
| Octal | 324 | 114 | 354 | 12 | 104 | 0 | 7 | 443 | 121 | 75 |
| Binary | 11010100 | 1001100 | 11101100 | 1010 | 1000100 | 0 | 111 | 100100011 | 1010001 | 111101 |
Color Harmonies of #D44CEC
Complementary color
Monochromatic Colors of #D44CEC
Black with #D44CEC
Text Example
Text Example
White with #D44CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D44CEC; }
p { color: rgb(212,76,236); }
H1.HeaderClassName
{
color: #D44CEC;
}
.AnyTagClassName
{
color: #D44CEC;
}
</style>
background-color css
<style>
a { background-color: #D44CEC; }
a { background-color: rgb(212,76,236); }
div.DivClassName
{
background-color: #D44CEC;
}
.BgClassName
{
background-color: #D44CEC;
}
</style>
border-color css
<style>
span { border-color: #D44CEC; }
span { border-color: rgb(212,76,236); }
td.TdClassName
{
border-color: #D44CEC;
}
.TagClassName
{
border-color: #D44CEC;
}
</style>