Html Css Color HEX #D44FCD Free Speech Magenta
📋 copy color: '#D44FCD'red 212 ◦ green 79 ◦ blue 205
Shades of Free Speech Magenta #D44FCD
Tints of Free Speech Magenta #D44FCD
RGB
CMYK
RGB Variations
Color information
#D44FCD (or 0xD44FCD) is known color: Free Speech Magenta. HEX triplet: D4, 4F and CD. RGB value is (212,79,205). Sum of RGB (Red+Green+Blue) = 212+79+205=496 (65% of max value = 765). Red value is 212 (83.20% from 255 or 42.74% from 496); Green value is 79 (31.25% from 255 or 15.93% from 496); Blue value is 205 (80.47% from 255 or 41.33% from 496); Max value from RGB is 212 - color contains mainly: red. Hex color #D44FCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D44FCD is #2BB032. Grayscale: #848484. Windows color (decimal): -2863155 or 13455316. OLE color: 13455316.
HSL color Cylindrical-coordinate representation of color #D44FCD: hue angle of 303.16º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D44FCD is Cyan = 0, Magento = 0.63, Yellow = 0.03 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 79 | 205 | - |
| CMYK | 0 | 0.63 | 0.03 | 0.17 |
| HSL | 303.16º | 0.61% | 0.57% | - |
| HSV(B) | 303.16º | 0.63% | 0.83% | - |
| XYZ | 40.97 | 24 | 60.23 | - |
| YUV | 133.13 | 168.56 | 184.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 79 | 205 | 0 | 0.63 | 0.03 | 0.17 | 303.16 | 0.61 | 0.57 |
| Hex | D4 | 4F | CD | 0 | 3F | 3 | 11 | 12F | 3D | 39 |
| Octal | 324 | 117 | 315 | 0 | 77 | 3 | 21 | 457 | 75 | 71 |
| Binary | 11010100 | 1001111 | 11001101 | 0 | 111111 | 11 | 10001 | 100101111 | 111101 | 111001 |
Color Harmonies of #D44FCD
Complementary color
Monochromatic Colors of #D44FCD
Black with #D44FCD
Text Example
Text Example
White with #D44FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D44FCD; }
p { color: rgb(212,79,205); }
H1.HeaderClassName
{
color: #D44FCD;
}
.AnyTagClassName
{
color: #D44FCD;
}
</style>
background-color css
<style>
a { background-color: #D44FCD; }
a { background-color: rgb(212,79,205); }
div.DivClassName
{
background-color: #D44FCD;
}
.BgClassName
{
background-color: #D44FCD;
}
</style>
border-color css
<style>
span { border-color: #D44FCD; }
span { border-color: rgb(212,79,205); }
td.TdClassName
{
border-color: #D44FCD;
}
.TagClassName
{
border-color: #D44FCD;
}
</style>