Html Css Color HEX #D74DCC Free Speech Magenta
📋 copy color: '#D74DCC'red 215 ◦ green 77 ◦ blue 204
Shades of Free Speech Magenta #D74DCC
Tints of Free Speech Magenta #D74DCC
RGB
CMYK
RGB Variations
Color information
#D74DCC (or 0xD74DCC) is known color: Free Speech Magenta. HEX triplet: D7, 4D and CC. RGB value is (215,77,204). Sum of RGB (Red+Green+Blue) = 215+77+204=496 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.35% from 496); Green value is 77 (30.47% from 255 or 15.52% from 496); Blue value is 204 (80.08% from 255 or 41.13% from 496); Max value from RGB is 215 - color contains mainly: red. Hex color #D74DCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D74DCC is #28B233. Grayscale: #848484. Windows color (decimal): -2667060 or 13389271. OLE color: 13389271.
HSL color Cylindrical-coordinate representation of color #D74DCC: hue angle of 304.78º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D74DCC is Cyan = 0, Magento = 0.64, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 77 | 204 | - |
| CMYK | 0 | 0.64 | 0.05 | 0.16 |
| HSL | 304.78º | 0.63% | 0.57% | - |
| HSV(B) | 304.78º | 0.64% | 0.84% | - |
| XYZ | 41.58 | 24.11 | 59.59 | - |
| YUV | 132.74 | 168.22 | 186.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 77 | 204 | 0 | 0.64 | 0.05 | 0.16 | 304.78 | 0.63 | 0.57 |
| Hex | D7 | 4D | CC | 0 | 40 | 5 | 10 | 131 | 3F | 39 |
| Octal | 327 | 115 | 314 | 0 | 100 | 5 | 20 | 461 | 77 | 71 |
| Binary | 11010111 | 1001101 | 11001100 | 0 | 1000000 | 101 | 10000 | 100110001 | 111111 | 111001 |
Color Harmonies of #D74DCC
Complementary color
Monochromatic Colors of #D74DCC
Black with #D74DCC
Text Example
Text Example
White with #D74DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74DCC; }
p { color: rgb(215,77,204); }
H1.HeaderClassName
{
color: #D74DCC;
}
.AnyTagClassName
{
color: #D74DCC;
}
</style>
background-color css
<style>
a { background-color: #D74DCC; }
a { background-color: rgb(215,77,204); }
div.DivClassName
{
background-color: #D74DCC;
}
.BgClassName
{
background-color: #D74DCC;
}
</style>
border-color css
<style>
span { border-color: #D74DCC; }
span { border-color: rgb(215,77,204); }
td.TdClassName
{
border-color: #D74DCC;
}
.TagClassName
{
border-color: #D74DCC;
}
</style>