Html Css Color HEX #D443E4 Free Speech Magenta
📋 copy color: '#D443E4'red 212 ◦ green 67 ◦ blue 228
Shades of Free Speech Magenta #D443E4
Tints of Free Speech Magenta #D443E4
RGB
CMYK
RGB Variations
Color information
#D443E4 (or 0xD443E4) is known color: Free Speech Magenta. HEX triplet: D4, 43 and E4. RGB value is (212,67,228). Sum of RGB (Red+Green+Blue) = 212+67+228=507 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.81% from 507); Green value is 67 (26.56% from 255 or 13.21% from 507); Blue value is 228 (89.45% from 255 or 44.97% from 507); Max value from RGB is 228 - color contains mainly: blue. Hex color #D443E4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D443E4 is #2BBC1B. Grayscale: #808080. Windows color (decimal): -2866204 or 14959572. OLE color: 14959572.
HSL color Cylindrical-coordinate representation of color #D443E4: hue angle of 294.04º degrees, saturation: 0.75, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D443E4 is Cyan = 0.07, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 212 | 67 | 228 | - |
| CMYK | 0.07 | 0.71 | 0 | 0.11 |
| HSL | 294.04º | 0.75% | 0.58% | - |
| HSV(B) | 294.04º | 0.71% | 0.89% | - |
| XYZ | 43.16 | 23.61 | 75.68 | - |
| YUV | 128.71 | 184.04 | 187.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 67 | 228 | 0.07 | 0.71 | 0 | 0.11 | 294.04 | 0.75 | 0.58 |
| Hex | D4 | 43 | E4 | 7 | 47 | 0 | B | 126 | 4B | 3A |
| Octal | 324 | 103 | 344 | 7 | 107 | 0 | 13 | 446 | 113 | 72 |
| Binary | 11010100 | 1000011 | 11100100 | 111 | 1000111 | 0 | 1011 | 100100110 | 1001011 | 111010 |
Color Harmonies of #D443E4
Complementary color
Monochromatic Colors of #D443E4
Black with #D443E4
Text Example
Text Example
White with #D443E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D443E4; }
p { color: rgb(212,67,228); }
H1.HeaderClassName
{
color: #D443E4;
}
.AnyTagClassName
{
color: #D443E4;
}
</style>
background-color css
<style>
a { background-color: #D443E4; }
a { background-color: rgb(212,67,228); }
div.DivClassName
{
background-color: #D443E4;
}
.BgClassName
{
background-color: #D443E4;
}
</style>
border-color css
<style>
span { border-color: #D443E4; }
span { border-color: rgb(212,67,228); }
td.TdClassName
{
border-color: #D443E4;
}
.TagClassName
{
border-color: #D443E4;
}
</style>