Html Css Color HEX #D440E9 Free Speech Magenta
📋 copy color: '#D440E9'red 212 ◦ green 64 ◦ blue 233
Shades of Free Speech Magenta #D440E9
Tints of Free Speech Magenta #D440E9
RGB
CMYK
RGB Variations
Color information
#D440E9 (or 0xD440E9) is known color: Free Speech Magenta. HEX triplet: D4, 40 and E9. RGB value is (212,64,233). Sum of RGB (Red+Green+Blue) = 212+64+233=509 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.65% from 509); Green value is 64 (25.39% from 255 or 12.57% from 509); Blue value is 233 (91.41% from 255 or 45.78% from 509); Max value from RGB is 233 - color contains mainly: blue. Hex color #D440E9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D440E9 is #2BBF16. Grayscale: #7E7E7E. Windows color (decimal): -2866967 or 15286484. OLE color: 15286484.
HSL color Cylindrical-coordinate representation of color #D440E9: hue angle of 292.54º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D440E9 is Cyan = 0.09, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 212 | 64 | 233 | - |
| CMYK | 0.09 | 0.73 | 0 | 0.09 |
| HSL | 292.54º | 0.79% | 0.58% | - |
| HSV(B) | 292.54º | 0.73% | 0.91% | - |
| XYZ | 43.69 | 23.55 | 79.33 | - |
| YUV | 127.52 | 187.53 | 188.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 64 | 233 | 0.09 | 0.73 | 0 | 0.09 | 292.54 | 0.79 | 0.58 |
| Hex | D4 | 40 | E9 | 9 | 49 | 0 | 9 | 125 | 4F | 3A |
| Octal | 324 | 100 | 351 | 11 | 111 | 0 | 11 | 445 | 117 | 72 |
| Binary | 11010100 | 1000000 | 11101001 | 1001 | 1001001 | 0 | 1001 | 100100101 | 1001111 | 111010 |
Color Harmonies of #D440E9
Complementary color
Monochromatic Colors of #D440E9
Black with #D440E9
Text Example
Text Example
White with #D440E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D440E9; }
p { color: rgb(212,64,233); }
H1.HeaderClassName
{
color: #D440E9;
}
.AnyTagClassName
{
color: #D440E9;
}
</style>
background-color css
<style>
a { background-color: #D440E9; }
a { background-color: rgb(212,64,233); }
div.DivClassName
{
background-color: #D440E9;
}
.BgClassName
{
background-color: #D440E9;
}
</style>
border-color css
<style>
span { border-color: #D440E9; }
span { border-color: rgb(212,64,233); }
td.TdClassName
{
border-color: #D440E9;
}
.TagClassName
{
border-color: #D440E9;
}
</style>