Html Css Color HEX #D74ED2 Free Speech Magenta
📋 copy color: '#D74ED2'red 215 ◦ green 78 ◦ blue 210
Shades of Free Speech Magenta #D74ED2
Tints of Free Speech Magenta #D74ED2
RGB
CMYK
RGB Variations
Color information
#D74ED2 (or 0xD74ED2) is known color: Free Speech Magenta. HEX triplet: D7, 4E and D2. RGB value is (215,78,210). Sum of RGB (Red+Green+Blue) = 215+78+210=503 (66% of max value = 765). Red value is 215 (84.38% from 255 or 42.74% from 503); Green value is 78 (30.86% from 255 or 15.51% from 503); Blue value is 210 (82.42% from 255 or 41.75% from 503); Max value from RGB is 215 - color contains mainly: red. Hex color #D74ED2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D74ED2 is #28B12D. Grayscale: #858585. Windows color (decimal): -2666798 or 13782743. OLE color: 13782743.
HSL color Cylindrical-coordinate representation of color #D74ED2: hue angle of 302.19º 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 #D74ED2 is Cyan = 0, Magento = 0.64, Yellow = 0.02 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 78 | 210 | - |
| CMYK | 0 | 0.64 | 0.02 | 0.16 |
| HSL | 302.19º | 0.63% | 0.57% | - |
| HSV(B) | 302.19º | 0.64% | 0.84% | - |
| XYZ | 42.38 | 24.55 | 63.48 | - |
| YUV | 134.01 | 170.89 | 185.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 78 | 210 | 0 | 0.64 | 0.02 | 0.16 | 302.19 | 0.63 | 0.57 |
| Hex | D7 | 4E | D2 | 0 | 40 | 2 | 10 | 12E | 3F | 39 |
| Octal | 327 | 116 | 322 | 0 | 100 | 2 | 20 | 456 | 77 | 71 |
| Binary | 11010111 | 1001110 | 11010010 | 0 | 1000000 | 10 | 10000 | 100101110 | 111111 | 111001 |
Color Harmonies of #D74ED2
Complementary color
Monochromatic Colors of #D74ED2
Black with #D74ED2
Text Example
Text Example
White with #D74ED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74ED2; }
p { color: rgb(215,78,210); }
H1.HeaderClassName
{
color: #D74ED2;
}
.AnyTagClassName
{
color: #D74ED2;
}
</style>
background-color css
<style>
a { background-color: #D74ED2; }
a { background-color: rgb(215,78,210); }
div.DivClassName
{
background-color: #D74ED2;
}
.BgClassName
{
background-color: #D74ED2;
}
</style>
border-color css
<style>
span { border-color: #D74ED2; }
span { border-color: rgb(215,78,210); }
td.TdClassName
{
border-color: #D74ED2;
}
.TagClassName
{
border-color: #D74ED2;
}
</style>