Html Css Color HEX #D42EE0 Free Speech Magenta
📋 copy color: '#D42EE0'red 212 ◦ green 46 ◦ blue 224
Shades of Free Speech Magenta #D42EE0
Tints of Free Speech Magenta #D42EE0
RGB
CMYK
RGB Variations
Color information
#D42EE0 (or 0xD42EE0) is known color: Free Speech Magenta. HEX triplet: D4, 2E and E0. RGB value is (212,46,224). Sum of RGB (Red+Green+Blue) = 212+46+224=482 (63% of max value = 765). Red value is 212 (83.20% from 255 or 43.98% from 482); Green value is 46 (18.36% from 255 or 9.54% from 482); Blue value is 224 (87.89% from 255 or 46.47% from 482); Max value from RGB is 224 - color contains mainly: blue. Hex color #D42EE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D42EE0 is #2BD11F. Grayscale: #737373. Windows color (decimal): -2871584 or 14692052. OLE color: 14692052.
HSL color Cylindrical-coordinate representation of color #D42EE0: hue angle of 295.96º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D42EE0 is Cyan = 0.05, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 212 | 46 | 224 | - |
| CMYK | 0.05 | 0.79 | 0 | 0.12 |
| HSL | 295.96º | 0.74% | 0.53% | - |
| HSV(B) | 295.96º | 0.79% | 0.88% | - |
| XYZ | 41.58 | 21.33 | 72.45 | - |
| YUV | 115.93 | 189 | 196.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 46 | 224 | 0.05 | 0.79 | 0 | 0.12 | 295.96 | 0.74 | 0.53 |
| Hex | D4 | 2E | E0 | 5 | 4F | 0 | C | 128 | 4A | 35 |
| Octal | 324 | 56 | 340 | 5 | 117 | 0 | 14 | 450 | 112 | 65 |
| Binary | 11010100 | 101110 | 11100000 | 101 | 1001111 | 0 | 1100 | 100101000 | 1001010 | 110101 |
Color Harmonies of #D42EE0
Complementary color
Monochromatic Colors of #D42EE0
Black with #D42EE0
Text Example
Text Example
White with #D42EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D42EE0; }
p { color: rgb(212,46,224); }
H1.HeaderClassName
{
color: #D42EE0;
}
.AnyTagClassName
{
color: #D42EE0;
}
</style>
background-color css
<style>
a { background-color: #D42EE0; }
a { background-color: rgb(212,46,224); }
div.DivClassName
{
background-color: #D42EE0;
}
.BgClassName
{
background-color: #D42EE0;
}
</style>
border-color css
<style>
span { border-color: #D42EE0; }
span { border-color: rgb(212,46,224); }
td.TdClassName
{
border-color: #D42EE0;
}
.TagClassName
{
border-color: #D42EE0;
}
</style>