Html Css Color HEX #D64DD0 Free Speech Magenta
📋 copy color: '#D64DD0'red 214 ◦ green 77 ◦ blue 208
Shades of Free Speech Magenta #D64DD0
Tints of Free Speech Magenta #D64DD0
RGB
CMYK
RGB Variations
Color information
#D64DD0 (or 0xD64DD0) is known color: Free Speech Magenta. HEX triplet: D6, 4D and D0. RGB value is (214,77,208). Sum of RGB (Red+Green+Blue) = 214+77+208=499 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.89% from 499); Green value is 77 (30.47% from 255 or 15.43% from 499); Blue value is 208 (81.64% from 255 or 41.68% from 499); Max value from RGB is 214 - color contains mainly: red. Hex color #D64DD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D64DD0 is #29B22F. Grayscale: #848484. Windows color (decimal): -2732592 or 13651414. OLE color: 13651414.
HSL color Cylindrical-coordinate representation of color #D64DD0: hue angle of 302.63º 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 #D64DD0 is Cyan = 0, Magento = 0.64, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 77 | 208 | - |
| CMYK | 0 | 0.64 | 0.03 | 0.16 |
| HSL | 302.63º | 0.63% | 0.57% | - |
| HSV(B) | 302.63º | 0.64% | 0.84% | - |
| XYZ | 41.77 | 24.16 | 62.14 | - |
| YUV | 132.9 | 170.39 | 185.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 77 | 208 | 0 | 0.64 | 0.03 | 0.16 | 302.63 | 0.63 | 0.57 |
| Hex | D6 | 4D | D0 | 0 | 40 | 3 | 10 | 12F | 3F | 39 |
| Octal | 326 | 115 | 320 | 0 | 100 | 3 | 20 | 457 | 77 | 71 |
| Binary | 11010110 | 1001101 | 11010000 | 0 | 1000000 | 11 | 10000 | 100101111 | 111111 | 111001 |
Color Harmonies of #D64DD0
Complementary color
Monochromatic Colors of #D64DD0
Black with #D64DD0
Text Example
Text Example
White with #D64DD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64DD0; }
p { color: rgb(214,77,208); }
H1.HeaderClassName
{
color: #D64DD0;
}
.AnyTagClassName
{
color: #D64DD0;
}
</style>
background-color css
<style>
a { background-color: #D64DD0; }
a { background-color: rgb(214,77,208); }
div.DivClassName
{
background-color: #D64DD0;
}
.BgClassName
{
background-color: #D64DD0;
}
</style>
border-color css
<style>
span { border-color: #D64DD0; }
span { border-color: rgb(214,77,208); }
td.TdClassName
{
border-color: #D64DD0;
}
.TagClassName
{
border-color: #D64DD0;
}
</style>