Html Css Color HEX #D441ED Free Speech Magenta
📋 copy color: '#D441ED'red 212 ◦ green 65 ◦ blue 237
Shades of Free Speech Magenta #D441ED
Tints of Free Speech Magenta #D441ED
RGB
CMYK
RGB Variations
Color information
#D441ED (or 0xD441ED) is known color: Free Speech Magenta. HEX triplet: D4, 41 and ED. RGB value is (212,65,237). Sum of RGB (Red+Green+Blue) = 212+65+237=514 (68% of max value = 765). Red value is 212 (83.20% from 255 or 41.25% from 514); Green value is 65 (25.78% from 255 or 12.65% from 514); Blue value is 237 (92.97% from 255 or 46.11% from 514); Max value from RGB is 237 - color contains mainly: blue. Hex color #D441ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D441ED is #2BBE12. Grayscale: #808080. Windows color (decimal): -2866707 or 15548884. OLE color: 15548884.
HSL color Cylindrical-coordinate representation of color #D441ED: hue angle of 291.28º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D441ED is Cyan = 0.11, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 212 | 65 | 237 | - |
| CMYK | 0.11 | 0.73 | 0 | 0.07 |
| HSL | 291.28º | 0.83% | 0.59% | - |
| HSV(B) | 291.28º | 0.73% | 0.93% | - |
| XYZ | 44.33 | 23.89 | 82.4 | - |
| YUV | 128.56 | 189.2 | 187.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 65 | 237 | 0.11 | 0.73 | 0 | 0.07 | 291.28 | 0.83 | 0.59 |
| Hex | D4 | 41 | ED | B | 49 | 0 | 7 | 123 | 53 | 3B |
| Octal | 324 | 101 | 355 | 13 | 111 | 0 | 7 | 443 | 123 | 73 |
| Binary | 11010100 | 1000001 | 11101101 | 1011 | 1001001 | 0 | 111 | 100100011 | 1010011 | 111011 |
Color Harmonies of #D441ED
Complementary color
Monochromatic Colors of #D441ED
Black with #D441ED
Text Example
Text Example
White with #D441ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D441ED; }
p { color: rgb(212,65,237); }
H1.HeaderClassName
{
color: #D441ED;
}
.AnyTagClassName
{
color: #D441ED;
}
</style>
background-color css
<style>
a { background-color: #D441ED; }
a { background-color: rgb(212,65,237); }
div.DivClassName
{
background-color: #D441ED;
}
.BgClassName
{
background-color: #D441ED;
}
</style>
border-color css
<style>
span { border-color: #D441ED; }
span { border-color: rgb(212,65,237); }
td.TdClassName
{
border-color: #D441ED;
}
.TagClassName
{
border-color: #D441ED;
}
</style>