Html Css Color HEX #D44EE5 Free Speech Magenta
📋 copy color: '#D44EE5'red 212 ◦ green 78 ◦ blue 229
Shades of Free Speech Magenta #D44EE5
Tints of Free Speech Magenta #D44EE5
RGB
CMYK
RGB Variations
Color information
#D44EE5 (or 0xD44EE5) is known color: Free Speech Magenta. HEX triplet: D4, 4E and E5. RGB value is (212,78,229). Sum of RGB (Red+Green+Blue) = 212+78+229=519 (68% of max value = 765). Red value is 212 (83.20% from 255 or 40.85% from 519); Green value is 78 (30.86% from 255 or 15.03% from 519); Blue value is 229 (89.84% from 255 or 44.12% from 519); Max value from RGB is 229 - color contains mainly: blue. Hex color #D44EE5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D44EE5 is #2BB11A. Grayscale: #868686. Windows color (decimal): -2863387 or 15027924. OLE color: 15027924.
HSL color Cylindrical-coordinate representation of color #D44EE5: hue angle of 293.25º degrees, saturation: 0.74, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D44EE5 is Cyan = 0.07, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 212 | 78 | 229 | - |
| CMYK | 0.07 | 0.66 | 0 | 0.10 |
| HSL | 293.25º | 0.74% | 0.6% | - |
| HSV(B) | 293.25º | 0.66% | 0.9% | - |
| XYZ | 44.02 | 25.1 | 76.65 | - |
| YUV | 135.28 | 180.89 | 182.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 78 | 229 | 0.07 | 0.66 | 0 | 0.10 | 293.25 | 0.74 | 0.6 |
| Hex | D4 | 4E | E5 | 7 | 42 | 0 | A | 125 | 4A | 3C |
| Octal | 324 | 116 | 345 | 7 | 102 | 0 | 12 | 445 | 112 | 74 |
| Binary | 11010100 | 1001110 | 11100101 | 111 | 1000010 | 0 | 1010 | 100100101 | 1001010 | 111100 |
Color Harmonies of #D44EE5
Complementary color
Monochromatic Colors of #D44EE5
Black with #D44EE5
Text Example
Text Example
White with #D44EE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D44EE5; }
p { color: rgb(212,78,229); }
H1.HeaderClassName
{
color: #D44EE5;
}
.AnyTagClassName
{
color: #D44EE5;
}
</style>
background-color css
<style>
a { background-color: #D44EE5; }
a { background-color: rgb(212,78,229); }
div.DivClassName
{
background-color: #D44EE5;
}
.BgClassName
{
background-color: #D44EE5;
}
</style>
border-color css
<style>
span { border-color: #D44EE5; }
span { border-color: rgb(212,78,229); }
td.TdClassName
{
border-color: #D44EE5;
}
.TagClassName
{
border-color: #D44EE5;
}
</style>