Html Css Color HEX #D64EDA Free Speech Magenta
📋 copy color: '#D64EDA'red 214 ◦ green 78 ◦ blue 218
Shades of Free Speech Magenta #D64EDA
Tints of Free Speech Magenta #D64EDA
RGB
CMYK
RGB Variations
Color information
#D64EDA (or 0xD64EDA) is known color: Free Speech Magenta. HEX triplet: D6, 4E and DA. RGB value is (214,78,218). Sum of RGB (Red+Green+Blue) = 214+78+218=510 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.96% from 510); Green value is 78 (30.86% from 255 or 15.29% from 510); Blue value is 218 (85.55% from 255 or 42.75% from 510); Max value from RGB is 218 - color contains mainly: blue. Hex color #D64EDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D64EDA is #29B125. Grayscale: #868686. Windows color (decimal): -2732326 or 14307030. OLE color: 14307030.
HSL color Cylindrical-coordinate representation of color #D64EDA: hue angle of 298.29º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D64EDA is Cyan = 0.02, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 214 | 78 | 218 | - |
| CMYK | 0.02 | 0.64 | 0 | 0.15 |
| HSL | 298.29º | 0.65% | 0.58% | - |
| HSV(B) | 298.29º | 0.64% | 0.85% | - |
| XYZ | 43.11 | 24.81 | 68.85 | - |
| YUV | 134.62 | 175.06 | 184.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 78 | 218 | 0.02 | 0.64 | 0 | 0.15 | 298.29 | 0.65 | 0.58 |
| Hex | D6 | 4E | DA | 2 | 40 | 0 | F | 12A | 41 | 3A |
| Octal | 326 | 116 | 332 | 2 | 100 | 0 | 17 | 452 | 101 | 72 |
| Binary | 11010110 | 1001110 | 11011010 | 10 | 1000000 | 0 | 1111 | 100101010 | 1000001 | 111010 |
Color Harmonies of #D64EDA
Complementary color
Monochromatic Colors of #D64EDA
Black with #D64EDA
Text Example
Text Example
White with #D64EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64EDA; }
p { color: rgb(214,78,218); }
H1.HeaderClassName
{
color: #D64EDA;
}
.AnyTagClassName
{
color: #D64EDA;
}
</style>
background-color css
<style>
a { background-color: #D64EDA; }
a { background-color: rgb(214,78,218); }
div.DivClassName
{
background-color: #D64EDA;
}
.BgClassName
{
background-color: #D64EDA;
}
</style>
border-color css
<style>
span { border-color: #D64EDA; }
span { border-color: rgb(214,78,218); }
td.TdClassName
{
border-color: #D64EDA;
}
.TagClassName
{
border-color: #D64EDA;
}
</style>