Html Css Color HEX #D44DEE Free Speech Magenta
📋 copy color: '#D44DEE'red 212 ◦ green 77 ◦ blue 238
Shades of Free Speech Magenta #D44DEE
Tints of Free Speech Magenta #D44DEE
RGB
CMYK
RGB Variations
Color information
#D44DEE (or 0xD44DEE) is known color: Free Speech Magenta. HEX triplet: D4, 4D and EE. RGB value is (212,77,238). Sum of RGB (Red+Green+Blue) = 212+77+238=527 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.23% from 527); Green value is 77 (30.47% from 255 or 14.61% from 527); Blue value is 238 (93.36% from 255 or 45.16% from 527); Max value from RGB is 238 - color contains mainly: blue. Hex color #D44DEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D44DEE is #2BB211. Grayscale: #878787. Windows color (decimal): -2863634 or 15617492. OLE color: 15617492.
HSL color Cylindrical-coordinate representation of color #D44DEE: hue angle of 290.31º degrees, saturation: 0.83, 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 #D44DEE is Cyan = 0.11, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 212 | 77 | 238 | - |
| CMYK | 0.11 | 0.68 | 0 | 0.07 |
| HSL | 290.31º | 0.83% | 0.62% | - |
| HSV(B) | 290.31º | 0.68% | 0.93% | - |
| XYZ | 45.24 | 25.48 | 83.42 | - |
| YUV | 135.72 | 185.73 | 182.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 77 | 238 | 0.11 | 0.68 | 0 | 0.07 | 290.31 | 0.83 | 0.62 |
| Hex | D4 | 4D | EE | B | 44 | 0 | 7 | 122 | 53 | 3E |
| Octal | 324 | 115 | 356 | 13 | 104 | 0 | 7 | 442 | 123 | 76 |
| Binary | 11010100 | 1001101 | 11101110 | 1011 | 1000100 | 0 | 111 | 100100010 | 1010011 | 111110 |
Color Harmonies of #D44DEE
Complementary color
Monochromatic Colors of #D44DEE
Black with #D44DEE
Text Example
Text Example
White with #D44DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D44DEE; }
p { color: rgb(212,77,238); }
H1.HeaderClassName
{
color: #D44DEE;
}
.AnyTagClassName
{
color: #D44DEE;
}
</style>
background-color css
<style>
a { background-color: #D44DEE; }
a { background-color: rgb(212,77,238); }
div.DivClassName
{
background-color: #D44DEE;
}
.BgClassName
{
background-color: #D44DEE;
}
</style>
border-color css
<style>
span { border-color: #D44DEE; }
span { border-color: rgb(212,77,238); }
td.TdClassName
{
border-color: #D44DEE;
}
.TagClassName
{
border-color: #D44DEE;
}
</style>