Html Css Color HEX #D64EC8 Free Speech Magenta
📋 copy color: '#D64EC8'red 214 ◦ green 78 ◦ blue 200
Shades of Free Speech Magenta #D64EC8
Tints of Free Speech Magenta #D64EC8
RGB
CMYK
RGB Variations
Color information
#D64EC8 (or 0xD64EC8) is known color: Free Speech Magenta. HEX triplet: D6, 4E and C8. RGB value is (214,78,200). Sum of RGB (Red+Green+Blue) = 214+78+200=492 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.50% from 492); Green value is 78 (30.86% from 255 or 15.85% from 492); Blue value is 200 (78.52% from 255 or 40.65% from 492); Max value from RGB is 214 - color contains mainly: red. Hex color #D64EC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D64EC8 is #29B137. Grayscale: #848484. Windows color (decimal): -2732344 or 13127382. OLE color: 13127382.
HSL color Cylindrical-coordinate representation of color #D64EC8: hue angle of 306.18º 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 #D64EC8 is Cyan = 0, Magento = 0.64, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 78 | 200 | - |
| CMYK | 0 | 0.64 | 0.07 | 0.16 |
| HSL | 306.18º | 0.62% | 0.57% | - |
| HSV(B) | 306.18º | 0.64% | 0.84% | - |
| XYZ | 40.88 | 23.92 | 57.1 | - |
| YUV | 132.57 | 166.06 | 186.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 78 | 200 | 0 | 0.64 | 0.07 | 0.16 | 306.18 | 0.62 | 0.57 |
| Hex | D6 | 4E | C8 | 0 | 40 | 7 | 10 | 132 | 3E | 39 |
| Octal | 326 | 116 | 310 | 0 | 100 | 7 | 20 | 462 | 76 | 71 |
| Binary | 11010110 | 1001110 | 11001000 | 0 | 1000000 | 111 | 10000 | 100110010 | 111110 | 111001 |
Color Harmonies of #D64EC8
Complementary color
Monochromatic Colors of #D64EC8
Black with #D64EC8
Text Example
Text Example
White with #D64EC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64EC8; }
p { color: rgb(214,78,200); }
H1.HeaderClassName
{
color: #D64EC8;
}
.AnyTagClassName
{
color: #D64EC8;
}
</style>
background-color css
<style>
a { background-color: #D64EC8; }
a { background-color: rgb(214,78,200); }
div.DivClassName
{
background-color: #D64EC8;
}
.BgClassName
{
background-color: #D64EC8;
}
</style>
border-color css
<style>
span { border-color: #D64EC8; }
span { border-color: rgb(214,78,200); }
td.TdClassName
{
border-color: #D64EC8;
}
.TagClassName
{
border-color: #D64EC8;
}
</style>