Html Css Color HEX #D441F3 Free Speech Magenta
📋 copy color: '#D441F3'red 212 ◦ green 65 ◦ blue 243
Shades of Free Speech Magenta #D441F3
Tints of Free Speech Magenta #D441F3
RGB
CMYK
RGB Variations
Color information
#D441F3 (or 0xD441F3) is known color: Free Speech Magenta. HEX triplet: D4, 41 and F3. RGB value is (212,65,243). Sum of RGB (Red+Green+Blue) = 212+65+243=520 (68% of max value = 765). Red value is 212 (83.20% from 255 or 40.77% from 520); Green value is 65 (25.78% from 255 or 12.5% from 520); Blue value is 243 (95.31% from 255 or 46.73% from 520); Max value from RGB is 243 - color contains mainly: blue. Hex color #D441F3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D441F3 is #2BBE0C. Grayscale: #808080. Windows color (decimal): -2866701 or 15942100. OLE color: 15942100.
HSL color Cylindrical-coordinate representation of color #D441F3: hue angle of 289.55º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D441F3 is Cyan = 0.13, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 212 | 65 | 243 | - |
| CMYK | 0.13 | 0.73 | 0 | 0.05 |
| HSL | 289.55º | 0.88% | 0.6% | - |
| HSV(B) | 289.55º | 0.73% | 0.95% | - |
| XYZ | 45.22 | 24.25 | 87.09 | - |
| YUV | 129.25 | 192.2 | 187.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 65 | 243 | 0.13 | 0.73 | 0 | 0.05 | 289.55 | 0.88 | 0.6 |
| Hex | D4 | 41 | F3 | D | 49 | 0 | 5 | 122 | 58 | 3C |
| Octal | 324 | 101 | 363 | 15 | 111 | 0 | 5 | 442 | 130 | 74 |
| Binary | 11010100 | 1000001 | 11110011 | 1101 | 1001001 | 0 | 101 | 100100010 | 1011000 | 111100 |
Color Harmonies of #D441F3
Complementary color
Monochromatic Colors of #D441F3
Black with #D441F3
Text Example
Text Example
White with #D441F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D441F3; }
p { color: rgb(212,65,243); }
H1.HeaderClassName
{
color: #D441F3;
}
.AnyTagClassName
{
color: #D441F3;
}
</style>
background-color css
<style>
a { background-color: #D441F3; }
a { background-color: rgb(212,65,243); }
div.DivClassName
{
background-color: #D441F3;
}
.BgClassName
{
background-color: #D441F3;
}
</style>
border-color css
<style>
span { border-color: #D441F3; }
span { border-color: rgb(212,65,243); }
td.TdClassName
{
border-color: #D441F3;
}
.TagClassName
{
border-color: #D441F3;
}
</style>