Html Css Color HEX #D74EDF Free Speech Magenta
📋 copy color: '#D74EDF'red 215 ◦ green 78 ◦ blue 223
Shades of Free Speech Magenta #D74EDF
Tints of Free Speech Magenta #D74EDF
RGB
CMYK
RGB Variations
Color information
#D74EDF (or 0xD74EDF) is known color: Free Speech Magenta. HEX triplet: D7, 4E and DF. RGB value is (215,78,223). Sum of RGB (Red+Green+Blue) = 215+78+223=516 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.67% from 516); Green value is 78 (30.86% from 255 or 15.12% from 516); Blue value is 223 (87.5% from 255 or 43.22% from 516); Max value from RGB is 223 - color contains mainly: blue. Hex color #D74EDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D74EDF is #28B120. Grayscale: #878787. Windows color (decimal): -2666785 or 14634711. OLE color: 14634711.
HSL color Cylindrical-coordinate representation of color #D74EDF: hue angle of 296.69º degrees, saturation: 0.69, 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 #D74EDF is Cyan = 0.04, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 215 | 78 | 223 | - |
| CMYK | 0.04 | 0.65 | 0 | 0.13 |
| HSL | 296.69º | 0.69% | 0.59% | - |
| HSV(B) | 296.69º | 0.65% | 0.87% | - |
| XYZ | 44.07 | 25.22 | 72.36 | - |
| YUV | 135.49 | 177.39 | 184.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 78 | 223 | 0.04 | 0.65 | 0 | 0.13 | 296.69 | 0.69 | 0.59 |
| Hex | D7 | 4E | DF | 4 | 41 | 0 | D | 129 | 45 | 3B |
| Octal | 327 | 116 | 337 | 4 | 101 | 0 | 15 | 451 | 105 | 73 |
| Binary | 11010111 | 1001110 | 11011111 | 100 | 1000001 | 0 | 1101 | 100101001 | 1000101 | 111011 |
Color Harmonies of #D74EDF
Complementary color
Monochromatic Colors of #D74EDF
Black with #D74EDF
Text Example
Text Example
White with #D74EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74EDF; }
p { color: rgb(215,78,223); }
H1.HeaderClassName
{
color: #D74EDF;
}
.AnyTagClassName
{
color: #D74EDF;
}
</style>
background-color css
<style>
a { background-color: #D74EDF; }
a { background-color: rgb(215,78,223); }
div.DivClassName
{
background-color: #D74EDF;
}
.BgClassName
{
background-color: #D74EDF;
}
</style>
border-color css
<style>
span { border-color: #D74EDF; }
span { border-color: rgb(215,78,223); }
td.TdClassName
{
border-color: #D74EDF;
}
.TagClassName
{
border-color: #D74EDF;
}
</style>