Html Css Color HEX #D64ECE Free Speech Magenta
📋 copy color: '#D64ECE'red 214 ◦ green 78 ◦ blue 206
Shades of Free Speech Magenta #D64ECE
Tints of Free Speech Magenta #D64ECE
RGB
CMYK
RGB Variations
Color information
#D64ECE (or 0xD64ECE) is known color: Free Speech Magenta. HEX triplet: D6, 4E and CE. RGB value is (214,78,206). Sum of RGB (Red+Green+Blue) = 214+78+206=498 (65% of max value = 765). Red value is 214 (83.98% from 255 or 42.97% from 498); Green value is 78 (30.86% from 255 or 15.66% from 498); Blue value is 206 (80.86% from 255 or 41.37% from 498); Max value from RGB is 214 - color contains mainly: red. Hex color #D64ECE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D64ECE is #29B131. Grayscale: #848484. Windows color (decimal): -2732338 or 13520598. OLE color: 13520598.
HSL color Cylindrical-coordinate representation of color #D64ECE: hue angle of 303.53º 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 #D64ECE is Cyan = 0, Magento = 0.64, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 78 | 206 | - |
| CMYK | 0 | 0.64 | 0.04 | 0.16 |
| HSL | 303.53º | 0.62% | 0.57% | - |
| HSV(B) | 303.53º | 0.64% | 0.84% | - |
| XYZ | 41.6 | 24.2 | 60.87 | - |
| YUV | 133.26 | 169.06 | 185.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 78 | 206 | 0 | 0.64 | 0.04 | 0.16 | 303.53 | 0.62 | 0.57 |
| Hex | D6 | 4E | CE | 0 | 40 | 4 | 10 | 130 | 3E | 39 |
| Octal | 326 | 116 | 316 | 0 | 100 | 4 | 20 | 460 | 76 | 71 |
| Binary | 11010110 | 1001110 | 11001110 | 0 | 1000000 | 100 | 10000 | 100110000 | 111110 | 111001 |
Color Harmonies of #D64ECE
Complementary color
Monochromatic Colors of #D64ECE
Black with #D64ECE
Text Example
Text Example
White with #D64ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64ECE; }
p { color: rgb(214,78,206); }
H1.HeaderClassName
{
color: #D64ECE;
}
.AnyTagClassName
{
color: #D64ECE;
}
</style>
background-color css
<style>
a { background-color: #D64ECE; }
a { background-color: rgb(214,78,206); }
div.DivClassName
{
background-color: #D64ECE;
}
.BgClassName
{
background-color: #D64ECE;
}
</style>
border-color css
<style>
span { border-color: #D64ECE; }
span { border-color: rgb(214,78,206); }
td.TdClassName
{
border-color: #D64ECE;
}
.TagClassName
{
border-color: #D64ECE;
}
</style>