Html Css Color HEX #D74DCD Free Speech Magenta
📋 copy color: '#D74DCD'red 215 ◦ green 77 ◦ blue 205
Shades of Free Speech Magenta #D74DCD
Tints of Free Speech Magenta #D74DCD
RGB
CMYK
RGB Variations
Color information
#D74DCD (or 0xD74DCD) is known color: Free Speech Magenta. HEX triplet: D7, 4D and CD. RGB value is (215,77,205). Sum of RGB (Red+Green+Blue) = 215+77+205=497 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.26% from 497); Green value is 77 (30.47% from 255 or 15.49% from 497); Blue value is 205 (80.47% from 255 or 41.25% from 497); Max value from RGB is 215 - color contains mainly: red. Hex color #D74DCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D74DCD is #28B232. Grayscale: #848484. Windows color (decimal): -2667059 or 13454807. OLE color: 13454807.
HSL color Cylindrical-coordinate representation of color #D74DCD: hue angle of 304.35º 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 #D74DCD is Cyan = 0, Magento = 0.64, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 77 | 205 | - |
| CMYK | 0 | 0.64 | 0.05 | 0.16 |
| HSL | 304.35º | 0.63% | 0.57% | - |
| HSV(B) | 304.35º | 0.64% | 0.84% | - |
| XYZ | 41.7 | 24.16 | 60.22 | - |
| YUV | 132.85 | 168.72 | 186.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 77 | 205 | 0 | 0.64 | 0.05 | 0.16 | 304.35 | 0.63 | 0.57 |
| Hex | D7 | 4D | CD | 0 | 40 | 5 | 10 | 130 | 3F | 39 |
| Octal | 327 | 115 | 315 | 0 | 100 | 5 | 20 | 460 | 77 | 71 |
| Binary | 11010111 | 1001101 | 11001101 | 0 | 1000000 | 101 | 10000 | 100110000 | 111111 | 111001 |
Color Harmonies of #D74DCD
Complementary color
Monochromatic Colors of #D74DCD
Black with #D74DCD
Text Example
Text Example
White with #D74DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74DCD; }
p { color: rgb(215,77,205); }
H1.HeaderClassName
{
color: #D74DCD;
}
.AnyTagClassName
{
color: #D74DCD;
}
</style>
background-color css
<style>
a { background-color: #D74DCD; }
a { background-color: rgb(215,77,205); }
div.DivClassName
{
background-color: #D74DCD;
}
.BgClassName
{
background-color: #D74DCD;
}
</style>
border-color css
<style>
span { border-color: #D74DCD; }
span { border-color: rgb(215,77,205); }
td.TdClassName
{
border-color: #D74DCD;
}
.TagClassName
{
border-color: #D74DCD;
}
</style>