Html Css Color HEX #D64ECD Free Speech Magenta
📋 copy color: '#D64ECD'red 214 ◦ green 78 ◦ blue 205
Shades of Free Speech Magenta #D64ECD
Tints of Free Speech Magenta #D64ECD
RGB
CMYK
RGB Variations
Color information
#D64ECD (or 0xD64ECD) is known color: Free Speech Magenta. HEX triplet: D6, 4E and CD. RGB value is (214,78,205). Sum of RGB (Red+Green+Blue) = 214+78+205=497 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.06% from 497); Green value is 78 (30.86% from 255 or 15.69% from 497); Blue value is 205 (80.47% from 255 or 41.25% from 497); Max value from RGB is 214 - color contains mainly: red. Hex color #D64ECD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D64ECD is #29B132. Grayscale: #848484. Windows color (decimal): -2732339 or 13455062. OLE color: 13455062.
HSL color Cylindrical-coordinate representation of color #D64ECD: hue angle of 303.97º 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 #D64ECD is Cyan = 0, Magento = 0.64, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 78 | 205 | - |
| CMYK | 0 | 0.64 | 0.04 | 0.16 |
| HSL | 303.97º | 0.62% | 0.57% | - |
| HSV(B) | 303.97º | 0.64% | 0.84% | - |
| XYZ | 41.48 | 24.15 | 60.23 | - |
| YUV | 133.14 | 168.56 | 185.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 78 | 205 | 0 | 0.64 | 0.04 | 0.16 | 303.97 | 0.62 | 0.57 |
| Hex | D6 | 4E | CD | 0 | 40 | 4 | 10 | 130 | 3E | 39 |
| Octal | 326 | 116 | 315 | 0 | 100 | 4 | 20 | 460 | 76 | 71 |
| Binary | 11010110 | 1001110 | 11001101 | 0 | 1000000 | 100 | 10000 | 100110000 | 111110 | 111001 |
Color Harmonies of #D64ECD
Complementary color
Monochromatic Colors of #D64ECD
Black with #D64ECD
Text Example
Text Example
White with #D64ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64ECD; }
p { color: rgb(214,78,205); }
H1.HeaderClassName
{
color: #D64ECD;
}
.AnyTagClassName
{
color: #D64ECD;
}
</style>
background-color css
<style>
a { background-color: #D64ECD; }
a { background-color: rgb(214,78,205); }
div.DivClassName
{
background-color: #D64ECD;
}
.BgClassName
{
background-color: #D64ECD;
}
</style>
border-color css
<style>
span { border-color: #D64ECD; }
span { border-color: rgb(214,78,205); }
td.TdClassName
{
border-color: #D64ECD;
}
.TagClassName
{
border-color: #D64ECD;
}
</style>