Html Css Color HEX #D74EDC Free Speech Magenta
📋 copy color: '#D74EDC'red 215 ◦ green 78 ◦ blue 220
Shades of Free Speech Magenta #D74EDC
Tints of Free Speech Magenta #D74EDC
RGB
CMYK
RGB Variations
Color information
#D74EDC (or 0xD74EDC) is known color: Free Speech Magenta. HEX triplet: D7, 4E and DC. RGB value is (215,78,220). Sum of RGB (Red+Green+Blue) = 215+78+220=513 (67% of max value = 765). Red value is 215 (84.38% from 255 or 41.91% from 513); Green value is 78 (30.86% from 255 or 15.20% from 513); Blue value is 220 (86.33% from 255 or 42.88% from 513); Max value from RGB is 220 - color contains mainly: blue. Hex color #D74EDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D74EDC is #28B123. Grayscale: #868686. Windows color (decimal): -2666788 or 14438103. OLE color: 14438103.
HSL color Cylindrical-coordinate representation of color #D74EDC: hue angle of 297.89º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D74EDC is Cyan = 0.02, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 215 | 78 | 220 | - |
| CMYK | 0.02 | 0.65 | 0 | 0.14 |
| HSL | 297.89º | 0.67% | 0.58% | - |
| HSV(B) | 297.89º | 0.65% | 0.86% | - |
| XYZ | 43.67 | 25.06 | 70.25 | - |
| YUV | 135.15 | 175.89 | 184.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 78 | 220 | 0.02 | 0.65 | 0 | 0.14 | 297.89 | 0.67 | 0.58 |
| Hex | D7 | 4E | DC | 2 | 41 | 0 | E | 12A | 43 | 3A |
| Octal | 327 | 116 | 334 | 2 | 101 | 0 | 16 | 452 | 103 | 72 |
| Binary | 11010111 | 1001110 | 11011100 | 10 | 1000001 | 0 | 1110 | 100101010 | 1000011 | 111010 |
Color Harmonies of #D74EDC
Complementary color
Monochromatic Colors of #D74EDC
Black with #D74EDC
Text Example
Text Example
White with #D74EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74EDC; }
p { color: rgb(215,78,220); }
H1.HeaderClassName
{
color: #D74EDC;
}
.AnyTagClassName
{
color: #D74EDC;
}
</style>
background-color css
<style>
a { background-color: #D74EDC; }
a { background-color: rgb(215,78,220); }
div.DivClassName
{
background-color: #D74EDC;
}
.BgClassName
{
background-color: #D74EDC;
}
</style>
border-color css
<style>
span { border-color: #D74EDC; }
span { border-color: rgb(215,78,220); }
td.TdClassName
{
border-color: #D74EDC;
}
.TagClassName
{
border-color: #D74EDC;
}
</style>