Html Css Color HEX #D64ED5 Free Speech Magenta
📋 copy color: '#D64ED5'red 214 ◦ green 78 ◦ blue 213
Shades of Free Speech Magenta #D64ED5
Tints of Free Speech Magenta #D64ED5
RGB
CMYK
RGB Variations
Color information
#D64ED5 (or 0xD64ED5) is known color: Free Speech Magenta. HEX triplet: D6, 4E and D5. RGB value is (214,78,213). Sum of RGB (Red+Green+Blue) = 214+78+213=505 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.38% from 505); Green value is 78 (30.86% from 255 or 15.45% from 505); Blue value is 213 (83.59% from 255 or 42.18% from 505); Max value from RGB is 214 - color contains mainly: red. Hex color #D64ED5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D64ED5 is #29B12A. Grayscale: #858585. Windows color (decimal): -2732331 or 13979350. OLE color: 13979350.
HSL color Cylindrical-coordinate representation of color #D64ED5: hue angle of 300.44º 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 #D64ED5 is Cyan = 0, Magento = 0.64, Yellow = 0.00 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 78 | 213 | - |
| CMYK | 0 | 0.64 | 0.00 | 0.16 |
| HSL | 300.44º | 0.62% | 0.57% | - |
| HSV(B) | 300.44º | 0.64% | 0.84% | - |
| XYZ | 42.47 | 24.55 | 65.45 | - |
| YUV | 134.05 | 172.56 | 185.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 78 | 213 | 0 | 0.64 | 0.00 | 0.16 | 300.44 | 0.62 | 0.57 |
| Hex | D6 | 4E | D5 | 0 | 40 | 0 | 10 | 12C | 3E | 39 |
| Octal | 326 | 116 | 325 | 0 | 100 | 0 | 20 | 454 | 76 | 71 |
| Binary | 11010110 | 1001110 | 11010101 | 0 | 1000000 | 0 | 10000 | 100101100 | 111110 | 111001 |
Color Harmonies of #D64ED5
Complementary color
Monochromatic Colors of #D64ED5
Black with #D64ED5
Text Example
Text Example
White with #D64ED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64ED5; }
p { color: rgb(214,78,213); }
H1.HeaderClassName
{
color: #D64ED5;
}
.AnyTagClassName
{
color: #D64ED5;
}
</style>
background-color css
<style>
a { background-color: #D64ED5; }
a { background-color: rgb(214,78,213); }
div.DivClassName
{
background-color: #D64ED5;
}
.BgClassName
{
background-color: #D64ED5;
}
</style>
border-color css
<style>
span { border-color: #D64ED5; }
span { border-color: rgb(214,78,213); }
td.TdClassName
{
border-color: #D64ED5;
}
.TagClassName
{
border-color: #D64ED5;
}
</style>