Html Css Color HEX #D44FE1 Free Speech Magenta
📋 copy color: '#D44FE1'red 212 ◦ green 79 ◦ blue 225
Shades of Free Speech Magenta #D44FE1
Tints of Free Speech Magenta #D44FE1
RGB
CMYK
RGB Variations
Color information
#D44FE1 (or 0xD44FE1) is known color: Free Speech Magenta. HEX triplet: D4, 4F and E1. RGB value is (212,79,225). Sum of RGB (Red+Green+Blue) = 212+79+225=516 (68% of max value = 765). Red value is 212 (83.20% from 255 or 41.09% from 516); Green value is 79 (31.25% from 255 or 15.31% from 516); Blue value is 225 (88.28% from 255 or 43.60% from 516); Max value from RGB is 225 - color contains mainly: blue. Hex color #D44FE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D44FE1 is #2BB01E. Grayscale: #868686. Windows color (decimal): -2863135 or 14766036. OLE color: 14766036.
HSL color Cylindrical-coordinate representation of color #D44FE1: hue angle of 294.66º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D44FE1 is Cyan = 0.06, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 212 | 79 | 225 | - |
| CMYK | 0.06 | 0.65 | 0 | 0.12 |
| HSL | 294.66º | 0.71% | 0.6% | - |
| HSV(B) | 294.66º | 0.65% | 0.88% | - |
| XYZ | 43.54 | 25.03 | 73.77 | - |
| YUV | 135.41 | 178.56 | 182.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 79 | 225 | 0.06 | 0.65 | 0 | 0.12 | 294.66 | 0.71 | 0.6 |
| Hex | D4 | 4F | E1 | 6 | 41 | 0 | C | 127 | 47 | 3C |
| Octal | 324 | 117 | 341 | 6 | 101 | 0 | 14 | 447 | 107 | 74 |
| Binary | 11010100 | 1001111 | 11100001 | 110 | 1000001 | 0 | 1100 | 100100111 | 1000111 | 111100 |
Color Harmonies of #D44FE1
Complementary color
Monochromatic Colors of #D44FE1
Black with #D44FE1
Text Example
Text Example
White with #D44FE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D44FE1; }
p { color: rgb(212,79,225); }
H1.HeaderClassName
{
color: #D44FE1;
}
.AnyTagClassName
{
color: #D44FE1;
}
</style>
background-color css
<style>
a { background-color: #D44FE1; }
a { background-color: rgb(212,79,225); }
div.DivClassName
{
background-color: #D44FE1;
}
.BgClassName
{
background-color: #D44FE1;
}
</style>
border-color css
<style>
span { border-color: #D44FE1; }
span { border-color: rgb(212,79,225); }
td.TdClassName
{
border-color: #D44FE1;
}
.TagClassName
{
border-color: #D44FE1;
}
</style>