Html Css Color HEX #D42EDD Free Speech Magenta
📋 copy color: '#D42EDD'red 212 ◦ green 46 ◦ blue 221
Shades of Free Speech Magenta #D42EDD
Tints of Free Speech Magenta #D42EDD
RGB
CMYK
RGB Variations
Color information
#D42EDD (or 0xD42EDD) is known color: Free Speech Magenta. HEX triplet: D4, 2E and DD. RGB value is (212,46,221). Sum of RGB (Red+Green+Blue) = 212+46+221=479 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.26% from 479); Green value is 46 (18.36% from 255 or 9.60% from 479); Blue value is 221 (86.72% from 255 or 46.14% from 479); Max value from RGB is 221 - color contains mainly: blue. Hex color #D42EDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D42EDD is #2BD122. Grayscale: #737373. Windows color (decimal): -2871587 or 14495444. OLE color: 14495444.
HSL color Cylindrical-coordinate representation of color #D42EDD: hue angle of 296.91º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D42EDD is Cyan = 0.04, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 212 | 46 | 221 | - |
| CMYK | 0.04 | 0.79 | 0 | 0.13 |
| HSL | 296.91º | 0.72% | 0.52% | - |
| HSV(B) | 296.91º | 0.79% | 0.87% | - |
| XYZ | 41.18 | 21.17 | 70.32 | - |
| YUV | 115.58 | 187.5 | 196.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 46 | 221 | 0.04 | 0.79 | 0 | 0.13 | 296.91 | 0.72 | 0.52 |
| Hex | D4 | 2E | DD | 4 | 4F | 0 | D | 129 | 48 | 34 |
| Octal | 324 | 56 | 335 | 4 | 117 | 0 | 15 | 451 | 110 | 64 |
| Binary | 11010100 | 101110 | 11011101 | 100 | 1001111 | 0 | 1101 | 100101001 | 1001000 | 110100 |
Color Harmonies of #D42EDD
Complementary color
Monochromatic Colors of #D42EDD
Black with #D42EDD
Text Example
Text Example
White with #D42EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D42EDD; }
p { color: rgb(212,46,221); }
H1.HeaderClassName
{
color: #D42EDD;
}
.AnyTagClassName
{
color: #D42EDD;
}
</style>
background-color css
<style>
a { background-color: #D42EDD; }
a { background-color: rgb(212,46,221); }
div.DivClassName
{
background-color: #D42EDD;
}
.BgClassName
{
background-color: #D42EDD;
}
</style>
border-color css
<style>
span { border-color: #D42EDD; }
span { border-color: rgb(212,46,221); }
td.TdClassName
{
border-color: #D42EDD;
}
.TagClassName
{
border-color: #D42EDD;
}
</style>