Html Css Color HEX #D44ACE Free Speech Magenta
📋 copy color: '#D44ACE'red 212 ◦ green 74 ◦ blue 206
Shades of Free Speech Magenta #D44ACE
Tints of Free Speech Magenta #D44ACE
RGB
CMYK
RGB Variations
Color information
#D44ACE (or 0xD44ACE) is known color: Free Speech Magenta. HEX triplet: D4, 4A and CE. RGB value is (212,74,206). Sum of RGB (Red+Green+Blue) = 212+74+206=492 (65% of max value = 765). Red value is 212 (83.20% from 255 or 43.09% from 492); Green value is 74 (29.30% from 255 or 15.04% from 492); Blue value is 206 (80.86% from 255 or 41.87% from 492); Max value from RGB is 212 - color contains mainly: red. Hex color #D44ACE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D44ACE is #2BB531. Grayscale: #818181. Windows color (decimal): -2864434 or 13519572. OLE color: 13519572.
HSL color Cylindrical-coordinate representation of color #D44ACE: hue angle of 302.61º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D44ACE is Cyan = 0, Magento = 0.65, Yellow = 0.03 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 74 | 206 | - |
| CMYK | 0 | 0.65 | 0.03 | 0.17 |
| HSL | 302.61º | 0.62% | 0.56% | - |
| HSV(B) | 302.61º | 0.65% | 0.83% | - |
| XYZ | 40.74 | 23.35 | 60.75 | - |
| YUV | 130.31 | 170.72 | 186.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 74 | 206 | 0 | 0.65 | 0.03 | 0.17 | 302.61 | 0.62 | 0.56 |
| Hex | D4 | 4A | CE | 0 | 41 | 3 | 11 | 12F | 3E | 38 |
| Octal | 324 | 112 | 316 | 0 | 101 | 3 | 21 | 457 | 76 | 70 |
| Binary | 11010100 | 1001010 | 11001110 | 0 | 1000001 | 11 | 10001 | 100101111 | 111110 | 111000 |
Color Harmonies of #D44ACE
Complementary color
Monochromatic Colors of #D44ACE
Black with #D44ACE
Text Example
Text Example
White with #D44ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D44ACE; }
p { color: rgb(212,74,206); }
H1.HeaderClassName
{
color: #D44ACE;
}
.AnyTagClassName
{
color: #D44ACE;
}
</style>
background-color css
<style>
a { background-color: #D44ACE; }
a { background-color: rgb(212,74,206); }
div.DivClassName
{
background-color: #D44ACE;
}
.BgClassName
{
background-color: #D44ACE;
}
</style>
border-color css
<style>
span { border-color: #D44ACE; }
span { border-color: rgb(212,74,206); }
td.TdClassName
{
border-color: #D44ACE;
}
.TagClassName
{
border-color: #D44ACE;
}
</style>