Html Css Color HEX #D64DC9 Free Speech Magenta
📋 copy color: '#D64DC9'red 214 ◦ green 77 ◦ blue 201
Shades of Free Speech Magenta #D64DC9
Tints of Free Speech Magenta #D64DC9
RGB
CMYK
RGB Variations
Color information
#D64DC9 (or 0xD64DC9) is known color: Free Speech Magenta. HEX triplet: D6, 4D and C9. RGB value is (214,77,201). Sum of RGB (Red+Green+Blue) = 214+77+201=492 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.50% from 492); Green value is 77 (30.47% from 255 or 15.65% from 492); Blue value is 201 (78.91% from 255 or 40.85% from 492); Max value from RGB is 214 - color contains mainly: red. Hex color #D64DC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D64DC9 is #29B236. Grayscale: #838383. Windows color (decimal): -2732599 or 13192662. OLE color: 13192662.
HSL color Cylindrical-coordinate representation of color #D64DC9: hue angle of 305.69º 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 #D64DC9 is Cyan = 0, Magento = 0.64, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 77 | 201 | - |
| CMYK | 0 | 0.64 | 0.06 | 0.16 |
| HSL | 305.69º | 0.63% | 0.57% | - |
| HSV(B) | 305.69º | 0.64% | 0.84% | - |
| XYZ | 40.93 | 23.82 | 57.7 | - |
| YUV | 132.1 | 166.89 | 186.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 77 | 201 | 0 | 0.64 | 0.06 | 0.16 | 305.69 | 0.63 | 0.57 |
| Hex | D6 | 4D | C9 | 0 | 40 | 6 | 10 | 132 | 3F | 39 |
| Octal | 326 | 115 | 311 | 0 | 100 | 6 | 20 | 462 | 77 | 71 |
| Binary | 11010110 | 1001101 | 11001001 | 0 | 1000000 | 110 | 10000 | 100110010 | 111111 | 111001 |
Color Harmonies of #D64DC9
Complementary color
Monochromatic Colors of #D64DC9
Black with #D64DC9
Text Example
Text Example
White with #D64DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64DC9; }
p { color: rgb(214,77,201); }
H1.HeaderClassName
{
color: #D64DC9;
}
.AnyTagClassName
{
color: #D64DC9;
}
</style>
background-color css
<style>
a { background-color: #D64DC9; }
a { background-color: rgb(214,77,201); }
div.DivClassName
{
background-color: #D64DC9;
}
.BgClassName
{
background-color: #D64DC9;
}
</style>
border-color css
<style>
span { border-color: #D64DC9; }
span { border-color: rgb(214,77,201); }
td.TdClassName
{
border-color: #D64DC9;
}
.TagClassName
{
border-color: #D64DC9;
}
</style>