Html Css Color HEX #D44DE1 Free Speech Magenta
📋 copy color: '#D44DE1'red 212 ◦ green 77 ◦ blue 225
Shades of Free Speech Magenta #D44DE1
Tints of Free Speech Magenta #D44DE1
RGB
CMYK
RGB Variations
Color information
#D44DE1 (or 0xD44DE1) is known color: Free Speech Magenta. HEX triplet: D4, 4D and E1. RGB value is (212,77,225). Sum of RGB (Red+Green+Blue) = 212+77+225=514 (68% of max value = 765). Red value is 212 (83.20% from 255 or 41.25% from 514); Green value is 77 (30.47% from 255 or 14.98% from 514); Blue value is 225 (88.28% from 255 or 43.77% from 514); Max value from RGB is 225 - color contains mainly: blue. Hex color #D44DE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D44DE1 is #2BB21E. Grayscale: #858585. Windows color (decimal): -2863647 or 14765524. OLE color: 14765524.
HSL color Cylindrical-coordinate representation of color #D44DE1: hue angle of 294.73º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D44DE1 is Cyan = 0.06, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 212 | 77 | 225 | - |
| CMYK | 0.06 | 0.66 | 0 | 0.12 |
| HSL | 294.73º | 0.71% | 0.59% | - |
| HSV(B) | 294.73º | 0.66% | 0.88% | - |
| XYZ | 43.4 | 24.74 | 73.72 | - |
| YUV | 134.24 | 179.23 | 183.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 77 | 225 | 0.06 | 0.66 | 0 | 0.12 | 294.73 | 0.71 | 0.59 |
| Hex | D4 | 4D | E1 | 6 | 42 | 0 | C | 127 | 47 | 3B |
| Octal | 324 | 115 | 341 | 6 | 102 | 0 | 14 | 447 | 107 | 73 |
| Binary | 11010100 | 1001101 | 11100001 | 110 | 1000010 | 0 | 1100 | 100100111 | 1000111 | 111011 |
Color Harmonies of #D44DE1
Complementary color
Monochromatic Colors of #D44DE1
Black with #D44DE1
Text Example
Text Example
White with #D44DE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D44DE1; }
p { color: rgb(212,77,225); }
H1.HeaderClassName
{
color: #D44DE1;
}
.AnyTagClassName
{
color: #D44DE1;
}
</style>
background-color css
<style>
a { background-color: #D44DE1; }
a { background-color: rgb(212,77,225); }
div.DivClassName
{
background-color: #D44DE1;
}
.BgClassName
{
background-color: #D44DE1;
}
</style>
border-color css
<style>
span { border-color: #D44DE1; }
span { border-color: rgb(212,77,225); }
td.TdClassName
{
border-color: #D44DE1;
}
.TagClassName
{
border-color: #D44DE1;
}
</style>