Html Css Color HEX #D44FE5 Free Speech Magenta
📋 copy color: '#D44FE5'red 212 ◦ green 79 ◦ blue 229
Shades of Free Speech Magenta #D44FE5
Tints of Free Speech Magenta #D44FE5
RGB
CMYK
RGB Variations
Color information
#D44FE5 (or 0xD44FE5) is known color: Free Speech Magenta. HEX triplet: D4, 4F and E5. RGB value is (212,79,229). Sum of RGB (Red+Green+Blue) = 212+79+229=520 (68% of max value = 765). Red value is 212 (83.20% from 255 or 40.77% from 520); Green value is 79 (31.25% from 255 or 15.19% from 520); Blue value is 229 (89.84% from 255 or 44.04% from 520); Max value from RGB is 229 - color contains mainly: blue. Hex color #D44FE5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D44FE5 is #2BB01A. Grayscale: #878787. Windows color (decimal): -2863131 or 15028180. OLE color: 15028180.
HSL color Cylindrical-coordinate representation of color #D44FE5: hue angle of 293.2º 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 #D44FE5 is Cyan = 0.07, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 212 | 79 | 229 | - |
| CMYK | 0.07 | 0.66 | 0 | 0.10 |
| HSL | 293.2º | 0.74% | 0.6% | - |
| HSV(B) | 293.2º | 0.66% | 0.9% | - |
| XYZ | 44.09 | 25.25 | 76.68 | - |
| YUV | 135.87 | 180.56 | 182.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 79 | 229 | 0.07 | 0.66 | 0 | 0.10 | 293.2 | 0.74 | 0.6 |
| Hex | D4 | 4F | E5 | 7 | 42 | 0 | A | 125 | 4A | 3C |
| Octal | 324 | 117 | 345 | 7 | 102 | 0 | 12 | 445 | 112 | 74 |
| Binary | 11010100 | 1001111 | 11100101 | 111 | 1000010 | 0 | 1010 | 100100101 | 1001010 | 111100 |
Color Harmonies of #D44FE5
Complementary color
Monochromatic Colors of #D44FE5
Black with #D44FE5
Text Example
Text Example
White with #D44FE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D44FE5; }
p { color: rgb(212,79,229); }
H1.HeaderClassName
{
color: #D44FE5;
}
.AnyTagClassName
{
color: #D44FE5;
}
</style>
background-color css
<style>
a { background-color: #D44FE5; }
a { background-color: rgb(212,79,229); }
div.DivClassName
{
background-color: #D44FE5;
}
.BgClassName
{
background-color: #D44FE5;
}
</style>
border-color css
<style>
span { border-color: #D44FE5; }
span { border-color: rgb(212,79,229); }
td.TdClassName
{
border-color: #D44FE5;
}
.TagClassName
{
border-color: #D44FE5;
}
</style>