Html Css Color HEX #D441E9 Free Speech Magenta
📋 copy color: '#D441E9'red 212 ◦ green 65 ◦ blue 233
Shades of Free Speech Magenta #D441E9
Tints of Free Speech Magenta #D441E9
RGB
CMYK
RGB Variations
Color information
#D441E9 (or 0xD441E9) is known color: Free Speech Magenta. HEX triplet: D4, 41 and E9. RGB value is (212,65,233). Sum of RGB (Red+Green+Blue) = 212+65+233=510 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.57% from 510); Green value is 65 (25.78% from 255 or 12.75% from 510); Blue value is 233 (91.41% from 255 or 45.69% from 510); Max value from RGB is 233 - color contains mainly: blue. Hex color #D441E9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D441E9 is #2BBE16. Grayscale: #7F7F7F. Windows color (decimal): -2866711 or 15286740. OLE color: 15286740.
HSL color Cylindrical-coordinate representation of color #D441E9: hue angle of 292.5º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D441E9 is Cyan = 0.09, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 212 | 65 | 233 | - |
| CMYK | 0.09 | 0.72 | 0 | 0.09 |
| HSL | 292.5º | 0.79% | 0.58% | - |
| HSV(B) | 292.5º | 0.72% | 0.91% | - |
| XYZ | 43.75 | 23.66 | 79.35 | - |
| YUV | 128.11 | 187.2 | 187.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 65 | 233 | 0.09 | 0.72 | 0 | 0.09 | 292.5 | 0.79 | 0.58 |
| Hex | D4 | 41 | E9 | 9 | 48 | 0 | 9 | 124 | 4F | 3A |
| Octal | 324 | 101 | 351 | 11 | 110 | 0 | 11 | 444 | 117 | 72 |
| Binary | 11010100 | 1000001 | 11101001 | 1001 | 1001000 | 0 | 1001 | 100100100 | 1001111 | 111010 |
Color Harmonies of #D441E9
Complementary color
Monochromatic Colors of #D441E9
Black with #D441E9
Text Example
Text Example
White with #D441E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D441E9; }
p { color: rgb(212,65,233); }
H1.HeaderClassName
{
color: #D441E9;
}
.AnyTagClassName
{
color: #D441E9;
}
</style>
background-color css
<style>
a { background-color: #D441E9; }
a { background-color: rgb(212,65,233); }
div.DivClassName
{
background-color: #D441E9;
}
.BgClassName
{
background-color: #D441E9;
}
</style>
border-color css
<style>
span { border-color: #D441E9; }
span { border-color: rgb(212,65,233); }
td.TdClassName
{
border-color: #D441E9;
}
.TagClassName
{
border-color: #D441E9;
}
</style>