Html Css Color HEX #D64EDE Free Speech Magenta
📋 copy color: '#D64EDE'red 214 ◦ green 78 ◦ blue 222
Shades of Free Speech Magenta #D64EDE
Tints of Free Speech Magenta #D64EDE
RGB
CMYK
RGB Variations
Color information
#D64EDE (or 0xD64EDE) is known color: Free Speech Magenta. HEX triplet: D6, 4E and DE. RGB value is (214,78,222). Sum of RGB (Red+Green+Blue) = 214+78+222=514 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.63% from 514); Green value is 78 (30.86% from 255 or 15.18% from 514); Blue value is 222 (87.11% from 255 or 43.19% from 514); Max value from RGB is 222 - color contains mainly: blue. Hex color #D64EDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D64EDE is #29B121. Grayscale: #868686. Windows color (decimal): -2732322 or 14569174. OLE color: 14569174.
HSL color Cylindrical-coordinate representation of color #D64EDE: hue angle of 296.67º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D64EDE is Cyan = 0.04, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 214 | 78 | 222 | - |
| CMYK | 0.04 | 0.65 | 0 | 0.13 |
| HSL | 296.67º | 0.69% | 0.59% | - |
| HSV(B) | 296.67º | 0.65% | 0.87% | - |
| XYZ | 43.64 | 25.02 | 71.64 | - |
| YUV | 135.08 | 177.06 | 184.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 78 | 222 | 0.04 | 0.65 | 0 | 0.13 | 296.67 | 0.69 | 0.59 |
| Hex | D6 | 4E | DE | 4 | 41 | 0 | D | 129 | 45 | 3B |
| Octal | 326 | 116 | 336 | 4 | 101 | 0 | 15 | 451 | 105 | 73 |
| Binary | 11010110 | 1001110 | 11011110 | 100 | 1000001 | 0 | 1101 | 100101001 | 1000101 | 111011 |
Color Harmonies of #D64EDE
Complementary color
Monochromatic Colors of #D64EDE
Black with #D64EDE
Text Example
Text Example
White with #D64EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64EDE; }
p { color: rgb(214,78,222); }
H1.HeaderClassName
{
color: #D64EDE;
}
.AnyTagClassName
{
color: #D64EDE;
}
</style>
background-color css
<style>
a { background-color: #D64EDE; }
a { background-color: rgb(214,78,222); }
div.DivClassName
{
background-color: #D64EDE;
}
.BgClassName
{
background-color: #D64EDE;
}
</style>
border-color css
<style>
span { border-color: #D64EDE; }
span { border-color: rgb(214,78,222); }
td.TdClassName
{
border-color: #D64EDE;
}
.TagClassName
{
border-color: #D64EDE;
}
</style>