Html Css Color HEX #D64FCE Free Speech Magenta
📋 copy color: '#D64FCE'red 214 ◦ green 79 ◦ blue 206
Shades of Free Speech Magenta #D64FCE
Tints of Free Speech Magenta #D64FCE
RGB
CMYK
RGB Variations
Color information
#D64FCE (or 0xD64FCE) is known color: Free Speech Magenta. HEX triplet: D6, 4F and CE. RGB value is (214,79,206). Sum of RGB (Red+Green+Blue) = 214+79+206=499 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.89% from 499); Green value is 79 (31.25% from 255 or 15.83% from 499); Blue value is 206 (80.86% from 255 or 41.28% from 499); Max value from RGB is 214 - color contains mainly: red. Hex color #D64FCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D64FCE is #29B031. Grayscale: #858585. Windows color (decimal): -2732082 or 13520854. OLE color: 13520854.
HSL color Cylindrical-coordinate representation of color #D64FCE: hue angle of 303.56º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D64FCE is Cyan = 0, Magento = 0.63, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 79 | 206 | - |
| CMYK | 0 | 0.63 | 0.04 | 0.16 |
| HSL | 303.56º | 0.62% | 0.57% | - |
| HSV(B) | 303.56º | 0.63% | 0.84% | - |
| XYZ | 41.67 | 24.34 | 60.9 | - |
| YUV | 133.84 | 168.73 | 185.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 79 | 206 | 0 | 0.63 | 0.04 | 0.16 | 303.56 | 0.62 | 0.57 |
| Hex | D6 | 4F | CE | 0 | 3F | 4 | 10 | 130 | 3E | 39 |
| Octal | 326 | 117 | 316 | 0 | 77 | 4 | 20 | 460 | 76 | 71 |
| Binary | 11010110 | 1001111 | 11001110 | 0 | 111111 | 100 | 10000 | 100110000 | 111110 | 111001 |
Color Harmonies of #D64FCE
Complementary color
Monochromatic Colors of #D64FCE
Black with #D64FCE
Text Example
Text Example
White with #D64FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64FCE; }
p { color: rgb(214,79,206); }
H1.HeaderClassName
{
color: #D64FCE;
}
.AnyTagClassName
{
color: #D64FCE;
}
</style>
background-color css
<style>
a { background-color: #D64FCE; }
a { background-color: rgb(214,79,206); }
div.DivClassName
{
background-color: #D64FCE;
}
.BgClassName
{
background-color: #D64FCE;
}
</style>
border-color css
<style>
span { border-color: #D64FCE; }
span { border-color: rgb(214,79,206); }
td.TdClassName
{
border-color: #D64FCE;
}
.TagClassName
{
border-color: #D64FCE;
}
</style>