Html Css Color HEX #D74CDF Free Speech Magenta
📋 copy color: '#D74CDF'red 215 ◦ green 76 ◦ blue 223
Shades of Free Speech Magenta #D74CDF
Tints of Free Speech Magenta #D74CDF
RGB
CMYK
RGB Variations
Color information
#D74CDF (or 0xD74CDF) is known color: Free Speech Magenta. HEX triplet: D7, 4C and DF. RGB value is (215,76,223). Sum of RGB (Red+Green+Blue) = 215+76+223=514 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.83% from 514); Green value is 76 (30.08% from 255 or 14.79% from 514); Blue value is 223 (87.5% from 255 or 43.39% from 514); Max value from RGB is 223 - color contains mainly: blue. Hex color #D74CDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D74CDF is #28B320. Grayscale: #858585. Windows color (decimal): -2667297 or 14634199. OLE color: 14634199.
HSL color Cylindrical-coordinate representation of color #D74CDF: hue angle of 296.73º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D74CDF is Cyan = 0.04, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 215 | 76 | 223 | - |
| CMYK | 0.04 | 0.66 | 0 | 0.13 |
| HSL | 296.73º | 0.7% | 0.59% | - |
| HSV(B) | 296.73º | 0.66% | 0.87% | - |
| XYZ | 43.93 | 24.94 | 72.31 | - |
| YUV | 134.32 | 178.05 | 185.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 76 | 223 | 0.04 | 0.66 | 0 | 0.13 | 296.73 | 0.7 | 0.59 |
| Hex | D7 | 4C | DF | 4 | 42 | 0 | D | 129 | 46 | 3B |
| Octal | 327 | 114 | 337 | 4 | 102 | 0 | 15 | 451 | 106 | 73 |
| Binary | 11010111 | 1001100 | 11011111 | 100 | 1000010 | 0 | 1101 | 100101001 | 1000110 | 111011 |
Color Harmonies of #D74CDF
Complementary color
Monochromatic Colors of #D74CDF
Black with #D74CDF
Text Example
Text Example
White with #D74CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74CDF; }
p { color: rgb(215,76,223); }
H1.HeaderClassName
{
color: #D74CDF;
}
.AnyTagClassName
{
color: #D74CDF;
}
</style>
background-color css
<style>
a { background-color: #D74CDF; }
a { background-color: rgb(215,76,223); }
div.DivClassName
{
background-color: #D74CDF;
}
.BgClassName
{
background-color: #D74CDF;
}
</style>
border-color css
<style>
span { border-color: #D74CDF; }
span { border-color: rgb(215,76,223); }
td.TdClassName
{
border-color: #D74CDF;
}
.TagClassName
{
border-color: #D74CDF;
}
</style>