Html Css Color HEX #D74ECE Free Speech Magenta
📋 copy color: '#D74ECE'red 215 ◦ green 78 ◦ blue 206
Shades of Free Speech Magenta #D74ECE
Tints of Free Speech Magenta #D74ECE
RGB
CMYK
RGB Variations
Color information
#D74ECE (or 0xD74ECE) is known color: Free Speech Magenta. HEX triplet: D7, 4E and CE. RGB value is (215,78,206). Sum of RGB (Red+Green+Blue) = 215+78+206=499 (66% of max value = 765). Red value is 215 (84.38% from 255 or 43.09% from 499); Green value is 78 (30.86% from 255 or 15.63% from 499); Blue value is 206 (80.86% from 255 or 41.28% from 499); Max value from RGB is 215 - color contains mainly: red. Hex color #D74ECE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D74ECE is #28B131. Grayscale: #858585. Windows color (decimal): -2666802 or 13520599. OLE color: 13520599.
HSL color Cylindrical-coordinate representation of color #D74ECE: hue angle of 303.94º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D74ECE is Cyan = 0, Magento = 0.64, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 78 | 206 | - |
| CMYK | 0 | 0.64 | 0.04 | 0.16 |
| HSL | 303.94º | 0.63% | 0.57% | - |
| HSV(B) | 303.94º | 0.64% | 0.84% | - |
| XYZ | 41.89 | 24.35 | 60.89 | - |
| YUV | 133.56 | 168.89 | 186.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 78 | 206 | 0 | 0.64 | 0.04 | 0.16 | 303.94 | 0.63 | 0.57 |
| Hex | D7 | 4E | CE | 0 | 40 | 4 | 10 | 130 | 3F | 39 |
| Octal | 327 | 116 | 316 | 0 | 100 | 4 | 20 | 460 | 77 | 71 |
| Binary | 11010111 | 1001110 | 11001110 | 0 | 1000000 | 100 | 10000 | 100110000 | 111111 | 111001 |
Color Harmonies of #D74ECE
Complementary color
Monochromatic Colors of #D74ECE
Black with #D74ECE
Text Example
Text Example
White with #D74ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74ECE; }
p { color: rgb(215,78,206); }
H1.HeaderClassName
{
color: #D74ECE;
}
.AnyTagClassName
{
color: #D74ECE;
}
</style>
background-color css
<style>
a { background-color: #D74ECE; }
a { background-color: rgb(215,78,206); }
div.DivClassName
{
background-color: #D74ECE;
}
.BgClassName
{
background-color: #D74ECE;
}
</style>
border-color css
<style>
span { border-color: #D74ECE; }
span { border-color: rgb(215,78,206); }
td.TdClassName
{
border-color: #D74ECE;
}
.TagClassName
{
border-color: #D74ECE;
}
</style>