Html Css Color HEX #D443E8 Free Speech Magenta
📋 copy color: '#D443E8'red 212 ◦ green 67 ◦ blue 232
Shades of Free Speech Magenta #D443E8
Tints of Free Speech Magenta #D443E8
RGB
CMYK
RGB Variations
Color information
#D443E8 (or 0xD443E8) is known color: Free Speech Magenta. HEX triplet: D4, 43 and E8. RGB value is (212,67,232). Sum of RGB (Red+Green+Blue) = 212+67+232=511 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.49% from 511); Green value is 67 (26.56% from 255 or 13.11% from 511); Blue value is 232 (91.02% from 255 or 45.40% from 511); Max value from RGB is 232 - color contains mainly: blue. Hex color #D443E8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D443E8 is #2BBC17. Grayscale: #808080. Windows color (decimal): -2866200 or 15221716. OLE color: 15221716.
HSL color Cylindrical-coordinate representation of color #D443E8: hue angle of 292.73º degrees, saturation: 0.78, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D443E8 is Cyan = 0.09, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 212 | 67 | 232 | - |
| CMYK | 0.09 | 0.71 | 0 | 0.09 |
| HSL | 292.73º | 0.78% | 0.59% | - |
| HSV(B) | 292.73º | 0.71% | 0.91% | - |
| XYZ | 43.72 | 23.84 | 78.64 | - |
| YUV | 129.17 | 186.04 | 187.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 67 | 232 | 0.09 | 0.71 | 0 | 0.09 | 292.73 | 0.78 | 0.59 |
| Hex | D4 | 43 | E8 | 9 | 47 | 0 | 9 | 125 | 4E | 3B |
| Octal | 324 | 103 | 350 | 11 | 107 | 0 | 11 | 445 | 116 | 73 |
| Binary | 11010100 | 1000011 | 11101000 | 1001 | 1000111 | 0 | 1001 | 100100101 | 1001110 | 111011 |
Color Harmonies of #D443E8
Complementary color
Monochromatic Colors of #D443E8
Black with #D443E8
Text Example
Text Example
White with #D443E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D443E8; }
p { color: rgb(212,67,232); }
H1.HeaderClassName
{
color: #D443E8;
}
.AnyTagClassName
{
color: #D443E8;
}
</style>
background-color css
<style>
a { background-color: #D443E8; }
a { background-color: rgb(212,67,232); }
div.DivClassName
{
background-color: #D443E8;
}
.BgClassName
{
background-color: #D443E8;
}
</style>
border-color css
<style>
span { border-color: #D443E8; }
span { border-color: rgb(212,67,232); }
td.TdClassName
{
border-color: #D443E8;
}
.TagClassName
{
border-color: #D443E8;
}
</style>