Html Css Color HEX #D64ED2 Free Speech Magenta
📋 copy color: '#D64ED2'red 214 ◦ green 78 ◦ blue 210
Shades of Free Speech Magenta #D64ED2
Tints of Free Speech Magenta #D64ED2
RGB
CMYK
RGB Variations
Color information
#D64ED2 (or 0xD64ED2) is known color: Free Speech Magenta. HEX triplet: D6, 4E and D2. RGB value is (214,78,210). Sum of RGB (Red+Green+Blue) = 214+78+210=502 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.63% from 502); Green value is 78 (30.86% from 255 or 15.54% from 502); Blue value is 210 (82.42% from 255 or 41.83% from 502); Max value from RGB is 214 - color contains mainly: red. Hex color #D64ED2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D64ED2 is #29B12D. Grayscale: #858585. Windows color (decimal): -2732334 or 13782742. OLE color: 13782742.
HSL color Cylindrical-coordinate representation of color #D64ED2: hue angle of 301.76º degrees, saturation: 0.62, 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 #D64ED2 is Cyan = 0, Magento = 0.64, Yellow = 0.02 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 78 | 210 | - |
| CMYK | 0 | 0.64 | 0.02 | 0.16 |
| HSL | 301.76º | 0.62% | 0.57% | - |
| HSV(B) | 301.76º | 0.64% | 0.84% | - |
| XYZ | 42.09 | 24.4 | 63.46 | - |
| YUV | 133.71 | 171.06 | 185.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 78 | 210 | 0 | 0.64 | 0.02 | 0.16 | 301.76 | 0.62 | 0.57 |
| Hex | D6 | 4E | D2 | 0 | 40 | 2 | 10 | 12E | 3E | 39 |
| Octal | 326 | 116 | 322 | 0 | 100 | 2 | 20 | 456 | 76 | 71 |
| Binary | 11010110 | 1001110 | 11010010 | 0 | 1000000 | 10 | 10000 | 100101110 | 111110 | 111001 |
Color Harmonies of #D64ED2
Complementary color
Monochromatic Colors of #D64ED2
Black with #D64ED2
Text Example
Text Example
White with #D64ED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64ED2; }
p { color: rgb(214,78,210); }
H1.HeaderClassName
{
color: #D64ED2;
}
.AnyTagClassName
{
color: #D64ED2;
}
</style>
background-color css
<style>
a { background-color: #D64ED2; }
a { background-color: rgb(214,78,210); }
div.DivClassName
{
background-color: #D64ED2;
}
.BgClassName
{
background-color: #D64ED2;
}
</style>
border-color css
<style>
span { border-color: #D64ED2; }
span { border-color: rgb(214,78,210); }
td.TdClassName
{
border-color: #D64ED2;
}
.TagClassName
{
border-color: #D64ED2;
}
</style>