Html Css Color HEX #D440E1 Free Speech Magenta
📋 copy color: '#D440E1'red 212 ◦ green 64 ◦ blue 225
Shades of Free Speech Magenta #D440E1
Tints of Free Speech Magenta #D440E1
RGB
CMYK
RGB Variations
Color information
#D440E1 (or 0xD440E1) is known color: Free Speech Magenta. HEX triplet: D4, 40 and E1. RGB value is (212,64,225). Sum of RGB (Red+Green+Blue) = 212+64+225=501 (66% of max value = 765). Red value is 212 (83.20% from 255 or 42.32% from 501); Green value is 64 (25.39% from 255 or 12.77% from 501); Blue value is 225 (88.28% from 255 or 44.91% from 501); Max value from RGB is 225 - color contains mainly: blue. Hex color #D440E1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D440E1 is #2BBF1E. Grayscale: #7E7E7E. Windows color (decimal): -2866975 or 14762196. OLE color: 14762196.
HSL color Cylindrical-coordinate representation of color #D440E1: hue angle of 295.16º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D440E1 is Cyan = 0.06, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 212 | 64 | 225 | - |
| CMYK | 0.06 | 0.72 | 0 | 0.12 |
| HSL | 295.16º | 0.73% | 0.57% | - |
| HSV(B) | 295.16º | 0.72% | 0.88% | - |
| XYZ | 42.58 | 23.1 | 73.45 | - |
| YUV | 126.61 | 183.53 | 188.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 64 | 225 | 0.06 | 0.72 | 0 | 0.12 | 295.16 | 0.73 | 0.57 |
| Hex | D4 | 40 | E1 | 6 | 48 | 0 | C | 127 | 49 | 39 |
| Octal | 324 | 100 | 341 | 6 | 110 | 0 | 14 | 447 | 111 | 71 |
| Binary | 11010100 | 1000000 | 11100001 | 110 | 1001000 | 0 | 1100 | 100100111 | 1001001 | 111001 |
Color Harmonies of #D440E1
Complementary color
Monochromatic Colors of #D440E1
Black with #D440E1
Text Example
Text Example
White with #D440E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D440E1; }
p { color: rgb(212,64,225); }
H1.HeaderClassName
{
color: #D440E1;
}
.AnyTagClassName
{
color: #D440E1;
}
</style>
background-color css
<style>
a { background-color: #D440E1; }
a { background-color: rgb(212,64,225); }
div.DivClassName
{
background-color: #D440E1;
}
.BgClassName
{
background-color: #D440E1;
}
</style>
border-color css
<style>
span { border-color: #D440E1; }
span { border-color: rgb(212,64,225); }
td.TdClassName
{
border-color: #D440E1;
}
.TagClassName
{
border-color: #D440E1;
}
</style>