Html Css Color HEX #D74DDF Free Speech Magenta
📋 copy color: '#D74DDF'red 215 ◦ green 77 ◦ blue 223
Shades of Free Speech Magenta #D74DDF
Tints of Free Speech Magenta #D74DDF
RGB
CMYK
RGB Variations
Color information
#D74DDF (or 0xD74DDF) is known color: Free Speech Magenta. HEX triplet: D7, 4D and DF. RGB value is (215,77,223). Sum of RGB (Red+Green+Blue) = 215+77+223=515 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.75% from 515); Green value is 77 (30.47% from 255 or 14.95% from 515); Blue value is 223 (87.5% from 255 or 43.30% from 515); Max value from RGB is 223 - color contains mainly: blue. Hex color #D74DDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D74DDF is #28B220. Grayscale: #868686. Windows color (decimal): -2667041 or 14634455. OLE color: 14634455.
HSL color Cylindrical-coordinate representation of color #D74DDF: hue angle of 296.71º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D74DDF is Cyan = 0.04, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 215 | 77 | 223 | - |
| CMYK | 0.04 | 0.65 | 0 | 0.13 |
| HSL | 296.71º | 0.7% | 0.59% | - |
| HSV(B) | 296.71º | 0.65% | 0.87% | - |
| XYZ | 44 | 25.08 | 72.33 | - |
| YUV | 134.91 | 177.72 | 185.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 77 | 223 | 0.04 | 0.65 | 0 | 0.13 | 296.71 | 0.7 | 0.59 |
| Hex | D7 | 4D | DF | 4 | 41 | 0 | D | 129 | 46 | 3B |
| Octal | 327 | 115 | 337 | 4 | 101 | 0 | 15 | 451 | 106 | 73 |
| Binary | 11010111 | 1001101 | 11011111 | 100 | 1000001 | 0 | 1101 | 100101001 | 1000110 | 111011 |
Color Harmonies of #D74DDF
Complementary color
Monochromatic Colors of #D74DDF
Black with #D74DDF
Text Example
Text Example
White with #D74DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74DDF; }
p { color: rgb(215,77,223); }
H1.HeaderClassName
{
color: #D74DDF;
}
.AnyTagClassName
{
color: #D74DDF;
}
</style>
background-color css
<style>
a { background-color: #D74DDF; }
a { background-color: rgb(215,77,223); }
div.DivClassName
{
background-color: #D74DDF;
}
.BgClassName
{
background-color: #D74DDF;
}
</style>
border-color css
<style>
span { border-color: #D74DDF; }
span { border-color: rgb(215,77,223); }
td.TdClassName
{
border-color: #D74DDF;
}
.TagClassName
{
border-color: #D74DDF;
}
</style>