Html Css Color HEX #D441EB Free Speech Magenta
📋 copy color: '#D441EB'red 212 ◦ green 65 ◦ blue 235
Shades of Free Speech Magenta #D441EB
Tints of Free Speech Magenta #D441EB
RGB
CMYK
RGB Variations
Color information
#D441EB (or 0xD441EB) is known color: Free Speech Magenta. HEX triplet: D4, 41 and EB. RGB value is (212,65,235). Sum of RGB (Red+Green+Blue) = 212+65+235=512 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.41% from 512); Green value is 65 (25.78% from 255 or 12.70% from 512); Blue value is 235 (92.19% from 255 or 45.90% from 512); Max value from RGB is 235 - color contains mainly: blue. Hex color #D441EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D441EB is #2BBE14. Grayscale: #7F7F7F. Windows color (decimal): -2866709 or 15417812. OLE color: 15417812.
HSL color Cylindrical-coordinate representation of color #D441EB: hue angle of 291.88º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D441EB is Cyan = 0.10, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 212 | 65 | 235 | - |
| CMYK | 0.10 | 0.72 | 0 | 0.08 |
| HSL | 291.88º | 0.81% | 0.59% | - |
| HSV(B) | 291.88º | 0.72% | 0.92% | - |
| XYZ | 44.04 | 23.78 | 80.87 | - |
| YUV | 128.33 | 188.2 | 187.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 65 | 235 | 0.10 | 0.72 | 0 | 0.08 | 291.88 | 0.81 | 0.59 |
| Hex | D4 | 41 | EB | A | 48 | 0 | 8 | 124 | 51 | 3B |
| Octal | 324 | 101 | 353 | 12 | 110 | 0 | 10 | 444 | 121 | 73 |
| Binary | 11010100 | 1000001 | 11101011 | 1010 | 1001000 | 0 | 1000 | 100100100 | 1010001 | 111011 |
Color Harmonies of #D441EB
Complementary color
Monochromatic Colors of #D441EB
Black with #D441EB
Text Example
Text Example
White with #D441EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D441EB; }
p { color: rgb(212,65,235); }
H1.HeaderClassName
{
color: #D441EB;
}
.AnyTagClassName
{
color: #D441EB;
}
</style>
background-color css
<style>
a { background-color: #D441EB; }
a { background-color: rgb(212,65,235); }
div.DivClassName
{
background-color: #D441EB;
}
.BgClassName
{
background-color: #D441EB;
}
</style>
border-color css
<style>
span { border-color: #D441EB; }
span { border-color: rgb(212,65,235); }
td.TdClassName
{
border-color: #D441EB;
}
.TagClassName
{
border-color: #D441EB;
}
</style>