Html Css Color HEX #D64DD1 Free Speech Magenta
📋 copy color: '#D64DD1'red 214 ◦ green 77 ◦ blue 209
Shades of Free Speech Magenta #D64DD1
Tints of Free Speech Magenta #D64DD1
RGB
CMYK
RGB Variations
Color information
#D64DD1 (or 0xD64DD1) is known color: Free Speech Magenta. HEX triplet: D6, 4D and D1. RGB value is (214,77,209). Sum of RGB (Red+Green+Blue) = 214+77+209=500 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.8% from 500); Green value is 77 (30.47% from 255 or 15.4% from 500); Blue value is 209 (82.03% from 255 or 41.8% from 500); Max value from RGB is 214 - color contains mainly: red. Hex color #D64DD1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D64DD1 is #29B22E. Grayscale: #848484. Windows color (decimal): -2732591 or 13716950. OLE color: 13716950.
HSL color Cylindrical-coordinate representation of color #D64DD1: hue angle of 302.19º 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 #D64DD1 is Cyan = 0, Magento = 0.64, Yellow = 0.02 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 77 | 209 | - |
| CMYK | 0 | 0.64 | 0.02 | 0.16 |
| HSL | 302.19º | 0.63% | 0.57% | - |
| HSV(B) | 302.19º | 0.64% | 0.84% | - |
| XYZ | 41.89 | 24.21 | 62.79 | - |
| YUV | 133.01 | 170.89 | 185.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 77 | 209 | 0 | 0.64 | 0.02 | 0.16 | 302.19 | 0.63 | 0.57 |
| Hex | D6 | 4D | D1 | 0 | 40 | 2 | 10 | 12E | 3F | 39 |
| Octal | 326 | 115 | 321 | 0 | 100 | 2 | 20 | 456 | 77 | 71 |
| Binary | 11010110 | 1001101 | 11010001 | 0 | 1000000 | 10 | 10000 | 100101110 | 111111 | 111001 |
Color Harmonies of #D64DD1
Complementary color
Monochromatic Colors of #D64DD1
Black with #D64DD1
Text Example
Text Example
White with #D64DD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64DD1; }
p { color: rgb(214,77,209); }
H1.HeaderClassName
{
color: #D64DD1;
}
.AnyTagClassName
{
color: #D64DD1;
}
</style>
background-color css
<style>
a { background-color: #D64DD1; }
a { background-color: rgb(214,77,209); }
div.DivClassName
{
background-color: #D64DD1;
}
.BgClassName
{
background-color: #D64DD1;
}
</style>
border-color css
<style>
span { border-color: #D64DD1; }
span { border-color: rgb(214,77,209); }
td.TdClassName
{
border-color: #D64DD1;
}
.TagClassName
{
border-color: #D64DD1;
}
</style>