Html Css Color HEX #D443E0 Free Speech Magenta
📋 copy color: '#D443E0'red 212 ◦ green 67 ◦ blue 224
Shades of Free Speech Magenta #D443E0
Tints of Free Speech Magenta #D443E0
RGB
CMYK
RGB Variations
Color information
#D443E0 (or 0xD443E0) is known color: Free Speech Magenta. HEX triplet: D4, 43 and E0. RGB value is (212,67,224). Sum of RGB (Red+Green+Blue) = 212+67+224=503 (66% of max value = 765). Red value is 212 (83.20% from 255 or 42.15% from 503); Green value is 67 (26.56% from 255 or 13.32% from 503); Blue value is 224 (87.89% from 255 or 44.53% from 503); Max value from RGB is 224 - color contains mainly: blue. Hex color #D443E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D443E0 is #2BBC1F. Grayscale: #7F7F7F. Windows color (decimal): -2866208 or 14697428. OLE color: 14697428.
HSL color Cylindrical-coordinate representation of color #D443E0: hue angle of 295.41º 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 #D443E0 is Cyan = 0.05, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 212 | 67 | 224 | - |
| CMYK | 0.05 | 0.70 | 0 | 0.12 |
| HSL | 295.41º | 0.72% | 0.57% | - |
| HSV(B) | 295.41º | 0.7% | 0.88% | - |
| XYZ | 42.61 | 23.39 | 72.79 | - |
| YUV | 128.25 | 182.04 | 187.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 67 | 224 | 0.05 | 0.70 | 0 | 0.12 | 295.41 | 0.72 | 0.57 |
| Hex | D4 | 43 | E0 | 5 | 46 | 0 | C | 127 | 48 | 39 |
| Octal | 324 | 103 | 340 | 5 | 106 | 0 | 14 | 447 | 110 | 71 |
| Binary | 11010100 | 1000011 | 11100000 | 101 | 1000110 | 0 | 1100 | 100100111 | 1001000 | 111001 |
Color Harmonies of #D443E0
Complementary color
Monochromatic Colors of #D443E0
Black with #D443E0
Text Example
Text Example
White with #D443E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D443E0; }
p { color: rgb(212,67,224); }
H1.HeaderClassName
{
color: #D443E0;
}
.AnyTagClassName
{
color: #D443E0;
}
</style>
background-color css
<style>
a { background-color: #D443E0; }
a { background-color: rgb(212,67,224); }
div.DivClassName
{
background-color: #D443E0;
}
.BgClassName
{
background-color: #D443E0;
}
</style>
border-color css
<style>
span { border-color: #D443E0; }
span { border-color: rgb(212,67,224); }
td.TdClassName
{
border-color: #D443E0;
}
.TagClassName
{
border-color: #D443E0;
}
</style>