Html Css Color HEX #D74FCD Free Speech Magenta
📋 copy color: '#D74FCD'red 215 ◦ green 79 ◦ blue 205
Shades of Free Speech Magenta #D74FCD
Tints of Free Speech Magenta #D74FCD
RGB
CMYK
RGB Variations
Color information
#D74FCD (or 0xD74FCD) is known color: Free Speech Magenta. HEX triplet: D7, 4F and CD. RGB value is (215,79,205). Sum of RGB (Red+Green+Blue) = 215+79+205=499 (66% of max value = 765). Red value is 215 (84.38% from 255 or 43.09% from 499); Green value is 79 (31.25% from 255 or 15.83% from 499); Blue value is 205 (80.47% from 255 or 41.08% from 499); Max value from RGB is 215 - color contains mainly: red. Hex color #D74FCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D74FCD is #28B032. Grayscale: #858585. Windows color (decimal): -2666547 or 13455319. OLE color: 13455319.
HSL color Cylindrical-coordinate representation of color #D74FCD: hue angle of 304.41º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D74FCD is Cyan = 0, Magento = 0.63, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 79 | 205 | - |
| CMYK | 0 | 0.63 | 0.05 | 0.16 |
| HSL | 304.41º | 0.63% | 0.58% | - |
| HSV(B) | 304.41º | 0.63% | 0.84% | - |
| XYZ | 41.84 | 24.45 | 60.27 | - |
| YUV | 134.03 | 168.06 | 185.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 79 | 205 | 0 | 0.63 | 0.05 | 0.16 | 304.41 | 0.63 | 0.58 |
| Hex | D7 | 4F | CD | 0 | 3F | 5 | 10 | 130 | 3F | 3A |
| Octal | 327 | 117 | 315 | 0 | 77 | 5 | 20 | 460 | 77 | 72 |
| Binary | 11010111 | 1001111 | 11001101 | 0 | 111111 | 101 | 10000 | 100110000 | 111111 | 111010 |
Color Harmonies of #D74FCD
Complementary color
Monochromatic Colors of #D74FCD
Black with #D74FCD
Text Example
Text Example
White with #D74FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74FCD; }
p { color: rgb(215,79,205); }
H1.HeaderClassName
{
color: #D74FCD;
}
.AnyTagClassName
{
color: #D74FCD;
}
</style>
background-color css
<style>
a { background-color: #D74FCD; }
a { background-color: rgb(215,79,205); }
div.DivClassName
{
background-color: #D74FCD;
}
.BgClassName
{
background-color: #D74FCD;
}
</style>
border-color css
<style>
span { border-color: #D74FCD; }
span { border-color: rgb(215,79,205); }
td.TdClassName
{
border-color: #D74FCD;
}
.TagClassName
{
border-color: #D74FCD;
}
</style>