Html Css Color HEX #D437E4 Free Speech Magenta
📋 copy color: '#D437E4'red 212 ◦ green 55 ◦ blue 228
Shades of Free Speech Magenta #D437E4
Tints of Free Speech Magenta #D437E4
RGB
CMYK
RGB Variations
Color information
#D437E4 (or 0xD437E4) is known color: Free Speech Magenta. HEX triplet: D4, 37 and E4. RGB value is (212,55,228). Sum of RGB (Red+Green+Blue) = 212+55+228=495 (65% of max value = 765). Red value is 212 (83.20% from 255 or 42.83% from 495); Green value is 55 (21.88% from 255 or 11.11% from 495); Blue value is 228 (89.45% from 255 or 46.06% from 495); Max value from RGB is 228 - color contains mainly: blue. Hex color #D437E4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D437E4 is #2BC81B. Grayscale: #797979. Windows color (decimal): -2869276 or 14956500. OLE color: 14956500.
HSL color Cylindrical-coordinate representation of color #D437E4: hue angle of 294.45º degrees, saturation: 0.76, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D437E4 is Cyan = 0.07, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 212 | 55 | 228 | - |
| CMYK | 0.07 | 0.76 | 0 | 0.11 |
| HSL | 294.45º | 0.76% | 0.55% | - |
| HSV(B) | 294.45º | 0.76% | 0.89% | - |
| XYZ | 42.52 | 22.33 | 75.47 | - |
| YUV | 121.67 | 188.01 | 192.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 55 | 228 | 0.07 | 0.76 | 0 | 0.11 | 294.45 | 0.76 | 0.55 |
| Hex | D4 | 37 | E4 | 7 | 4C | 0 | B | 126 | 4C | 37 |
| Octal | 324 | 67 | 344 | 7 | 114 | 0 | 13 | 446 | 114 | 67 |
| Binary | 11010100 | 110111 | 11100100 | 111 | 1001100 | 0 | 1011 | 100100110 | 1001100 | 110111 |
Color Harmonies of #D437E4
Complementary color
Monochromatic Colors of #D437E4
Black with #D437E4
Text Example
Text Example
White with #D437E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D437E4; }
p { color: rgb(212,55,228); }
H1.HeaderClassName
{
color: #D437E4;
}
.AnyTagClassName
{
color: #D437E4;
}
</style>
background-color css
<style>
a { background-color: #D437E4; }
a { background-color: rgb(212,55,228); }
div.DivClassName
{
background-color: #D437E4;
}
.BgClassName
{
background-color: #D437E4;
}
</style>
border-color css
<style>
span { border-color: #D437E4; }
span { border-color: rgb(212,55,228); }
td.TdClassName
{
border-color: #D437E4;
}
.TagClassName
{
border-color: #D437E4;
}
</style>