Html Css Color HEX #D443E1 Free Speech Magenta
📋 copy color: '#D443E1'red 212 ◦ green 67 ◦ blue 225
Shades of Free Speech Magenta #D443E1
Tints of Free Speech Magenta #D443E1
RGB
CMYK
RGB Variations
Color information
#D443E1 (or 0xD443E1) is known color: Free Speech Magenta. HEX triplet: D4, 43 and E1. RGB value is (212,67,225). Sum of RGB (Red+Green+Blue) = 212+67+225=504 (66% of max value = 765). Red value is 212 (83.20% from 255 or 42.06% from 504); Green value is 67 (26.56% from 255 or 13.29% from 504); Blue value is 225 (88.28% from 255 or 44.64% from 504); Max value from RGB is 225 - color contains mainly: blue. Hex color #D443E1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D443E1 is #2BBC1E. Grayscale: #7F7F7F. Windows color (decimal): -2866207 or 14762964. OLE color: 14762964.
HSL color Cylindrical-coordinate representation of color #D443E1: hue angle of 295.06º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D443E1 is Cyan = 0.06, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 212 | 67 | 225 | - |
| CMYK | 0.06 | 0.70 | 0 | 0.12 |
| HSL | 295.06º | 0.72% | 0.57% | - |
| HSV(B) | 295.06º | 0.7% | 0.88% | - |
| XYZ | 42.75 | 23.45 | 73.51 | - |
| YUV | 128.37 | 182.54 | 187.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 67 | 225 | 0.06 | 0.70 | 0 | 0.12 | 295.06 | 0.72 | 0.57 |
| Hex | D4 | 43 | E1 | 6 | 46 | 0 | C | 127 | 48 | 39 |
| Octal | 324 | 103 | 341 | 6 | 106 | 0 | 14 | 447 | 110 | 71 |
| Binary | 11010100 | 1000011 | 11100001 | 110 | 1000110 | 0 | 1100 | 100100111 | 1001000 | 111001 |
Color Harmonies of #D443E1
Complementary color
Monochromatic Colors of #D443E1
Black with #D443E1
Text Example
Text Example
White with #D443E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D443E1; }
p { color: rgb(212,67,225); }
H1.HeaderClassName
{
color: #D443E1;
}
.AnyTagClassName
{
color: #D443E1;
}
</style>
background-color css
<style>
a { background-color: #D443E1; }
a { background-color: rgb(212,67,225); }
div.DivClassName
{
background-color: #D443E1;
}
.BgClassName
{
background-color: #D443E1;
}
</style>
border-color css
<style>
span { border-color: #D443E1; }
span { border-color: rgb(212,67,225); }
td.TdClassName
{
border-color: #D443E1;
}
.TagClassName
{
border-color: #D443E1;
}
</style>