Html Css Color HEX #D64DCC Free Speech Magenta
📋 copy color: '#D64DCC'red 214 ◦ green 77 ◦ blue 204
Shades of Free Speech Magenta #D64DCC
Tints of Free Speech Magenta #D64DCC
RGB
CMYK
RGB Variations
Color information
#D64DCC (or 0xD64DCC) is known color: Free Speech Magenta. HEX triplet: D6, 4D and CC. RGB value is (214,77,204). Sum of RGB (Red+Green+Blue) = 214+77+204=495 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.23% from 495); Green value is 77 (30.47% from 255 or 15.56% from 495); Blue value is 204 (80.08% from 255 or 41.21% from 495); Max value from RGB is 214 - color contains mainly: red. Hex color #D64DCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D64DCC is #29B233. Grayscale: #848484. Windows color (decimal): -2732596 or 13389270. OLE color: 13389270.
HSL color Cylindrical-coordinate representation of color #D64DCC: hue angle of 304.38º degrees, saturation: 0.63, 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 #D64DCC is Cyan = 0, Magento = 0.64, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 77 | 204 | - |
| CMYK | 0 | 0.64 | 0.05 | 0.16 |
| HSL | 304.38º | 0.63% | 0.57% | - |
| HSV(B) | 304.38º | 0.64% | 0.84% | - |
| XYZ | 41.28 | 23.96 | 59.58 | - |
| YUV | 132.44 | 168.39 | 186.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 77 | 204 | 0 | 0.64 | 0.05 | 0.16 | 304.38 | 0.63 | 0.57 |
| Hex | D6 | 4D | CC | 0 | 40 | 5 | 10 | 130 | 3F | 39 |
| Octal | 326 | 115 | 314 | 0 | 100 | 5 | 20 | 460 | 77 | 71 |
| Binary | 11010110 | 1001101 | 11001100 | 0 | 1000000 | 101 | 10000 | 100110000 | 111111 | 111001 |
Color Harmonies of #D64DCC
Complementary color
Monochromatic Colors of #D64DCC
Black with #D64DCC
Text Example
Text Example
White with #D64DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64DCC; }
p { color: rgb(214,77,204); }
H1.HeaderClassName
{
color: #D64DCC;
}
.AnyTagClassName
{
color: #D64DCC;
}
</style>
background-color css
<style>
a { background-color: #D64DCC; }
a { background-color: rgb(214,77,204); }
div.DivClassName
{
background-color: #D64DCC;
}
.BgClassName
{
background-color: #D64DCC;
}
</style>
border-color css
<style>
span { border-color: #D64DCC; }
span { border-color: rgb(214,77,204); }
td.TdClassName
{
border-color: #D64DCC;
}
.TagClassName
{
border-color: #D64DCC;
}
</style>