Html Css Color HEX #DC64C5 Free Speech Magenta
📋 copy color: '#DC64C5'red 220 ◦ green 100 ◦ blue 197
Shades of Free Speech Magenta #DC64C5
Tints of Free Speech Magenta #DC64C5
RGB
CMYK
RGB Variations
Color information
#DC64C5 (or 0xDC64C5) is known color: Free Speech Magenta. HEX triplet: DC, 64 and C5. RGB value is (220,100,197). Sum of RGB (Red+Green+Blue) = 220+100+197=517 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.55% from 517); Green value is 100 (39.45% from 255 or 19.34% from 517); Blue value is 197 (77.34% from 255 or 38.10% from 517); Max value from RGB is 220 - color contains mainly: red. Hex color #DC64C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC64C5 is #239B3A. Grayscale: #929292. Windows color (decimal): -2333499 or 12936412. OLE color: 12936412.
HSL color Cylindrical-coordinate representation of color #DC64C5: hue angle of 311.5º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DC64C5 is Cyan = 0, Magento = 0.55, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 100 | 197 | - |
| CMYK | 0 | 0.55 | 0.10 | 0.14 |
| HSL | 311.5º | 0.63% | 0.63% | - |
| HSV(B) | 311.5º | 0.55% | 0.86% | - |
| XYZ | 44.15 | 28.36 | 55.97 | - |
| YUV | 146.94 | 156.26 | 180.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 100 | 197 | 0 | 0.55 | 0.10 | 0.14 | 311.5 | 0.63 | 0.63 |
| Hex | DC | 64 | C5 | 0 | 37 | A | E | 138 | 3F | 3F |
| Octal | 334 | 144 | 305 | 0 | 67 | 12 | 16 | 470 | 77 | 77 |
| Binary | 11011100 | 1100100 | 11000101 | 0 | 110111 | 1010 | 1110 | 100111000 | 111111 | 111111 |
Color Harmonies of #DC64C5
Complementary color
Monochromatic Colors of #DC64C5
Black with #DC64C5
Text Example
Text Example
White with #DC64C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC64C5; }
p { color: rgb(220,100,197); }
H1.HeaderClassName
{
color: #DC64C5;
}
.AnyTagClassName
{
color: #DC64C5;
}
</style>
background-color css
<style>
a { background-color: #DC64C5; }
a { background-color: rgb(220,100,197); }
div.DivClassName
{
background-color: #DC64C5;
}
.BgClassName
{
background-color: #DC64C5;
}
</style>
border-color css
<style>
span { border-color: #DC64C5; }
span { border-color: rgb(220,100,197); }
td.TdClassName
{
border-color: #DC64C5;
}
.TagClassName
{
border-color: #DC64C5;
}
</style>