Html Css Color HEX #D44DED Free Speech Magenta
📋 copy color: '#D44DED'red 212 ◦ green 77 ◦ blue 237
Shades of Free Speech Magenta #D44DED
Tints of Free Speech Magenta #D44DED
RGB
CMYK
RGB Variations
Color information
#D44DED (or 0xD44DED) is known color: Free Speech Magenta. HEX triplet: D4, 4D and ED. RGB value is (212,77,237). Sum of RGB (Red+Green+Blue) = 212+77+237=526 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.30% from 526); Green value is 77 (30.47% from 255 or 14.64% from 526); Blue value is 237 (92.97% from 255 or 45.06% from 526); Max value from RGB is 237 - color contains mainly: blue. Hex color #D44DED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D44DED is #2BB212. Grayscale: #878787. Windows color (decimal): -2863635 or 15551956. OLE color: 15551956.
HSL color Cylindrical-coordinate representation of color #D44DED: hue angle of 290.62º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D44DED is Cyan = 0.11, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 212 | 77 | 237 | - |
| CMYK | 0.11 | 0.68 | 0 | 0.07 |
| HSL | 290.63º | 0.82% | 0.62% | - |
| HSV(B) | 290.63º | 0.68% | 0.93% | - |
| XYZ | 45.09 | 25.42 | 82.65 | - |
| YUV | 135.61 | 185.23 | 182.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 77 | 237 | 0.11 | 0.68 | 0 | 0.07 | 290.63 | 0.82 | 0.62 |
| Hex | D4 | 4D | ED | B | 44 | 0 | 7 | 123 | 52 | 3E |
| Octal | 324 | 115 | 355 | 13 | 104 | 0 | 7 | 443 | 122 | 76 |
| Binary | 11010100 | 1001101 | 11101101 | 1011 | 1000100 | 0 | 111 | 100100011 | 1010010 | 111110 |
Color Harmonies of #D44DED
Complementary color
Monochromatic Colors of #D44DED
Black with #D44DED
Text Example
Text Example
White with #D44DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D44DED; }
p { color: rgb(212,77,237); }
H1.HeaderClassName
{
color: #D44DED;
}
.AnyTagClassName
{
color: #D44DED;
}
</style>
background-color css
<style>
a { background-color: #D44DED; }
a { background-color: rgb(212,77,237); }
div.DivClassName
{
background-color: #D44DED;
}
.BgClassName
{
background-color: #D44DED;
}
</style>
border-color css
<style>
span { border-color: #D44DED; }
span { border-color: rgb(212,77,237); }
td.TdClassName
{
border-color: #D44DED;
}
.TagClassName
{
border-color: #D44DED;
}
</style>