Html Css Color HEX #D74DC9 Free Speech Magenta
📋 copy color: '#D74DC9'red 215 ◦ green 77 ◦ blue 201
Shades of Free Speech Magenta #D74DC9
Tints of Free Speech Magenta #D74DC9
RGB
CMYK
RGB Variations
Color information
#D74DC9 (or 0xD74DC9) is known color: Free Speech Magenta. HEX triplet: D7, 4D and C9. RGB value is (215,77,201). Sum of RGB (Red+Green+Blue) = 215+77+201=493 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.61% from 493); Green value is 77 (30.47% from 255 or 15.62% from 493); Blue value is 201 (78.91% from 255 or 40.77% from 493); Max value from RGB is 215 - color contains mainly: red. Hex color #D74DC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D74DC9 is #28B236. Grayscale: #848484. Windows color (decimal): -2667063 or 13192663. OLE color: 13192663.
HSL color Cylindrical-coordinate representation of color #D74DC9: hue angle of 306.09º 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 #D74DC9 is Cyan = 0, Magento = 0.64, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 77 | 201 | - |
| CMYK | 0 | 0.64 | 0.07 | 0.16 |
| HSL | 306.09º | 0.63% | 0.57% | - |
| HSV(B) | 306.09º | 0.64% | 0.84% | - |
| XYZ | 41.22 | 23.97 | 57.71 | - |
| YUV | 132.4 | 166.72 | 186.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 77 | 201 | 0 | 0.64 | 0.07 | 0.16 | 306.09 | 0.63 | 0.57 |
| Hex | D7 | 4D | C9 | 0 | 40 | 7 | 10 | 132 | 3F | 39 |
| Octal | 327 | 115 | 311 | 0 | 100 | 7 | 20 | 462 | 77 | 71 |
| Binary | 11010111 | 1001101 | 11001001 | 0 | 1000000 | 111 | 10000 | 100110010 | 111111 | 111001 |
Color Harmonies of #D74DC9
Complementary color
Monochromatic Colors of #D74DC9
Black with #D74DC9
Text Example
Text Example
White with #D74DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74DC9; }
p { color: rgb(215,77,201); }
H1.HeaderClassName
{
color: #D74DC9;
}
.AnyTagClassName
{
color: #D74DC9;
}
</style>
background-color css
<style>
a { background-color: #D74DC9; }
a { background-color: rgb(215,77,201); }
div.DivClassName
{
background-color: #D74DC9;
}
.BgClassName
{
background-color: #D74DC9;
}
</style>
border-color css
<style>
span { border-color: #D74DC9; }
span { border-color: rgb(215,77,201); }
td.TdClassName
{
border-color: #D74DC9;
}
.TagClassName
{
border-color: #D74DC9;
}
</style>