Html Css Color HEX #D64FCC Free Speech Magenta
📋 copy color: '#D64FCC'red 214 ◦ green 79 ◦ blue 204
Shades of Free Speech Magenta #D64FCC
Tints of Free Speech Magenta #D64FCC
RGB
CMYK
RGB Variations
Color information
#D64FCC (or 0xD64FCC) is known color: Free Speech Magenta. HEX triplet: D6, 4F and CC. RGB value is (214,79,204). Sum of RGB (Red+Green+Blue) = 214+79+204=497 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.06% from 497); Green value is 79 (31.25% from 255 or 15.90% from 497); Blue value is 204 (80.08% from 255 or 41.05% from 497); Max value from RGB is 214 - color contains mainly: red. Hex color #D64FCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D64FCC is #29B033. Grayscale: #858585. Windows color (decimal): -2732084 or 13389782. OLE color: 13389782.
HSL color Cylindrical-coordinate representation of color #D64FCC: hue angle of 304.44º 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 #D64FCC is Cyan = 0, Magento = 0.63, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 79 | 204 | - |
| CMYK | 0 | 0.63 | 0.05 | 0.16 |
| HSL | 304.44º | 0.62% | 0.57% | - |
| HSV(B) | 304.44º | 0.63% | 0.84% | - |
| XYZ | 41.43 | 24.25 | 59.62 | - |
| YUV | 133.62 | 167.73 | 185.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 79 | 204 | 0 | 0.63 | 0.05 | 0.16 | 304.44 | 0.62 | 0.57 |
| Hex | D6 | 4F | CC | 0 | 3F | 5 | 10 | 130 | 3E | 39 |
| Octal | 326 | 117 | 314 | 0 | 77 | 5 | 20 | 460 | 76 | 71 |
| Binary | 11010110 | 1001111 | 11001100 | 0 | 111111 | 101 | 10000 | 100110000 | 111110 | 111001 |
Color Harmonies of #D64FCC
Complementary color
Monochromatic Colors of #D64FCC
Black with #D64FCC
Text Example
Text Example
White with #D64FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64FCC; }
p { color: rgb(214,79,204); }
H1.HeaderClassName
{
color: #D64FCC;
}
.AnyTagClassName
{
color: #D64FCC;
}
</style>
background-color css
<style>
a { background-color: #D64FCC; }
a { background-color: rgb(214,79,204); }
div.DivClassName
{
background-color: #D64FCC;
}
.BgClassName
{
background-color: #D64FCC;
}
</style>
border-color css
<style>
span { border-color: #D64FCC; }
span { border-color: rgb(214,79,204); }
td.TdClassName
{
border-color: #D64FCC;
}
.TagClassName
{
border-color: #D64FCC;
}
</style>