Html Css Color HEX #D64DDD Free Speech Magenta
📋 copy color: '#D64DDD'red 214 ◦ green 77 ◦ blue 221
Shades of Free Speech Magenta #D64DDD
Tints of Free Speech Magenta #D64DDD
RGB
CMYK
RGB Variations
Color information
#D64DDD (or 0xD64DDD) is known color: Free Speech Magenta. HEX triplet: D6, 4D and DD. RGB value is (214,77,221). Sum of RGB (Red+Green+Blue) = 214+77+221=512 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.80% from 512); Green value is 77 (30.47% from 255 or 15.04% from 512); Blue value is 221 (86.72% from 255 or 43.16% from 512); Max value from RGB is 221 - color contains mainly: blue. Hex color #D64DDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D64DDD is #29B222. Grayscale: #858585. Windows color (decimal): -2732579 or 14503382. OLE color: 14503382.
HSL color Cylindrical-coordinate representation of color #D64DDD: hue angle of 297.08º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D64DDD is Cyan = 0.03, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 214 | 77 | 221 | - |
| CMYK | 0.03 | 0.65 | 0 | 0.13 |
| HSL | 297.08º | 0.68% | 0.58% | - |
| HSV(B) | 297.08º | 0.65% | 0.87% | - |
| XYZ | 43.44 | 24.82 | 70.91 | - |
| YUV | 134.38 | 176.89 | 184.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 77 | 221 | 0.03 | 0.65 | 0 | 0.13 | 297.08 | 0.68 | 0.58 |
| Hex | D6 | 4D | DD | 3 | 41 | 0 | D | 129 | 44 | 3A |
| Octal | 326 | 115 | 335 | 3 | 101 | 0 | 15 | 451 | 104 | 72 |
| Binary | 11010110 | 1001101 | 11011101 | 11 | 1000001 | 0 | 1101 | 100101001 | 1000100 | 111010 |
Color Harmonies of #D64DDD
Complementary color
Monochromatic Colors of #D64DDD
Black with #D64DDD
Text Example
Text Example
White with #D64DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64DDD; }
p { color: rgb(214,77,221); }
H1.HeaderClassName
{
color: #D64DDD;
}
.AnyTagClassName
{
color: #D64DDD;
}
</style>
background-color css
<style>
a { background-color: #D64DDD; }
a { background-color: rgb(214,77,221); }
div.DivClassName
{
background-color: #D64DDD;
}
.BgClassName
{
background-color: #D64DDD;
}
</style>
border-color css
<style>
span { border-color: #D64DDD; }
span { border-color: rgb(214,77,221); }
td.TdClassName
{
border-color: #D64DDD;
}
.TagClassName
{
border-color: #D64DDD;
}
</style>